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
2008-12-15
net: Add skb_gro_receive
Herbert Xu
1
-0
/
+59
2008-12-15
ipv4: Add GRO infrastructure
Herbert Xu
1
-0
/
+97
2008-12-15
net: Add Generic Receive Offload infrastructure
Herbert Xu
1
-2
/
+191
2008-12-15
net: Add frag_list support to GSO
Herbert Xu
1
-2
/
+0
2008-12-15
net: Add frag_list support to skb_segment
Herbert Xu
1
-14
/
+59
2008-12-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-101
/
+69
2008-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
7
-98
/
+61
2008-12-15
net: fix dcbnl_setnumtcs operation check
Don Skidmore
1
-1
/
+1
2008-12-15
Phonet: keep TX queue disabled when the device is off
Rémi Denis-Courmont
1
-5
/
+22
2008-12-15
SCHED: netem: Correct documentation comment in code.
Jesper Dangaard Brouer
1
-3
/
+0
2008-12-15
netfilter: update rwlock initialization for nat_table
Steven Rostedt
1
-1
/
+1
2008-12-14
rpc/rdma: goto instead of copypaste
Ilpo Järvinen
1
-2
/
+2
2008-12-14
nf/dccp: merge errorpaths
Ilpo Järvinen
1
-7
/
+9
2008-12-14
irda: merge exit paths
Ilpo Järvinen
1
-9
/
+8
2008-12-14
bt/rfcomm/tty: join error paths
Ilpo Järvinen
1
-6
/
+7
2008-12-14
ax25: join the return paths that free skb
Ilpo Järvinen
1
-26
/
+15
2008-12-14
can: merge error paths
Ilpo Järvinen
1
-10
/
+12
2008-12-14
xfrm: join error paths
Ilpo Järvinen
1
-10
/
+12
2008-12-14
ip6mr: use goto to common label instead of opencoding
Ilpo Järvinen
1
-2
/
+1
2008-12-14
ipv6/mcast: join error paths using goto
Ilpo Järvinen
1
-11
/
+14
2008-12-14
xfrm6_tunnel: join error paths using goto
Ilpo Järvinen
1
-17
/
+16
2008-12-14
icsk: join error paths using goto
Ilpo Järvinen
1
-9
/
+10
2008-12-12
mac80211: misc cleanups
Rami Rosen
3
-13
/
+6
2008-12-12
rfkill: strip pointless notifier chain
Johannes Berg
1
-78
/
+5
2008-12-12
mac80211: Disable requests for new scans in AP mode
Jouni Malinen
1
-2
/
+1
2008-12-12
mac80211: integrate sta_notify_ps cmds into sta_notify
Christian Lamparter
1
-6
/
+6
2008-12-12
mac80211/cfg80211: check endianness in sparse runs
Johannes Berg
2
-0
/
+4
2008-12-12
mac80211: remove fragmentation offload functionality
Johannes Berg
2
-9
/
+0
2008-12-12
mac80211: only create default STA interface if supported
Johannes Berg
1
-6
/
+8
2008-12-12
cfg80211: fix nl80211 frequency handling
Johannes Berg
1
-14
/
+26
2008-12-12
mac80211: remove WARN_ON() from ieee80211_hw_config
Reinette Chatre
2
-3
/
+15
2008-12-11
netlabel: Compiler warning and NULL pointer dereference fix
Paul Moore
1
-18
/
+20
2008-12-10
netfilter: xt_NFLOG is dependant of nfnetlink_log
Eric Leblond
1
-3
/
+2
2008-12-10
netns: ip6mr: enable namespace support in ipv6 multicast forwarding code
Benjamin Thery
2
-101
/
+127
2008-12-10
netns: ip6mr: declare ip6mr /proc/net entries per-namespace
Benjamin Thery
1
-46
/
+61
2008-12-10
netns: ip6mr: declare reg_vif_num per-namespace
Benjamin Thery
1
-8
/
+11
2008-12-10
netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespace
Benjamin Thery
1
-16
/
+10
2008-12-10
netns: ip6mr: declare counter cache_resolve_queue_len per-namespace
Benjamin Thery
1
-19
/
+21
2008-12-10
netns: ip6mr: dynamically allocate mfc6_cache_array
Benjamin Thery
1
-16
/
+31
2008-12-10
netns: ip6mr: store netns in struct mfc6_cache
Benjamin Thery
1
-9
/
+17
2008-12-10
netns: ip6mr: dynamically allocates vif6_table
Benjamin Thery
1
-39
/
+68
2008-12-10
netns: ip6mr: allocate mroute6_socket per-namespace.
Benjamin Thery
2
-13
/
+12
2008-12-10
net: Make static
Roel Kluin
13
-23
/
+23
2008-12-09
netpoll: fix race on poll_list resulting in garbage entry
Neil Horman
1
-0
/
+2
2008-12-09
pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc.
Jarek Poplawski
1
-5
/
+5
2008-12-09
pkt_sched: sch_htb: Optimize htb_find_next_upper()
Jarek Poplawski
1
-3
/
+3
2008-12-09
ipv6: silence log messages for locally generated multicast
Jan Sembera
1
-1
/
+6
2008-12-09
bluetooth: Fix unused var warning properly in rfcomm_sock_ioctl().
David S. Miller
1
-4
/
+2
2008-12-09
tcp: tcp_vegas cong avoid fix
Doug Leith
1
-70
/
+10
2008-12-09
bluetooth: Fix rfcomm_sock_ioctl() build failure with debugging enabled.
David S. Miller
1
-1
/
+1
[prev]
[next]