summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller2008-07-186-26/+43
* pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller2008-07-181-8/+10
* pkt_sched: Move gso_skb into Qdisc.David S. Miller2008-07-181-10/+9
* net: Implement simple sw TX hashing.David S. Miller2008-07-181-0/+52
* mac80211: Reimplement WME using ->select_queue().David S. Miller2008-07-187-616/+124
* netdev: Add netdev->select_queue() method.David S. Miller2008-07-181-3/+6
* net: Use queue aware tests throughout.David S. Miller2008-07-185-58/+74
* mac80211: Temporarily mark QoS support BROKEN.David S. Miller2008-07-181-0/+1
* pkt_sched: Remove RR scheduler.David S. Miller2008-07-181-120/+16
* netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-181-3/+0
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-1811-92/+223
* garp: retry sending JoinIn messages after allocation failuresPatrick McHardy2008-07-171-1/+4
* core: add stat to track unresolved discards in neighbor cacheNeil Horman2008-07-171-3/+5
* mib: add net to NET_ADD_STATS_USERPavel Emelyanov2008-07-171-3/+3
* mib: add net to NET_ADD_STATS_BHPavel Emelyanov2008-07-171-3/+12
* mib: add net to NET_INC_STATS_USERPavel Emelyanov2008-07-171-3/+3
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-1716-79/+82
* mib: add net to NET_INC_STATSPavel Emelyanov2008-07-172-3/+3
* tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov2008-07-171-13/+18
* inet: prepare net on the stack for NET accounting macrosPavel Emelyanov2008-07-173-3/+6
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-174-5/+5
* mib: add net to TCP_DEC_STATSPavel Emelyanov2008-07-171-1/+1
* mib: add net to TCP_INC_STATS_BHPavel Emelyanov2008-07-175-20/+20
* mib: add net to TCP_INC_STATSPavel Emelyanov2008-07-172-7/+7
* tcp: add net to tcp_mib_initPavel Emelyanov2008-07-171-1/+1
* inet: prepare struct net for TCP MIB accountingPavel Emelyanov2008-07-172-4/+9
* mib: add net to IP_ADD_STATS_BHPavel Emelyanov2008-07-171-1/+1
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-1711-33/+40
* mib: add net to IP_INC_STATSPavel Emelyanov2008-07-173-17/+17
* ipv4: prepare net initialization for IP accountingPavel Emelyanov2008-07-173-5/+8
* net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.Will Newton2008-07-171-4/+4
* net: make __skb_splice_bits staticHarvey Harrison2008-07-171-1/+1
* Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer...David S. Miller2008-07-171-259/+172
|\
| * ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener2008-07-171-1/+1
| * ipvs: Put backup thread on mcast socket wait queueSven Wegener2008-07-171-2/+5
| * ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener2008-07-171-233/+136
| * ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send...Sven Wegener2008-07-171-19/+27
| * ipvs: Initialize mcast addr at compile timeSven Wegener2008-07-171-6/+5
* | ipvs: More reliable synchronization on connection closeRumen G. Bogdanovski2008-07-171-1/+2
* | iucv: fix memory leak in cpu hotplug error path.Akinobu Mita2008-07-151-1/+4
|/
* net: refactor tcp splice receive path to improve readabilityOctavian Purdila2008-07-151-92/+61
* netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-154-60/+28
* netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-154-0/+34
* netdev: Add addr_list_lock to struct net_device.David S. Miller2008-07-151-0/+1
* mib: add struct net to ICMPMSGIN_INC_STATS_BHPavel Emelyanov2008-07-151-1/+1
* mib: add struct net to ICMPMSGOUT_INC_STATSPavel Emelyanov2008-07-151-1/+1
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-155-12/+13
* mib: add struct net to ICMP_INC_STATSPavel Emelyanov2008-07-151-1/+1
* inet: toss struct net initialization aroundPavel Emelyanov2008-07-154-6/+7
* icmp: add struct net argument to icmp_out_countPavel Emelyanov2008-07-153-3/+5