summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: fec: add enet-avb IP supportFrank Li2014-09-132-18/+51
| * net:fec: Disable enet-avb MAC instead of reset MACFugang Duan2014-09-131-6/+20
| * net: fec: init multi queue date structureFrank Li2014-09-131-113/+252
| * net: fec: parser max queue number from dt fileFugang Duan2014-09-132-1/+47
| * net: fec: change data structure to support multiqueueFugang Duan2014-09-132-196/+400
| * net:fec: add enet AVB feature macro define for imx6sxFugang Duan2014-09-131-0/+16
| * net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan2014-09-132-0/+18
|/
* net: DSA: Marvell mv88e6171 switch driverAndrew Lunn2014-09-135-0/+426
* Merge branch 'be2net-next'David S. Miller2014-09-135-65/+242
|\
| * be2net: enable PCIe error reporting on VFs tooKalesh AP2014-09-131-5/+3
| * be2net: send a max of 8 EQs to be_cmd_modify_eqd() on LancerKalesh AP2014-09-131-2/+21
| * be2net: fix port-type reporting in get_settingsRavikumar Nelavelli2014-09-134-16/+73
| * be2net: add ethtool "-m" option supportMark Leonard2014-09-133-19/+109
| * be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2014-09-132-1/+7
| * be2net: fix RX fragment posting for jumbo framesAjit Khaparde2014-09-131-7/+15
| * be2net: replace strcpy with strlcpyVasundhara Volam2014-09-131-4/+6
| * be2net: fix some log messagesVasundhara Volam2014-09-133-12/+9
|/
* net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-134-89/+14
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-137-17/+19
* r8152: support VLANhayeswang2014-09-131-14/+65
* net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun2014-09-131-2/+2
* ipv6: exit early in addrconf_notify() if IPv6 is disabledWANG Cong2014-09-131-0/+3
* Merge branch 'ipv6-cleanups'David S. Miller2014-09-136-136/+123
|\
| * ipv6: refactor ipv6_dev_mc_inc()WANG Cong2014-09-131-33/+49
| * ipv6: update the comment in mcast.cWANG Cong2014-09-131-7/+5
| * ipv6: drop some rcu_read_lock in mcastWANG Cong2014-09-131-13/+4
| * ipv6: drop ipv6_sk_mc_lock in mcastWANG Cong2014-09-131-16/+2
| * ipv6: refactor __ipv6_dev_ac_inc()WANG Cong2014-09-131-23/+39
| * ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-133-11/+6
| * ipv6: remove ipv6_sk_ac_lockWANG Cong2014-09-131-14/+3
| * ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-133-20/+16
|/
* Merge branch 'bonding-next'David S. Miller2014-09-138-274/+91
|\
| * bonding: adjust locking commentsNikolay Aleksandrov2014-09-133-10/+10
| * bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov2014-09-133-57/+22
| * bonding: alb: convert to bond->mode_lockNikolay Aleksandrov2014-09-134-89/+35
| * bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov2014-09-133-7/+6
| * bonding: clean curr_slave_lock useNikolay Aleksandrov2014-09-134-70/+14
| * bonding: alb: remove curr_slave_lockNikolay Aleksandrov2014-09-131-36/+3
| * bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov2014-09-131-7/+3
|/
* virtio_ring: unify direct/indirect code paths.Rusty Russell2014-09-131-76/+52
* virtio_ring: assume sgs are always well-formed.Rusty Russell2014-09-131-49/+19
* virtio_net: pass well-formed sgs to virtqueue_add_*()Rusty Russell2014-09-131-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-09-1310-383/+396
|\
| * e1000: switch to napi_gro_frags apiFlorian Westphal2014-09-121-17/+32
| * e1000: convert to build_skbFlorian Westphal2014-09-123-120/+131
| * e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal2014-09-123-17/+17
| * e1000: add and use e1000_rx_buffer info for RxFlorian Westphal2014-09-123-23/+27
| * e1000: perform copybreak ahead of DMA unmapFlorian Westphal2014-09-121-30/+43
| * e1000: move tbi workaround code into helper functionFlorian Westphal2014-09-121-30/+33
| * e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal2014-09-123-80/+77