summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mib: add net to IP_INC_STATSPavel Emelyanov2008-07-163-17/+17
* ipv4: prepare net initialization for IP accountingPavel Emelyanov2008-07-163-5/+8
* net/ipv4/tcp.c: Fix use of PULLHUP instead of POLLHUP in comments.Will Newton2008-07-161-4/+4
* net: make __skb_splice_bits staticHarvey Harrison2008-07-161-1/+1
* Merge branch 'stealer/ipvs/sync-daemon-cleanup-for-next' of git://git.stealer...David S. Miller2008-07-161-259/+172
|\
| * ipvs: Use schedule_timeout_interruptible() instead of msleep_interruptible()Sven Wegener2008-07-161-1/+1
| * ipvs: Put backup thread on mcast socket wait queueSven Wegener2008-07-161-2/+5
| * ipvs: Use kthread_run() instead of doing a double-fork via kernel_thread()Sven Wegener2008-07-161-233/+136
| * ipvs: Use ERR_PTR for returning errors from make_receive_sock() and make_send...Sven Wegener2008-07-161-19/+27
| * ipvs: Initialize mcast addr at compile timeSven Wegener2008-07-161-6/+5
* | ipvs: More reliable synchronization on connection closeRumen G. Bogdanovski2008-07-161-1/+2
* | iucv: fix memory leak in cpu hotplug error path.Akinobu Mita2008-07-151-1/+4
|/
* net: refactor tcp splice receive path to improve readabilityOctavian Purdila2008-07-151-92/+61
* netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-154-60/+28
* netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-154-0/+34
* netdev: Add addr_list_lock to struct net_device.David S. Miller2008-07-151-0/+1
* mib: add struct net to ICMPMSGIN_INC_STATS_BHPavel Emelyanov2008-07-141-1/+1
* mib: add struct net to ICMPMSGOUT_INC_STATSPavel Emelyanov2008-07-141-1/+1
* mib: add struct net to ICMP_INC_STATS_BHPavel Emelyanov2008-07-145-12/+13
* mib: add struct net to ICMP_INC_STATSPavel Emelyanov2008-07-141-1/+1
* inet: toss struct net initialization aroundPavel Emelyanov2008-07-144-6/+7
* icmp: add struct net argument to icmp_out_countPavel Emelyanov2008-07-143-3/+5
* vlan: remove unnecessary include statementsPatrick McHardy2008-07-143-22/+4
* vlan: clean up hard_start_xmit functionsPatrick McHardy2008-07-141-35/+6
* vlan: clean up vlan_dev_hard_header()Patrick McHardy2008-07-141-46/+9
* vlan: ethtool ->get_flags supportPatrick McHardy2008-07-141-0/+13
* packet: deliver VLAN TCI to userspacePatrick McHardy2008-07-141-0/+2
* packet: support extensible, 64 bit clean mmaped ring structurePatrick McHardy2008-07-141-33/+146
* vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy2008-07-142-0/+31
* vlan: Don't store VLAN tag in cbPatrick McHardy2008-07-141-0/+3
* tipc: Optimization to multicast name lookup algorithmAllan Stephens2008-07-141-13/+30
* tipc: Add missing locks when inspecting node list & link listAllan Stephens2008-07-141-5/+24
* tipc: Fix bug in scope checking for multicast messagesAllan Stephens2008-07-141-2/+4
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-149-49/+49
* tipc: Fix race condition that could cause accept() to failAllan Stephens2008-07-141-20/+22
* tipc: Optimize pointer dereferencing when receiving stream dataAllan Stephens2008-07-141-1/+1
* tipc: Remove unneeded parameter to tipc_createport_raw()Allan Stephens2008-07-142-26/+17
* netlabel: return msg overflow error from netlbl_cipsov4_list fasterDenis V. Lunev2008-07-141-1/+1
* net: Remove references to wan-router.txt in KconfigsJohann Felix Soden2008-07-141-2/+0
* 8021q: Check return of dev_set_promiscuity/allmultiWang Chen2008-07-141-6/+22
* ipv4: Fix ipmr unregister device oopsWang Chen2008-07-141-8/+14
* ipv4: Check return of dev_set_allmultiWang Chen2008-07-141-1/+39
* ipv6: Fix using after dev_put()Wang Chen2008-07-141-3/+5
* ipv6: Check return of dev_set_allmultiWang Chen2008-07-141-2/+9
* bridge: Check return of dev_set_promiscuityWang Chen2008-07-141-3/+6
* af_packet: Check return of dev_set_promiscuity/allmultiWang Chen2008-07-141-4/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-1417-645/+547
|\
| * mac80211: dont add a STA which is not in the same IBSSEmmanuel Grumbach2008-07-141-1/+1
| * mac80211: fix struct ieee80211_tx_queue_paramsJohannes Berg2008-07-141-1/+1
| * mac80211: fix TX sequence numbersJohannes Berg2008-07-144-31/+52
OpenPOWER on IntegriCloud