aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-12-23pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman
2009-12-03netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman
2009-12-03net: Move network device exit batchingEric W. Biederman
2009-12-03net: Add support for batching network namespace cleanupsEric W. Biederman
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy
2009-12-03net 03/05: fib_rules: add oif classificationPatrick McHardy
2009-12-03net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy
2009-12-02skbuff: remove skb_dma_map/unmapAlexander Duyck
2009-12-01net: Simplfy default_device_exit and improve batching.Eric W. Biederman
2009-12-01net: Automatically allocate per namespace data.Eric W. Biederman
2009-12-01net: Batch network namespace destruction.Eric W. Biederman
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-29pktgen: NUMA awareEric Dumazet
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-26veth: move loopback logic to common locationArnd Bergmann
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet
2009-11-23pktgen: Fix device name comparesEric Dumazet
2009-11-22net: Fix missing kernel-doc notationJaswinder Singh Rajput
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-18net: device name allocation cleanupsOctavian Purdila
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski
2009-11-15net: check the return value of ndo_select_queue()Eric Dumazet
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-11netdev: fold name hash properly (v3)stephen hemminger
2009-11-11skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman
2009-11-07rtnetlink: CleanupsEric Dumazet