summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-07-18sctp: Support ipv6only AF_INET6 sockets.Vlad Yasevich
2008-07-18tcp: RTT metrics scalingStephen Hemminger
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller
2008-07-18pkt_sched: Get rid of u32_list.David S. Miller
2008-07-18packet: add PACKET_RESERVE sockoptPatrick McHardy
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov
2008-07-18mib: put icmpmsg statistics on struct netPavel Emelyanov
2008-07-18mib: put icmp statistics on struct netPavel Emelyanov
2008-07-18mib: put udplite statistics on struct netPavel Emelyanov
2008-07-18mib: put udp statistics on struct netPavel Emelyanov
2008-07-18mib: put net statistics on struct netPavel Emelyanov
2008-07-18mib: put ip statistics on struct netPavel Emelyanov
2008-07-18mib: put tcp statistics on struct netPavel Emelyanov
2008-07-18mib: add netns/mib.h filePavel Emelyanov
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-17pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue()David S. Miller
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller
2008-07-17pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree.David S. Miller
2008-07-17pkt_sched: Rework {sch,tbf}_tree_lock().David S. Miller
2008-07-17netdevice: Move qdisc_list back into net_device proper.David S. Miller
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller
2008-07-17pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller
2008-07-17pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller
2008-07-17pkt_sched: Move gso_skb into Qdisc.David S. Miller
2008-07-17netdev: Kill plain netif_schedule()David S. Miller
2008-07-17mac80211: Reimplement WME using ->select_queue().David S. Miller
2008-07-17netdev: Add netdev->select_queue() method.David S. Miller
2008-07-17netdev: netdev_priv() can now be sane again.David S. Miller
2008-07-17netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*David S. Miller
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-17pkt_sched: Remove RR scheduler.David S. Miller
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-17Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-07-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-07-17x86: fix asm/e820.h for userspace inclusionRusty Russell
2008-07-17Merge branch 'ptrace-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-07-17[S390] qdio: new qdio driver.Jan Glauber
2008-07-17[S390] chsc headers userspace cleanupAdrian Bunk
2008-07-16core: add stat to track unresolved discards in neighbor cacheNeil Horman
2008-07-16mib: add net to NET_ADD_STATS_USERPavel Emelyanov
2008-07-16mib: add net to NET_ADD_STATS_BHPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATS_USERPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-16mib: add net to NET_INC_STATSPavel Emelyanov
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-07-16mib: add net to TCP_ADD_STATS_USERPavel Emelyanov
2008-07-16mib: add net to TCP_DEC_STATSPavel Emelyanov
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov