summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-161-1/+3
* af-packet: fix oops when socket is not presentEric Leblond2012-11-071-1/+1
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-081-2/+5
* net: gro: selective flush of packetsEric Dumazet2012-10-081-7/+31
* net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet2012-10-071-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-35/+74
|\
| * net: add gro_cells infrastructureEric Dumazet2012-10-011-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+3
| |\
| * | netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2012-09-191-3/+3
| * | net: provide a default dev->ethtool_opsEric Dumazet2012-09-191-0/+4
| * | net: dev: fix incorrect getting net device's nameGao feng2012-09-191-8/+20
| * | net: more accurate network taps in transmit pathEric Dumazet2012-09-191-3/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-5/+6
| |\ \
| * | | net: fix documentation of skb_needs_linearize().Rami Rosen2012-08-311-3/+1
| * | | net: dev: fix the incorrect hold of net namespace's lo deviceGao feng2012-08-301-0/+2
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-3/+4
| |\ \ \
| * | | | net: Set device operstate at registration timeBen Hutchings2012-08-241-0/+2
| * | | | net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-231-2/+7
| * | | | net: remove delay at device dismantleEric Dumazet2012-08-221-14/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-221-4/+20
| |\ \ \ \
| * | | | | net: remove netdev_bonding_change()Amerigo Wang2012-08-141-6/+0
| * | | | | net: move and rename netif_notify_peers()Amerigo Wang2012-08-141-0/+18
| * | | | | net: Make ifindex generation per-net namespacePavel Emelyanov2012-08-091-2/+2
| * | | | | net: Allow to create links with given ifindexPavel Emelyanov2012-08-091-1/+6
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-4/+5
|\ \ \ \ \ \
| * | | | | | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-1/+1
| | |_|/ / / | |/| | | |
| * | | | | userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman2012-08-141-3/+4
* | | | | | Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-011-7/+13
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches2012-09-171-10/+6
| * | | | | netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches2012-09-171-1/+1
| * | | | | netdev_printk/dynamic_netdev_dbg: Directly call printk_emitJoe Perches2012-09-171-7/+17
| | |_|_|/ | |/| | |
* | | | | net: do not disable sg for packets requiring no checksumEd Cashin2012-09-201-1/+2
* | | | | net: fix memory leak on oom with zerocopyMichael S. Tsirkin2012-09-181-1/+1
|/ / / /
* | | | net: small bug on rxhash calculationChema Gonzalez2012-09-081-5/+6
| |_|/ |/| |
* | | net/core/dev.c: fix kernel-doc warningRandy Dunlap2012-08-201-0/+1
* | | af_packet: don't emit packet on orig fanout groupEric Leblond2012-08-201-2/+14
* | | net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov2012-08-081-2/+5
| |/ |/|
* | net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-08-021-0/+4
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-311-6/+47
|\
| * netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2012-07-311-6/+47
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-0/+3
|\ \ | |/ |/|
| * net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-07-141-0/+3
* | net: Make skb->skb_iif always track skb->devDavid S. Miller2012-07-231-2/+1
* | net: orphan frags on receiveMichael S. Tsirkin2012-07-221-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-1/+2
|\ \
| * | net: Statically initialize init_net.dev_base_headRustad, Mark D2012-07-181-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-2/+6
|\ \ \ | |/ /
| * | net: cgroup: fix out of bounds accessesEric Dumazet2012-07-091-2/+6
* | | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-3/+5
* | | net: Properly define functions with no parametersBen Hutchings2012-07-101-1/+1
OpenPOWER on IntegriCloud