summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-07-18netdev: Add netdev->select_queue() method.David S. Miller
2008-07-18net: Use queue aware tests throughout.David S. Miller
2008-07-18mac80211: Temporarily mark QoS support BROKEN.David S. Miller
2008-07-18pkt_sched: Remove RR scheduler.David S. Miller
2008-07-18netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller
2008-07-17garp: retry sending JoinIn messages after allocation failuresPatrick McHardy
2008-07-17core: add stat to track unresolved discards in neighbor cacheNeil Horman
2008-07-17mib: add net to NET_ADD_STATS_USERPavel Emelyanov
2008-07-17mib: add net to NET_ADD_STATS_BHPavel Emelyanov
2008-07-17mib: add net to NET_INC_STATS_USERPavel Emelyanov
2008-07-17mib: add net to NET_INC_STATS_BHPavel Emelyanov
2008-07-17mib: add net to NET_INC_STATSPavel Emelyanov
2008-07-17tcp: replace tcp_sock argument with sock in some placesPavel Emelyanov
2008-07-17inet: prepare net on the stack for NET accounting macrosPavel Emelyanov
2008-07-17sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-07-17mib: add net to TCP_DEC_STATSPavel Emelyanov
2008-07-17mib: add net to TCP_INC_STATS_BHPavel Emelyanov
2008-07-17mib: add net to TCP_INC_STATSPavel Emelyanov
2008-07-17tcp: add net to tcp_mib_initPavel Emelyanov
2008-07-17inet: prepare struct net for TCP MIB accountingPavel Emelyanov
2008-07-17mib: add net to IP_ADD_STATS_BHPavel Emelyanov
2008-07-17mib: add net to IP_INC_STATS_BHPavel Emelyanov
2008-07-17mib: add net to IP_INC_STATSPavel Emelyanov
2008-07-17ipv4: prepare net initialization for IP accountingPavel Emelyanov
2008-07-17net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.Will Newton
2008-07-17net: make __skb_splice_bits staticHarvey Harrison
2008-07-17Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer...David S. Miller
2008-07-17ipvs: More reliable synchronization on connection closeRumen G. Bogdanovski
2008-07-16ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener
2008-07-16ipvs: Put backup thread on mcast socket wait queueSven Wegener
2008-07-16ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener
2008-07-16ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send...Sven Wegener
2008-07-16ipvs: Initialize mcast addr at compile timeSven Wegener
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust
2008-07-15Merge branch 'devel' into nextTrond Myklebust
2008-07-15Merge branch 'linus' into cpus4096Ingo Molnar
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar
2008-07-15iucv: fix memory leak in cpu hotplug error path.Akinobu Mita
2008-07-15net: refactor tcp splice receive path to improve readabilityOctavian Purdila
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller