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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-20
[NET] sem2mutex: net/
Arjan van de Ven
18
-100
/
+116
2006-03-20
[NET]: dev_put/dev_hold cleanup
Stephen Hemminger
3
-4
/
+4
2006-03-20
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
6
-102
/
+102
2006-03-20
[DCCP]: Remove leftover dccp_send_response prototype
Arnaldo Carvalho de Melo
1
-1
/
+0
2006-03-20
[DCCP]: ditch dccp_v[46]_ctl_send_ack
Arnaldo Carvalho de Melo
2
-14
/
+4
2006-03-20
[DCCP]: Use sk->sk_prot->max_header consistently for non-data packets
Arnaldo Carvalho de Melo
3
-35
/
+28
2006-03-20
[DCCP] options: Fix handling of ackvecs in DATA packets
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-03-20
[ATM]: Fix build after neigh->parms->neigh_destructor change.
David S. Miller
1
-1
/
+1
2006-03-20
[NET]: use fget_light() in net/socket.c
Benjamin LaHaise
1
-86
/
+106
2006-03-20
[NET]: minor net_rx_action optimization
Stephen Hemminger
1
-2
/
+1
2006-03-20
[NET]: Move destructor from neigh->ops to neigh_params
Michael S. Tsirkin
1
-2
/
+2
2006-03-20
[PKTGEN]: Updates version.
Luiz Capitulino
1
-1
/
+1
2006-03-20
[PKTGEN]: Removes thread_{un,}lock() macros.
Luiz Capitulino
1
-25
/
+21
2006-03-20
[PKTGEN]: Convert thread lock to mutexes.
Luiz Capitulino
1
-3
/
+4
2006-03-20
[NET]: Convert RTNL to mutex.
Stephen Hemminger
6
-37
/
+43
2006-03-20
[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()
David S. Miller
1
-3
/
+0
2006-03-20
[TCP] H-TCP: Better time accounting
Baruch Even
1
-18
/
+26
2006-03-20
[TCP] H-TCP: Account for delayed-ACKs
Baruch Even
1
-8
/
+18
2006-03-20
[TCP] H-TCP: Use msecs_to_jiffies
Baruch Even
1
-2
/
+2
2006-03-20
[PKTGEN]: Updates version.
Luiz Capitulino
1
-1
/
+1
2006-03-20
[PKTGEN]: Ports if_list to the in-kernel implementation.
Luiz Capitulino
1
-48
/
+44
2006-03-20
[PKTGEN]: Fix Initialization fail leak.
Luiz Capitulino
1
-1
/
+14
2006-03-20
[PKTGEN]: Fix kernel_thread() fail leak.
Luiz Capitulino
1
-2
/
+9
2006-03-20
[PKTGEN]: Ports thread list to Kernel list implementation.
Luiz Capitulino
1
-55
/
+41
2006-03-20
[PKTGEN]: Lindent run.
Luiz Capitulino
1
-1251
/
+1379
2006-03-20
[DCCP] options: Fix some aspects of mandatory option processing
Arnaldo Carvalho de Melo
1
-1
/
+6
2006-03-20
[DCCP] ccid2: coding style cleanups
Arnaldo Carvalho de Melo
1
-50
/
+26
2006-03-20
[DCCP] ipv6: cleanups
Arnaldo Carvalho de Melo
1
-127
/
+129
2006-03-20
[ICSK]: Introduce inet_csk_ctl_sock_create
Arnaldo Carvalho de Melo
5
-71
/
+27
2006-03-20
[DCCP] ipv6: Add missing ipv6 control socket
Arnaldo Carvalho de Melo
6
-65
/
+72
2006-03-20
[DCCP]: Uninline some functions
Arnaldo Carvalho de Melo
5
-57
/
+63
2006-03-20
[DCCP] ipv4: make struct dccp_v4_prot static
Adrian Bunk
1
-1
/
+1
2006-03-20
[IPV6]: Fix some code/comment formatting in ip6_dst_output().
David S. Miller
1
-20
/
+21
2006-03-20
[IPV4]: fib_trie stats fix
Robert Olsson
1
-6
/
+8
2006-03-20
[IPV4]: fib_trie initialzation fix
Robert Olsson
1
-2
/
+10
2006-03-20
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
John Heffner
2
-4
/
+4
2006-03-20
[AF_UNIX]: use shift instead of integer division
Benjamin LaHaise
1
-5
/
+5
2006-03-20
[NET]: Uninline kfree_skb and allow NULL argument
Jörn Engel
1
-0
/
+19
2006-03-20
[LLC]: Fix sap refcounting
Arnaldo Carvalho de Melo
2
-2
/
+3
2006-03-20
[LLC]: Replace __inline__ with inline
Arnaldo Carvalho de Melo
1
-5
/
+4
2006-03-20
[LLC]: Fix struct proto .name
Arnaldo Carvalho de Melo
1
-1
/
+1
2006-03-20
[NET] pktgen: Fix races between control/worker threads.
Arthur Kepner
1
-25
/
+110
2006-03-20
[DCCP]: Move the IPv4 specific bits from proto.c to ipv4.c
Arnaldo Carvalho de Melo
6
-141
/
+148
2006-03-20
[DCCP]: Rename init_dccp_v4_mibs to dccp_mib_init
Arnaldo Carvalho de Melo
1
-7
/
+11
2006-03-20
[DCCP]: Move dccp_hashinfo from ipv4.c to the core
Arnaldo Carvalho de Melo
2
-8
/
+8
2006-03-20
[DCCP]: Dont use dccp_v4_checksum in dccp_make_response
Arnaldo Carvalho de Melo
2
-3
/
+3
2006-03-20
[DCCP]: Move dccp_[un]hash from ipv4.c to the core
Arnaldo Carvalho de Melo
4
-14
/
+17
2006-03-20
[DCCP]: Move dccp_v4_{init,destroy}_sock to the core
Arnaldo Carvalho de Melo
4
-104
/
+112
2006-03-20
[DCCP]: Generalize dccp_v4_send_reset
Arnaldo Carvalho de Melo
5
-38
/
+28
2006-03-20
[DCCP] feat: Introduce sysctls for the default features
Arnaldo Carvalho de Melo
5
-11
/
+160
[next]