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-11-25
ah4/ah6: remove useless NULL assignments
Alexey Dobriyan
2
-4
/
+0
2008-11-25
DCB: fix kconfig option
Jeff Kirsher
3
-10
/
+20
2008-11-24
tcp: handle shift/merge of cloned skbs too
Ilpo Järvinen
1
-5
/
+2
2008-11-24
tcp: add some mibs to track collapsing
Ilpo Järvinen
2
-0
/
+7
2008-11-24
tcp: Make shifting not clear the hints
Ilpo Järvinen
1
-2
/
+14
2008-11-24
tcp: Try to restore large SKBs while SACK processing
Ilpo Järvinen
2
-7
/
+389
2008-11-24
tcp: make tcp_sacktag_one able to handle partial skb too
Ilpo Järvinen
1
-15
/
+17
2008-11-24
tcp: Make SACK code to split only at mss boundaries
Ilpo Järvinen
1
-4
/
+23
2008-11-24
tcp: more aggressive skipping
Ilpo Järvinen
1
-1
/
+1
2008-11-24
tcp: move tcp_simple_retransmit to tcp_input
Ilpo Järvinen
2
-51
/
+52
2008-11-24
tcp: collapse more than two on retransmission
Ilpo Järvinen
1
-37
/
+59
2008-11-24
net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()
Eric Dumazet
1
-1
/
+6
2008-11-24
net: avoid a pair of dst_hold()/dst_release() in ip_append_data()
Eric Dumazet
4
-9
/
+14
2008-11-24
net: gen_estimator: Fix gen_kill_estimator() lookups
Jarek Poplawski
1
-20
/
+56
2008-11-24
pkt_sched: sch_drr: fix drr_dequeue loop()
Patrick McHardy
1
-3
/
+5
2008-11-24
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
1
-0
/
+2
2008-11-24
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
3
-5
/
+7
2008-11-23
eth: Declare an optimized compare_ether_addr_64bits() function
Eric Dumazet
1
-3
/
+3
2008-11-23
net: Make sure BHs are disabled in sock_prot_inuse_add()
David S. Miller
3
-0
/
+9
2008-11-23
net: fix tunnels in netns after ndo_ changes
Alexey Dobriyan
4
-4
/
+4
2008-11-23
net: Convert TCP/DCCP listening hash tables to use RCU
Eric Dumazet
4
-115
/
+139
2008-11-23
dccp: Header option insertion routine for feature-negotiation
Gerrit Renker
2
-60
/
+33
2008-11-23
dccp: Support for Mandatory options
Gerrit Renker
2
-0
/
+17
2008-11-23
dccp: Increase the scope of variable-length htonl/ntohl functions
Gerrit Renker
2
-7
/
+28
2008-11-23
dccp: API to query the current TX/RX CCID
Gerrit Renker
3
-5
/
+30
2008-11-23
dccp: Set per-connection CCIDs via socket options
Gerrit Renker
4
-8
/
+42
2008-11-23
net: af_netlink should update its inuse counter
Eric Dumazet
1
-0
/
+2
2008-11-23
net: some optimizations in af_inet
Eric Dumazet
1
-5
/
+4
2008-11-21
net: remove redundant argument comments
Qinghuang Feng
6
-7
/
+0
2008-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
21
-4084
/
+441
2008-11-21
inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.
David S. Miller
1
-5
/
+5
2008-11-21
wireless: clean up sysfs code using %pM
Johannes Berg
1
-15
/
+10
2008-11-21
net/ieee80211 -> drivers/net/ipw2x00/libipw_* rename
John W. Linville
9
-3644
/
+0
2008-11-21
lib80211: consolidate crypt init routines
John W. Linville
2
-24
/
+40
2008-11-21
lib80211: absorb crypto bits from net/ieee80211
John W. Linville
13
-452
/
+433
2008-11-21
mac80211: remove unnecessary include.
Rami Rosen
1
-1
/
+0
2008-11-21
mac80211: rc80211_pid eliminate sparse warnings
Tomas Winkler
1
-3
/
+3
2008-11-21
mac80211: remove more excess kernel-doc
Randy Dunlap
1
-3
/
+0
2008-11-21
mac80211: disable BSSID filtering for mesh interfaces
Andrey Yurovsky
1
-2
/
+15
2008-11-21
pkt_sched: sch_drr: Fix qlen in drr_drop()
Jarek Poplawski
1
-0
/
+1
2008-11-20
DCB: Add support for DCB BCN
Alexander Duyck
1
-7
/
+167
2008-11-20
DCB: Add interface to query the state of PFC feature.
Alexander Duyck
1
-0
/
+43
2008-11-20
DCB: Add interface to query # of TCs supported by device
Alexander Duyck
1
-0
/
+132
2008-11-20
DCB: Add interface to query for the DCB capabilities of an device.
Alexander Duyck
1
-0
/
+82
2008-11-20
ixgbe: this patch adds support for DCB to the kernel and ixgbe driver
Alexander Duyck
5
-0
/
+721
2008-11-20
net: convert TCP/DCCP ehash rwlocks to spinlocks
Eric Dumazet
4
-36
/
+34
2008-11-20
ipgre: convert to netdevice_ops
Stephen Hemminger
1
-16
/
+26
2008-11-20
ipv6: convert tunnels to net_device_ops
Stephen Hemminger
2
-30
/
+32
2008-11-20
ipip: convert to net_device_ops
Stephen Hemminger
1
-16
/
+17
2008-11-20
hippi: convert driver to net_device_ops
Stephen Hemminger
1
-5
/
+9
[next]