summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net: Don't leak packets when a netns is going downEric W. Biederman2008-11-051-1/+3
| * | | | | | | net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman2008-11-051-0/+12
| * | | | | | | netns: Delete virtual interfaces during namespace cleanupEric W. Biederman2008-11-051-0/+6
| * | | | | | | net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet2008-11-051-3/+2
| * | | | | | | net: '&' reduxAlexey Dobriyan2008-11-032-41/+41
| * | | | | | | net: increase receive packet quantumStephen Hemminger2008-11-031-7/+4
| * | | | | | | mac80211: Re-enable aggregationSujith2008-10-311-0/+1
| * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-312-14/+45
| |\ \ \ \ \ \ \
| * | | | | | | | udp: RCU handling for Unicast packets.Eric Dumazet2008-10-291-1/+2
| * | | | | | | | net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-282-4/+0
| * | | | | | | | net: reduce structures when XFRM=nAlexey Dobriyan2008-10-281-1/+1
| * | | | | | | | netns: Coexist with the sysfs limitations v2Eric W. Biederman2008-10-272-5/+27
| * | | | | | | | net: convert print_mac to %pMJohannes Berg2008-10-272-8/+6
* | | | | | | | | Merge branch 'next' into for-linusJames Morris2008-12-252-6/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into nextJames Morris2008-12-043-27/+15
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into nextJames Morris2008-11-183-5/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'master' into nextJames Morris2008-11-143-4/+25
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-1/+1
| * | | | | | | | CRED: Separate task security context from task_structDavid Howells2008-11-141-4/+6
| * | | | | | | | CRED: Wrap task credential accesses in the networking subsystemDavid Howells2008-11-142-6/+10
* | | | | | | | | netpoll: fix race on poll_list resulting in garbage entryNeil Horman2008-12-091-0/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | net: make skb_truesize_bug() call WARN()Arjan van de Ven2008-11-251-1/+1
* | | | | | | | net: Fix memory leak in the proto_register functionCatalin Marinas2008-11-211-19/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | pktgen: fix multiple queue warningRobert Olsson2008-11-191-7/+2
| |_|/ / / / |/| | | | |
* | | | | | rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg2008-11-161-1/+3
* | | | | | scm: fix scm_fp_list->list initialization made in wrong placePavel Emelyanov2008-11-141-2/+0
* | | | | | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar2008-11-131-2/+0
| |/ / / / |/| | | |
* | | | | net: fix setting of skb->tail in skb_recycle_check()Lennert Buytenhek2008-11-101-1/+1
| |_|_|/ |/| | |
* | | | net: Fix recursive descent in __scm_destroy().David S. Miller2008-11-061-3/+21
* | | | net: fix packet socket delivery in rx irq handlerPatrick McHardy2008-11-041-0/+3
|/ / /
* | / net: add documentation for skb recyclingStephen Hemminger2008-11-011-0/+12
| |/ |/|
* | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan2008-10-301-0/+32
* | pktgen: fix multiple queue warningJesse Brandeburg2008-10-281-14/+13
|/
* net: Fix disjunct computation of netdev featuresHerbert Xu2008-10-231-64/+71
* netdev: change name dropping error codesStephen Hemminger2008-10-191-3/+3
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-162-4/+2
* netns: fix net_generic array leakAlexey Dobriyan2008-10-141-1/+1
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-134-4/+4
* pktgen: fix skb leak in case of failureIlpo Järvinen2008-10-131-3/+5
* net: Fix off-by-one in skb_dma_mapDimitris Michailidis2008-10-121-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-082-28/+17
|\
| * net: Fix netdev_run_todo dead-lockHerbert Xu2008-10-072-22/+7
| * net: only invoke dev->change_rx_flags when device is UPPatrick McHardy2008-10-071-6/+10
* | netns: export netns listAlexey Dobriyan2008-10-081-0/+1
* | net: packet split receive apiPeter Zijlstra2008-10-071-0/+20
* | net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-071-2/+2
* | net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu2008-10-011-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-011-2/+4
|\|
| * netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck2008-09-201-2/+4
* | net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek2008-10-011-2/+39