summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-07-19tcp: RTT metrics scalingStephen Hemminger1-0/+12
2008-07-19pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller1-2/+0
2008-07-19pkt_sched: Get rid of u32_list.David S. Miller1-0/+2
2008-07-19packet: add PACKET_RESERVE sockoptPatrick McHardy1-0/+1
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov1-0/+1
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov1-0/+2
2008-07-18mib: put icmpmsg statistics on struct netPavel Emelyanov2-3/+3
2008-07-18mib: put icmp statistics on struct netPavel Emelyanov2-3/+3
2008-07-18mib: put udplite statistics on struct netPavel Emelyanov2-3/+3
2008-07-18mib: put udp statistics on struct netPavel Emelyanov2-5/+5
2008-07-18mib: put net statistics on struct netPavel Emelyanov2-6/+6
2008-07-18mib: put ip statistics on struct netPavel Emelyanov2-4/+4
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov2-5/+5
2008-07-18mib: add netns/mib.h filePavel Emelyanov2-0/+11
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller696-24689/+22210
2008-07-18pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue()David S. Miller1-1/+1
2008-07-18pkt_sched: Kill netdev_queue lock.David S. Miller2-2/+6
2008-07-18pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.David S. Miller1-3/+0
2008-07-18pkt_sched: Rework {sch,tbf}_tree_lock().David S. Miller1-4/+12
2008-07-18netdevice: Move qdisc_list back into net_device proper.David S. Miller1-1/+2
2008-07-18pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller3-14/+11
2008-07-18pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller1-0/+12
2008-07-18pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller3-2/+9
2008-07-18pkt_sched: Move gso_skb into Qdisc.David S. Miller2-1/+1
2008-07-18netdev: Kill plain netif_schedule()David S. Miller1-5/+0
2008-07-18mac80211: Reimplement WME using ->select_queue().David S. Miller1-8/+0
2008-07-18netdev: Add netdev->select_queue() method.David S. Miller1-0/+3
2008-07-18netdev: netdev_priv() can now be sane again.David S. Miller1-1/+3
2008-07-18netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*David S. Miller1-12/+0
2008-07-18net: Use queue aware tests throughout.David S. Miller2-12/+74
2008-07-18pkt_sched: Remove RR scheduler.David S. Miller1-9/+0
2008-07-18netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-3/+1
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller2-34/+72
2008-07-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2008-07-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2008-07-17x86: fix asm/e820.h for userspace inclusionRusty Russell1-1/+2
2008-07-17Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+14
2008-07-17[S390] qdio: new qdio driver.Jan Glauber2-335/+313
2008-07-17[S390] chsc headers userspace cleanupAdrian Bunk3-4/+7
2008-07-17core: add stat to track unresolved discards in neighbor cacheNeil Horman1-1/+3
2008-07-17mib: add net to NET_ADD_STATS_USERPavel Emelyanov1-1/+1
2008-07-17mib: add net to NET_ADD_STATS_BHPavel Emelyanov1-1/+1
2008-07-17mib: add net to NET_INC_STATS_USERPavel Emelyanov1-1/+1
2008-07-17mib: add net to NET_INC_STATS_BHPavel Emelyanov2-2/+2
2008-07-17mib: add net to NET_INC_STATSPavel Emelyanov1-1/+1
2008-07-17sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2-3/+3
2008-07-17mib: add net to TCP_ADD_STATS_USERPavel Emelyanov1-5/+5
2008-07-17mib: add net to TCP_DEC_STATSPavel Emelyanov1-1/+1
2008-07-17mib: add net to TCP_INC_STATS_BHPavel Emelyanov1-1/+1
2008-07-17mib: add net to TCP_INC_STATSPavel Emelyanov1-1/+1