aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-16mib: add net to TCP_DEC_STATSPavel Emelyanov1-1/+1
2008-07-16mib: add net to TCP_INC_STATS_BHPavel Emelyanov5-20/+20
2008-07-16mib: add net to TCP_INC_STATSPavel Emelyanov2-7/+7
2008-07-16tcp: add net to tcp_mib_initPavel Emelyanov1-1/+1
2008-07-16inet: prepare struct net for TCP MIB accountingPavel Emelyanov2-4/+9
2008-07-16mib: add net to IP_ADD_STATS_BHPavel Emelyanov1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov11-33/+40
2008-07-16mib: add net to IP_INC_STATSPavel Emelyanov3-17/+17
2008-07-16ipv4: prepare net initialization for IP accountingPavel Emelyanov3-5/+8
2008-07-16net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.Will Newton1-4/+4
2008-07-16net: make __skb_splice_bits staticHarvey Harrison1-1/+1
2008-07-16Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer.net/linux-2.6David S. Miller1-259/+172
2008-07-16ipvs: More reliable synchronization on connection closeRumen G. Bogdanovski1-1/+2
2008-07-16ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener1-1/+1
2008-07-16ipvs: Put backup thread on mcast socket wait queueSven Wegener1-2/+5
2008-07-16ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener1-233/+136
2008-07-16ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send_sock()Sven Wegener1-19/+27
2008-07-16ipvs: Initialize mcast addr at compile timeSven Wegener1-6/+5
2008-07-15Merge branch 'bkl-removal' into nextTrond Myklebust1-8/+1
2008-07-15Merge branch 'devel' into nextTrond Myklebust10-182/+399
2008-07-15SUNRPC: Remove the BKL from the callback functionsTrond Myklebust1-8/+1
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever1-4/+174
2008-07-15SUNRPC: Refactor rpcb_register to make rpcbindv4 support easierChuck Lever1-18/+30
2008-07-15SUNRPC: None of rpcb_create's callers wants a privileged source portChuck Lever1-7/+5
2008-07-15SUNRPC: Introduce a specific rpcb_create for contacting localhostChuck Lever1-11/+31
2008-07-15SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSETChuck Lever1-4/+8
2008-07-15Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+9
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2-9/+9
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar7-2/+7
2008-07-15iucv: fix memory leak in cpu hotplug error path.Akinobu Mita1-1/+4
2008-07-15net: refactor tcp splice receive path to improve readabilityOctavian Purdila1-92/+61
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller4-60/+28
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller4-0/+34
2008-07-15netdev: Add addr_list_lock to struct net_device.David S. Miller1-0/+1
2008-07-14mib: add struct net to ICMPMSGIN_INC_STATS_BHPavel Emelyanov1-1/+1
2008-07-14mib: add struct net to ICMPMSGOUT_INC_STATSPavel Emelyanov1-1/+1
2008-07-14mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov5-12/+13
2008-07-14mib: add struct net to ICMP_INC_STATSPavel Emelyanov1-1/+1
2008-07-14inet: toss struct net initialization aroundPavel Emelyanov4-6/+7
2008-07-14icmp: add struct net argument to icmp_out_countPavel Emelyanov3-3/+5
2008-07-14vlan: remove unnecessary include statementsPatrick McHardy3-22/+4
2008-07-14vlan: clean up hard_start_xmit functionsPatrick McHardy1-35/+6
2008-07-14vlan: clean up vlan_dev_hard_header()Patrick McHardy1-46/+9
2008-07-14vlan: ethtool ->get_flags supportPatrick McHardy1-0/+13
2008-07-14packet: deliver VLAN TCI to userspacePatrick McHardy1-0/+2
2008-07-14packet: support extensible, 64 bit clean mmaped ring structurePatrick McHardy1-33/+146
2008-07-14vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy2-0/+31
2008-07-14vlan: Don't store VLAN tag in cbPatrick McHardy1-0/+3
2008-07-14tipc: Optimization to multicast name lookup algorithmAllan Stephens1-13/+30
2008-07-14tipc: Add missing locks when inspecting node list & link listAllan Stephens1-5/+24