summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: handle shift/merge of cloned skbs tooIlpo Järvinen2008-11-241-5/+2
* tcp: add some mibs to track collapsingIlpo Järvinen2008-11-242-0/+7
* tcp: Make shifting not clear the hintsIlpo Järvinen2008-11-241-2/+14
* tcp: Try to restore large SKBs while SACK processingIlpo Järvinen2008-11-242-7/+389
* tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen2008-11-241-15/+17
* tcp: Make SACK code to split only at mss boundariesIlpo Järvinen2008-11-241-4/+23
* tcp: more aggressive skippingIlpo Järvinen2008-11-241-1/+1
* tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen2008-11-242-51/+52
* tcp: collapse more than two on retransmissionIlpo Järvinen2008-11-241-37/+59
* net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()Eric Dumazet2008-11-241-1/+6
* net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet2008-11-244-9/+14
* net: gen_estimator: Fix gen_kill_estimator() lookupsJarek Poplawski2008-11-241-20/+56
* pkt_sched: sch_drr: fix drr_dequeue loop()Patrick McHardy2008-11-241-3/+5
* net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet2008-11-241-0/+2
* net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet2008-11-243-5/+7
* eth: Declare an optimized compare_ether_addr_64bits() functionEric Dumazet2008-11-231-3/+3
* net: Make sure BHs are disabled in sock_prot_inuse_add()David S. Miller2008-11-233-0/+9
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-234-4/+4
* net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-234-115/+139
* dccp: Header option insertion routine for feature-negotiationGerrit Renker2008-11-232-60/+33
* dccp: Support for Mandatory optionsGerrit Renker2008-11-232-0/+17
* dccp: Increase the scope of variable-length htonl/ntohl functionsGerrit Renker2008-11-232-7/+28
* dccp: API to query the current TX/RX CCIDGerrit Renker2008-11-233-5/+30
* dccp: Set per-connection CCIDs via socket optionsGerrit Renker2008-11-234-8/+42
* net: af_netlink should update its inuse counterEric Dumazet2008-11-231-0/+2
* net: some optimizations in af_inetEric Dumazet2008-11-231-5/+4
* net: remove redundant argument commentsQinghuang Feng2008-11-216-7/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-2121-4084/+441
|\
| * wireless: clean up sysfs code using %pMJohannes Berg2008-11-211-15/+10
| * net/ieee80211 -> drivers/net/ipw2x00/libipw_* renameJohn W. Linville2008-11-219-3644/+0
| * lib80211: consolidate crypt init routinesJohn W. Linville2008-11-212-24/+40
| * lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-2113-452/+433
| * mac80211: remove unnecessary include.Rami Rosen2008-11-211-1/+0
| * mac80211: rc80211_pid eliminate sparse warningsTomas Winkler2008-11-211-3/+3
| * mac80211: remove more excess kernel-docRandy Dunlap2008-11-211-3/+0
| * mac80211: disable BSSID filtering for mesh interfacesAndrey Yurovsky2008-11-211-2/+15
* | inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller2008-11-211-5/+5
* | pkt_sched: sch_drr: Fix qlen in drr_drop()Jarek Poplawski2008-11-211-0/+1
|/
* DCB: Add support for DCB BCNAlexander Duyck2008-11-201-7/+167
* DCB: Add interface to query the state of PFC feature.Alexander Duyck2008-11-201-0/+43
* DCB: Add interface to query # of TCs supported by deviceAlexander Duyck2008-11-201-0/+132
* DCB: Add interface to query for the DCB capabilities of an device.Alexander Duyck2008-11-201-0/+82
* ixgbe: this patch adds support for DCB to the kernel and ixgbe driverAlexander Duyck2008-11-205-0/+721
* net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-204-36/+34
* ipgre: convert to netdevice_opsStephen Hemminger2008-11-201-16/+26
* ipv6: convert tunnels to net_device_opsStephen Hemminger2008-11-202-30/+32
* ipip: convert to net_device_opsStephen Hemminger2008-11-201-16/+17
* hippi: convert driver to net_device_opsStephen Hemminger2008-11-201-5/+9
* fddi: convert to new network device opsStephen Hemminger2008-11-201-2/+6
* ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger2008-11-202-2/+10