aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18packet: add PACKET_RESERVE sockoptPatrick McHardy1-3/+26
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov4-62/+7
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov4-108/+7
2008-07-18proc: clean the ip_misc_proc_init and ip_proc_init_net error pathsPavel Emelyanov1-12/+3
2008-07-18proc: show per-net ip_devconf.forwarding in /proc/net/snmpPavel Emelyanov1-1/+1
2008-07-18proc: create /proc/net/snmp file in each netPavel Emelyanov1-20/+50
2008-07-18proc: create /proc/net/netstat file in each netPavel Emelyanov1-9/+38
2008-07-18ipv4: clean the init_ipv4_mibs error pathsPavel Emelyanov1-7/+1
2008-07-18mib: put icmpmsg statistics on struct netPavel Emelyanov3-16/+11
2008-07-18mib: put icmp statistics on struct netPavel Emelyanov3-11/+10
2008-07-18mib: put udplite statistics on struct netPavel Emelyanov3-7/+7
2008-07-18mib: put udp statistics on struct netPavel Emelyanov3-9/+7
2008-07-18mib: put net statistics on struct netPavel Emelyanov2-9/+7
2008-07-18mib: put ip statistics on struct netPavel Emelyanov3-15/+8
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov3-12/+11
2008-07-18ipv4: add pernet mib operationsPavel Emelyanov1-0/+20
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller24-232/+450
2008-07-17pkt_sched: Make default qdisc nonshared-multiqueue safe.David S. Miller1-77/+22
2008-07-17pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller1-42/+59
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller4-30/+37
2008-07-17pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.David S. Miller1-33/+3
2008-07-17pkt_sched: Make qdisc grafting locking more specific.David S. Miller1-12/+29
2008-07-17netdevice: Move qdisc_list back into net_device proper.David S. Miller3-26/+16
2008-07-17pkt_sched: Kill qdisc_lock_tree usage in cls_route.cDavid S. Miller1-5/+7
2008-07-17pkt_sched: Remove qdisc_lock_tree usage in cls_api.cDavid S. Miller1-4/+7
2008-07-17pkt_sched: Use per-queue locking in shutdown_scheduler_queue.David S. Miller1-2/+4
2008-07-17pkt_sched: Perform bulk of qdisc destruction in RCU.David S. Miller1-9/+11
2008-07-17pkt_sched: dev_init_scheduler() does not need to lock qdisc tree.David S. Miller1-2/+0
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller4-59/+44
2008-07-17pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller6-26/+43
2008-07-17pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller1-8/+10
2008-07-17pkt_sched: Move gso_skb into Qdisc.David S. Miller1-10/+9
2008-07-17net: Implement simple sw TX hashing.David S. Miller1-0/+52
2008-07-17mac80211: Reimplement WME using ->select_queue().David S. Miller7-616/+124
2008-07-17netdev: Add netdev->select_queue() method.David S. Miller1-3/+6
2008-07-17net: Use queue aware tests throughout.David S. Miller5-58/+74
2008-07-17mac80211: Temporarily mark QoS support BROKEN.David S. Miller1-0/+1
2008-07-17pkt_sched: Remove RR scheduler.David S. Miller1-120/+16
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-3/+0
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller11-92/+223
2008-07-16garp: retry sending JoinIn messages after allocation failuresPatrick McHardy1-1/+4
2008-07-16core: add stat to track unresolved discards in neighbor cacheNeil Horman1-3/+5
2008-07-16mib: add net to NET_ADD_STATS_USERPavel Emelyanov1-3/+3
2008-07-16mib: add net to NET_ADD_STATS_BHPavel Emelyanov1-3/+12
2008-07-16mib: add net to NET_INC_STATS_USERPavel Emelyanov1-3/+3
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov16-79/+82
2008-07-16mib: add net to NET_INC_STATSPavel Emelyanov2-3/+3
2008-07-16tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov1-13/+18
2008-07-16inet: prepare net on the stack for NET accounting macrosPavel Emelyanov3-3/+6
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov4-5/+5