summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches
2008-11-19net: make /proc/net/protocols namespace awareEric Dumazet
2008-11-19pktgen: fix multiple queue warningRobert Olsson
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-18Merge branch 'master' into nextJames Morris
2008-11-17rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg
2008-11-17net: use %pF for /proc/net/ptypeAlexey Dobriyan
2008-11-17net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet
2008-11-14scm: fix scm_fp_list->list initialization made in wrong placePavel Emelyanov
2008-11-14net: speedup dst_release()Eric Dumazet
2008-11-14lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-13CRED: Wrap current->cred and a few other accessorsDavid Howells
2008-11-13CRED: Separate task security context from task_structDavid Howells
2008-11-13CRED: Wrap task credential accesses in the networking subsystemDavid Howells
2008-11-12net: Cleanup of neighbour codeEric Dumazet
2008-11-12net: remove struct neigh_table::pdeAlexey Dobriyan
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-11net: fix setting of skb->tail in skb_recycle_check()Lennert Buytenhek
2008-11-11pktgen: add full reset functionalityJesse Brandeburg
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-08net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman
2008-11-08net: fib_rules ordering fixes.Eric W. Biederman
2008-11-08Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller
2008-11-07net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-06net: Fix recursive descent in __scm_destroy().David S. Miller
2008-11-06net: Don't leak packets when a netns is going downEric W. Biederman
2008-11-06net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman
2008-11-05netns: Delete virtual interfaces during namespace cleanupEric W. Biederman
2008-11-05net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy
2008-11-04net: '&' reduxAlexey Dobriyan
2008-11-04net: increase receive packet quantumStephen Hemminger
2008-11-02net: add documentation for skb recyclingStephen Hemminger
2008-10-31mac80211: Re-enable aggregationSujith
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-31netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan
2008-10-28pktgen: fix multiple queue warningJesse Brandeburg
2008-10-28netns: Coexist with the sysfs limitations v2Eric W. Biederman
2008-10-28net: convert print_mac to %pMJohannes Berg
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu
2008-10-20netdev: change name dropping error codesStephen Hemminger
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-10-15netns: fix net_generic array leakAlexey Dobriyan
2008-10-14net: Rationalise email address: Network Specific PartsAlan Cox
2008-10-14pktgen: fix skb leak in case of failureIlpo Järvinen