aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-2/+5
2012-10-08net: gro: selective flush of packetsEric Dumazet1-7/+31
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet1-6/+8
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-35/+74
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+5
2012-10-01net: add gro_cells infrastructureEric Dumazet1-0/+2
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+13
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang1-3/+3
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet1-0/+4
2012-09-19net: dev: fix incorrect getting net device's nameGao feng1-8/+20
2012-09-19net: more accurate network taps in transmit pathEric Dumazet1-3/+6
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin1-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches1-10/+6
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches1-1/+1
2012-09-17netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches1-7/+17
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-08-31net: fix documentation of skb_needs_linearize().Rami Rosen1-3/+1
2012-08-30net: dev: fix the incorrect hold of net namespace's lo deviceGao feng1-0/+2
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-3/+4
2012-08-24net: Set device operstate at registration timeBen Hutchings1-0/+2
2012-08-23net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet1-2/+7
2012-08-22net: remove delay at device dismantleEric Dumazet1-14/+8
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-08-14userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman1-3/+4
2012-08-14net: remove netdev_bonding_change()Amerigo Wang1-6/+0
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang1-0/+18
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov1-2/+2
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov1-1/+6
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+47
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+3
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-6/+47
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller1-2/+1
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D1-1/+2
2012-07-14net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o1-0/+3
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-3/+5
2012-07-10net: Properly define functions with no parametersBen Hutchings1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet1-2/+6
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz1-0/+11
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2