summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+3
|\
| * 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
* | 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: small bug on rxhash calculationChema Gonzalez2012-09-081-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
|\ \
| * | userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman2012-08-141-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/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: 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
|/ /
* | 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
* | | net-next: Add netif_get_num_default_rss_queuesYuval Mintz2012-07-051-0/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-2/+2
|\ \ \ | |/ /
| * | net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee2012-06-281-2/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-151-22/+1
|\ \ | |/
| * net: remove skb_orphan_try()Eric Dumazet2012-06-151-22/+1
* | net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado2012-06-121-0/+17
|/
* net: napi_frags_skb() is staticEric Dumazet2012-05-191-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-161-31/+5
|\
| * Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-101-31/+5
* | net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-8/+6
* | net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-18/+12
* | net: make GRO aware of skb->head_fragEric Dumazet2012-04-301-1/+4
* | net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet2012-04-191-1/+4
OpenPOWER on IntegriCloud