aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-11ethtool: Use explicit designated initializers for .cmdRoland Dreier1-5/+5
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2-1/+333
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+3
2010-02-08dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-04pktgen: Fix freezing problemRafael J. Wysocki1-0/+1
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-4/+31
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-2/+2
2010-01-23neigh: simplify seq_file codeAlexey Dobriyan1-7/+4
2010-01-21net: Optimize non-gso test checksKrishna Kumar1-12/+17
2010-01-19net: Unexport napi_gro_flush().David S. Miller1-2/+1
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan3-5/+5
2010-01-15net/core/sock.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2010-01-13netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann1-63/+106
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+4
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+11
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila1-0/+4
2010-01-07net: Make it easier to parse /proc/net/dev contents.Jesper Dangaard Brouer1-1/+1
2010-01-07fix bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-6/+5
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-3/+17
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+7
2009-12-23pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend1-2/+7
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-3/+14
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan1-1/+1
2009-12-13net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2-3/+14
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar1-4/+6
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds18-623/+1003
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2-58/+10
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+4
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+4
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-0/+27
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman1-3/+33
2009-12-03netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman1-2/+6
2009-12-03net: Move network device exit batchingEric W. Biederman2-24/+25
2009-12-03net: Add support for batching network namespace cleanupsEric W. Biederman1-61/+61
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy1-1/+1
2009-12-03net 03/05: fib_rules: add oif classificationPatrick McHardy1-1/+32
2009-12-03net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAMEPatrick McHardy1-18/+18
2009-12-02skbuff: remove skb_dma_map/unmapAlexander Duyck2-66/+0
2009-12-01net: Simplfy default_device_exit and improve batching.Eric W. Biederman1-10/+6
2009-12-01net: Automatically allocate per namespace data.Eric W. Biederman1-86/+102
2009-12-01net: Batch network namespace destruction.Eric W. Biederman1-8/+58
2009-12-01net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman1-27/+9
2009-11-29net: Move && and || to end of previous lineJoe Perches2-6/+6
2009-11-29pktgen: NUMA awareEric Dumazet1-3/+6
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-12/+20
2009-11-26veth: move loopback logic to common locationArnd Bergmann1-0/+40
2009-11-25net: use net_eq to compare netsOctavian Purdila5-7/+7
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet1-5/+11
2009-11-23pktgen: Fix device name comparesEric Dumazet1-8/+10