summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-29stmmac: remove setup/free glue callbacksJoachim Eastwood4-18/+2
2015-07-29stmmac: remove unused stmmac_of_data structJoachim Eastwood2-20/+0
2015-07-29stmmac: dwmac-rk: use rk_gmac_ops as of match dataJoachim Eastwood1-23/+4
2015-07-29stmmac: dwmac-rk: make rk_gmac_ops structs static constJoachim Eastwood1-4/+4
2015-07-29stmmac: dwmac-sti: use custom of match structureJoachim Eastwood1-3/+8
2015-07-29stmmac: let dwmac-* drivers handle their own match dataJoachim Eastwood3-18/+18
2015-07-29stmmac: move stmmac_pltfr_probe into dwmac-genericJoachim Eastwood3-57/+48
2015-07-29stmmac: dwmac-rk: create a new probe functionJoachim Eastwood1-9/+31
2015-07-29stmmac: dwmac-sti: turn setup callback into a probe functionJoachim Eastwood1-9/+22
2015-07-29stmmac: dwmac-sunxi: turn setup callback into a probe functionJoachim Eastwood1-18/+31
2015-07-29stmmac: dwmac-sunxi: move sun7i_gmac_setup functionJoachim Eastwood1-29/+29
2015-07-29stmmac: dwmac-socfpga: turn setup callback into a probe functionJoachim Eastwood1-14/+26
2015-07-29stmmac: dwmac-socfpga: move socfpga_dwmac_probe functionJoachim Eastwood1-25/+25
2015-07-29stmmac: dwmac-ipq806x: turn setup callback into a probe functionJoachim Eastwood1-15/+23
2015-07-29stmmac: dwmac-ipq806x: move ipq806x_gmac_fix_mac_speed functionJoachim Eastwood1-7/+7
2015-07-29stmmac: fix ptr_ret.cocci warningFengguang Wu1-3/+1
2015-07-29Merge branch 'dwc_ethernet'David S. Miller7-0/+3135
2015-07-29dwc_eth_qos: Add maintainer infoLars Persson1-0/+7
2015-07-29dwc_eth_qos: Add the synopsys folder to the build system.Lars Persson2-0/+2
2015-07-29dwc_eth_qos: Add support for Synopsys DWC Ethernet QoSLars Persson3-0/+3051
2015-07-29dwc_eth_qos: Add Synopsys DWC Ethernet QoS bindingsLars Persson1-0/+75
2015-07-28Merge branch 'mlx4-802.1ad-accel'David S. Miller13-29/+218
2015-07-28net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion7-5/+89
2015-07-28net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion5-7/+7
2015-07-28net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion1-18/+17
2015-07-28net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion5-0/+106
2015-07-28Merge branch 'arm-bpf-next'David S. Miller2-2/+42
2015-07-28ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.Nicolas Schichan2-2/+23
2015-07-28ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.Nicolas Schichan1-0/+8
2015-07-28ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.Nicolas Schichan1-0/+11
2015-07-27lwtunnel: use kfree_skb() instead of vanilla kfree()Dan Carpenter1-1/+1
2015-07-27tcp: tso: allow deferring under reordering stateEric Dumazet1-1/+1
2015-07-27ravb: minimize TX data copyingSergei Shtylyov2-45/+64
2015-07-27dsa: mv88e6352/mv88e6xxx: Move temperature sensor code to mv88e6xxx.cGuenter Roeck3-119/+136
2015-07-27hv_netvsc: Add structs and handlers for VF messagesHaiyang Zhang2-10/+62
2015-07-27Merge branch 'rt6_probe_write_lock'David S. Miller1-21/+21
2015-07-27ipv6: Avoid rt6_probe() taking writer lock in the fast pathMartin KaFai Lau1-0/+4
2015-07-27ipv6: Re-arrange code in rt6_probe()Martin KaFai Lau1-24/+20
2015-07-27bonding: convert num_grat_arp to the new bonding option APINikolay Aleksandrov3-17/+11
2015-07-27net: phy: fix auto negotiation checking for teraneticsShaohui Xie1-2/+9
2015-07-27lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel5-24/+20
2015-07-27ipv6: copy lwtstate in ip6_rt_copy_init()Nicolas Dichtel1-0/+4
2015-07-27ipv6: use lwtunnel_output6() only if flag redirect is setNicolas Dichtel1-1/+2
2015-07-27net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang1-5/+1
2015-07-27dev: Spelling fix in commentssubashab@codeaurora.org1-2/+2
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell2-1/+64
2015-07-27Merge branch 'mlx5e-next'David S. Miller12-149/+535
2015-07-27net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat3-1/+127
2015-07-27net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat3-98/+104
2015-07-27net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat6-19/+79