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