index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dccp
/
proto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-03
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
1
-2
/
+1
2006-01-03
[NET]: move struct proto_ops to const
Eric Dumazet
1
-1
/
+1
2006-01-03
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-01-03
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
1
-3
/
+29
2006-01-03
[DCCP]: Just rename dccp_v4_prot to dccp_prot
Arnaldo Carvalho de Melo
1
-4
/
+4
2006-01-03
[DCCP]: Introduce dccp_ipv4_af_ops
Arnaldo Carvalho de Melo
1
-3
/
+6
2005-11-20
[DCCP]: Add missing no_policy flag to struct net_protocol
Patrick McHardy
1
-0
/
+1
2005-11-08
[NET]: kfree cleanup
Jesper Juhl
1
-2
/
+1
2005-10-20
[DCCP]: Make dccp_write_xmit always free the packet
Herbert Xu
1
-2
/
+0
2005-09-18
[DCCP]: Introduce CCID getsockopt for the CCIDs
Arnaldo Carvalho de Melo
1
-6
/
+11
2005-09-16
[DCCP]: Introduce DCCP_SOCKOPT_SERVICE
Arnaldo Carvalho de Melo
1
-2
/
+83
2005-08-29
[DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE
Arnaldo Carvalho de Melo
1
-4
/
+48
2005-08-29
[DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-29
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
Eric Dumazet
1
-1
/
+1
2005-08-29
[DCCP]: Initial dccp_poll implementation
Arnaldo Carvalho de Melo
1
-1
/
+58
2005-08-29
[DCCP]: Fix skb leak in dccp_sendmsg
Arnaldo Carvalho de Melo
1
-0
/
+12
2005-08-29
[DCCP]: Implement the CLOSING timer
Arnaldo Carvalho de Melo
1
-4
/
+22
2005-08-29
[DCCP]: Set dccp_ctl_socket to NULL in dccp_ctl_sock_exit
Arnaldo Carvalho de Melo
1
-1
/
+3
2005-08-29
[DCCP]: Fix sparse warnings
Arnaldo Carvalho de Melo
1
-3
/
+5
2005-08-29
[DCCP]: Introduce the DCCP Kernel hacking menu
Arnaldo Carvalho de Melo
1
-8
/
+14
2005-08-29
[DCCP]: Rewrite dccp_sendmsg to be more like UDP
Arnaldo Carvalho de Melo
1
-155
/
+59
2005-08-29
[DCCP]: Just reflow the source code to fit in 80 columns
Arnaldo Carvalho de Melo
1
-21
/
+30
2005-08-29
[DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg
Arnaldo Carvalho de Melo
1
-58
/
+7
2005-08-29
[INET]: Make inet_create try to load protocol modules
Arnaldo Carvalho de Melo
1
-2
/
+7
2005-08-29
[DCCP]: Initial implementation
Arnaldo Carvalho de Melo
1
-0
/
+818