summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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
2008-07-15netdev: Add addr_list_lock to struct net_device.David S. Miller
2008-07-15mib: add struct net to ICMPMSGIN_INC_STATS_BHPavel Emelyanov
2008-07-15mib: add struct net to ICMPMSGOUT_INC_STATSPavel Emelyanov
2008-07-15mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov
2008-07-15mib: add struct net to ICMP_INC_STATSPavel Emelyanov
2008-07-15inet: toss struct net initialization aroundPavel Emelyanov
2008-07-15icmp: add struct net argument to icmp_out_countPavel Emelyanov
2008-07-15vlan: remove unnecessary include statementsPatrick McHardy
2008-07-15vlan: clean up hard_start_xmit functionsPatrick McHardy
2008-07-15vlan: clean up vlan_dev_hard_header()Patrick McHardy
2008-07-15vlan: ethtool ->get_flags supportPatrick McHardy
2008-07-15packet: deliver VLAN TCI to userspacePatrick McHardy
2008-07-15packet: support extensible, 64 bit clean mmaped ring structurePatrick McHardy
2008-07-15vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy
2008-07-15vlan: Don't store VLAN tag in cbPatrick McHardy
2008-07-15tipc: Optimization to multicast name lookup algorithmAllan Stephens
2008-07-15tipc: Add missing locks when inspecting node list & link listAllan Stephens
2008-07-15tipc: Fix bug in scope checking for multicast messagesAllan Stephens
2008-07-15tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens
2008-07-15tipc: Fix race condition that could cause accept() to failAllan Stephens
2008-07-15tipc: Optimize pointer dereferencing when receiving stream dataAllan Stephens
2008-07-15tipc: Remove unneeded parameter to tipc_createport_raw()Allan Stephens
2008-07-15netlabel: return msg overflow error from netlbl_cipsov4_list fasterDenis V. Lunev
2008-07-15net: Remove references to wan-router.txt in KconfigsJohann Felix Soden
2008-07-158021q: Check return of dev_set_promiscuity/allmultiWang Chen
2008-07-15ipv4: Fix ipmr unregister device oopsWang Chen
2008-07-15ipv4: Check return of dev_set_allmultiWang Chen