aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood2015-07-293-18/+18
* stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood2015-07-293-57/+48
* stmmac: dwmac-rk: create a new probe functionJoachim Eastwood2015-07-291-9/+31
* stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood2015-07-291-9/+22
* stmmac: dwmac-sunxi: turn setup callback into a probe functionJoachim Eastwood2015-07-291-18/+31
* stmmac: dwmac-sunxi: move sun7i_gmac_setup functionJoachim Eastwood2015-07-291-29/+29
* stmmac: dwmac-socfpga: turn setup callback into a probe functionJoachim Eastwood2015-07-291-14/+26
* stmmac: dwmac-socfpga: move socfpga_dwmac_probe functionJoachim Eastwood2015-07-291-25/+25
* stmmac: dwmac-ipq806x: turn setup callback into a probe functionJoachim Eastwood2015-07-291-15/+23
* stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed functionJoachim Eastwood2015-07-291-7/+7
* stmmac: fix ptr_ret.cocci warningFengguang Wu2015-07-291-3/+1
* Merge branch 'dwc_ethernet'David S. Miller2015-07-287-0/+3135
|\
| * dwc_eth_qos: Add maintainer infoLars Persson2015-07-281-0/+7
| * dwc_eth_qos: Add the synopsys folder to the build system.Lars Persson2015-07-282-0/+2
| * dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSLars Persson2015-07-283-0/+3051
| * dwc_eth_qos: Add Synopsys DWC Ethernet QoS bindingsLars Persson2015-07-281-0/+75
|/
* Merge branch 'mlx4-802.1ad-accel'David S. Miller2015-07-2713-29/+218
|\
| * net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2015-07-277-5/+89
| * net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2015-07-275-7/+7
| * net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion2015-07-271-18/+17
| * net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion2015-07-275-0/+106
|/
* Merge branch 'arm-bpf-next'David S. Miller2015-07-272-2/+42
|\
| * ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.Nicolas Schichan2015-07-272-2/+23
| * ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.Nicolas Schichan2015-07-271-0/+8
| * ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.Nicolas Schichan2015-07-271-0/+11
|/
* lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter2015-07-271-1/+1
* tcp: tso: allow deferring under reordering stateEric Dumazet2015-07-271-1/+1
* ravb: minimize TX data copyingSergei Shtylyov2015-07-272-45/+64
* dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.cGuenter Roeck2015-07-273-119/+136
* hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang2015-07-272-10/+62
* Merge branch 'rt6_probe_write_lock'David S. Miller2015-07-271-21/+21
|\
| * ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau2015-07-271-0/+4
| * ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau2015-07-271-24/+20
|/
* bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov2015-07-273-17/+11
* net: phy: fix auto negotiation checking for teraneticsShaohui Xie2015-07-271-2/+9
* lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-275-24/+20
* ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel2015-07-271-0/+4
* ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel2015-07-271-1/+2
* net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang2015-07-271-5/+1
* dev: Spelling fix in commentssubashab@codeaurora.org2015-07-271-2/+2
* ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell2015-07-272-1/+64
* Merge branch 'mlx5e-next'David S. Miller2015-07-2712-149/+535
|\
| * net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat2015-07-273-1/+127
| * net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat2015-07-273-98/+104
| * net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat2015-07-276-19/+79
| * net/mlx5e: Support TX packet copy into WQEAchiad Shochat2015-07-274-1/+77
| * net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed2015-07-276-18/+70
| * net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed2015-07-274-13/+79
|/
* Merge branch 'netcp-next'David S. Miller2015-07-271-79/+324
|\
| * net: netcp: Adds missing statistics for K2L and K2EWingMan Kwok2015-07-271-3/+174