summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2008-11-08net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman1-5/+17
2008-11-08net: fib_rules ordering fixes.Eric W. Biederman1-3/+4
2008-11-08Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller1-12/+0
2008-11-07net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan1-1/+1
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-3/+36
2008-11-07net: Fix recursive descent in __scm_destroy().David S. Miller1-3/+21
2008-11-06net: Don't leak packets when a netns is going downEric W. Biederman1-1/+3
2008-11-06net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman1-0/+12
2008-11-06netns: Delete virtual interfaces during namespace cleanupEric W. Biederman1-0/+6
2008-11-05net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet1-3/+2
2008-11-05net: fix packet socket delivery in rx irq handlerPatrick McHardy1-0/+3
2008-11-04net: '&' reduxAlexey Dobriyan2-41/+41
2008-11-04net: increase receive packet quantumStephen Hemminger1-7/+4
2008-11-02net: add documentation for skb recyclingStephen Hemminger1-0/+12
2008-11-01mac80211: Re-enable aggregationSujith1-0/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-14/+45
2008-10-31netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan1-0/+32
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet1-1/+2
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan2-4/+0
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-1/+1
2008-10-28pktgen: fix multiple queue warningJesse Brandeburg1-14/+13
2008-10-28netns: Coexist with the sysfs limitations v2Eric W. Biederman2-5/+27
2008-10-28net: convert print_mac to %pMJohannes Berg2-8/+6
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-64/+71
2008-10-20netdev: change name dropping error codesStephen Hemminger1-3/+3
2008-10-17net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2-4/+2
2008-10-15netns: fix net_generic array leakAlexey Dobriyan1-1/+1
2008-10-14net: Rationalise email address: Network Specific PartsAlan Cox4-4/+4
2008-10-14pktgen: fix skb leak in case of failureIlpo Järvinen1-3/+5
2008-10-13net: Fix off-by-one in skb_dma_mapDimitris Michailidis1-1/+1
2008-10-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-28/+17
2008-10-08netns: export netns listAlexey Dobriyan1-0/+1
2008-10-08net: Fix netdev_run_todo dead-lockHerbert Xu2-22/+7
2008-10-08net: only invoke dev->change_rx_flags when device is UPPatrick McHardy1-6/+10
2008-10-08net: packet split receive apiPeter Zijlstra1-0/+20
2008-10-08net: wrap sk->sk_backlog_rcv()Peter Zijlstra1-2/+2
2008-10-01net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu1-0/+2
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+4
2008-10-01net: add skb_recycle_check() to enable netdriver skb recyclingLennert Buytenhek1-2/+39
2008-09-30netdev: docbook comment update (revised)Stephen Hemminger1-2/+44
2008-09-30netdev: use const for some name functionsStephen Hemminger1-5/+4
2008-09-24net: remove ifalias on empty given alias Oliver Hartkopp1-0/+8
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
2008-09-23net: network device name ifalias supportStephen Hemminger3-0/+72
2008-09-23Phonet: global definitionsRemi Denis-Courmont1-3/+6
2008-09-21net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-09-21netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck1-2/+4
2008-09-19ISDN sockets: add missing lockdep stringsRémi Denis-Courmont1-3/+3
2008-09-13net: fix scheduling of dst_gc_task by __dst_freeBenjamin Thery1-0/+1
2008-09-11net: Add SKB DMA mapping helper functions.David S. Miller2-0/+67