summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2010-02-23net: bug fix for vlan + gro issueAjit Khaparde-1/+1
2010-02-19net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman-1/+2
2010-02-16ethtool: allow non-admin user to read GRO settings.stephen hemminger-0/+1
2010-02-08dst: call cond_resched() in dst_gc_task()Eric Dumazet-0/+2
2010-02-04pktgen: Fix freezing problemRafael J. Wysocki-0/+1
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-0/+4
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila-0/+4
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-2/+7
2009-12-23pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend-2/+7
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-3/+14
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan-1/+1
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman-3/+14
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar-4/+6
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-623/+1003
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds-58/+10
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-0/+4
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+4
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney-0/+27
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman-3/+33
2009-12-03netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman-2/+6
2009-12-03net: Move network device exit batchingEric W. Biederman-24/+25
2009-12-03net: Add support for batching network namespace cleanupsEric W. Biederman-61/+61
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy-1/+1
2009-12-03net 03/05: fib_rules: add oif classificationPatrick McHardy-1/+32
2009-12-03net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy-18/+18
2009-12-02skbuff: remove skb_dma_map/unmapAlexander Duyck-66/+0
2009-12-01net: Simplfy default_device_exit and improve batching.Eric W. Biederman-10/+6
2009-12-01net: Automatically allocate per namespace data.Eric W. Biederman-86/+102
2009-12-01net: Batch network namespace destruction.Eric W. Biederman-8/+58
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman-27/+9
2009-11-29net: Move && and || to end of previous lineJoe Perches-6/+6
2009-11-29pktgen: NUMA awareEric Dumazet-3/+6
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-12/+20
2009-11-26veth: move loopback logic to common locationArnd Bergmann-0/+40
2009-11-25net: use net_eq to compare netsOctavian Purdila-7/+7
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet-5/+11
2009-11-23pktgen: Fix device name comparesEric Dumazet-8/+10
2009-11-22net: Fix missing kernel-doc notationJaswinder Singh Rajput-1/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet-4/+4
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+2
2009-11-18net: device name allocation cleanupsOctavian Purdila-45/+24
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet-37/+60
2009-11-18net: introduce NETDEV_UNREGISTER_PERNETOctavian Purdila-2/+27
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet-19/+29
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu-1/+2
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-5/+6
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet-5/+6
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski-17/+0
2009-11-15net: check the return value of ndo_select_queue()Eric Dumazet-0/+15
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy-6/+26