aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-13net: vrf: Drop local rtable and rt6_infoDavid Ahern1-114/+8
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-13vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error reportingGirish Moodalbail1-26/+73
2017-08-13Merge branch 'tap-XDP-support'David S. Miller3-27/+236
2017-08-13tap: XDP supportJason Wang1-7/+142
2017-08-13net: export some generic xdp helpersJason Wang2-6/+10
2017-08-13tap: use build_skb() for small packetJason Wang1-21/+91
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki1-4/+2
2017-08-11liquidio: moved ptp_enable to octeon_device structureIntiyaz Basha2-9/+11
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu1-0/+5
2017-08-11mlxsw: make mlxsw_config_profile constBhumika Goyal3-3/+3
2017-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2-10/+6
2017-08-11nfp: send control message when MAC representors are createdSimon Horman3-3/+80
2017-08-11net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang1-2/+1
2017-08-11wan: dscc4: convert to plain DMA APIAlexey Khoroshilov1-45/+51
2017-08-11wan: dscc4: add checks for dma mapping errorsAlexey Khoroshilov1-16/+37
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-11fsl/fman: implement several errata workaroundsFlorinel Iordache1-25/+93
2017-08-11hns3pf: Fix some harmless copy and paste bugsDan Carpenter1-2/+2
2017-08-11hns3pf: fix hns3_del_tunnel_port()Dan Carpenter1-1/+1
2017-08-11Merge branch 'rockchip-internal-phy'David S. Miller10-10/+466
2017-08-11ARM64: dts: rockchip: Enable gmac2phy for rk3328-evbDavid Wu1-0/+17
2017-08-11ARM64: dts: rockchip: Add gmac2phy node support for rk3328David Wu1-0/+39
2017-08-11ARM: dts: rk3228-evb: Enable the integrated PHY for gmacDavid Wu1-0/+34
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY supprot for rk3328David Wu1-3/+23
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY support for rk3228David Wu1-0/+12
2017-08-11net: stmmac: dwmac-rk: Add integrated PHY supportDavid Wu1-4/+95
2017-08-11Documentation: net: phy: Add phy-is-integrated bindingDavid Wu1-0/+5
2017-08-11net: stmmac: dwmac-rk: Remove unwanted code for rk3328_set_to_rmii()David Wu1-3/+0
2017-08-11arm64: defconfig: Enable CONFIG_ROCKCHIP_PHYDavid Wu1-0/+1
2017-08-11multi_v7_defconfig: Make rockchip PHY built-inDavid Wu1-0/+1
2017-08-11net: phy: Add rockchip PHY driver supportDavid Wu3-0/+239
2017-08-11forcedeth: replace init_timer_deferrable with setup_deferrable_timerZhu Yanjun1-3/+2
2017-08-11drivers: net: davinci_mdio: print bus frequencyMaxim Uvarov1-2/+4
2017-08-11drivers: net: davinci_mdio: remove busy loop on wait user accessMaxim Uvarov1-1/+3
2017-08-11Merge branch 'netvsc-minor-fixes-and-improvements'David S. Miller3-95/+227
2017-08-11netvsc: keep track of some non-fatal overload conditionsstephen hemminger3-6/+17
2017-08-11netvsc: allow controlling send/recv buffer sizestephen hemminger3-39/+157
2017-08-11netvsc: remove unnecessary check for NULL hdrstephen hemminger1-4/+3
2017-08-11netvsc: remove unnecessary cast of void pointerstephen hemminger1-5/+4
2017-08-11netvsc: whitespace cleanupstephen hemminger1-5/+6
2017-08-11netvsc: no need to allocate send/receive on numa nodestephen hemminger1-14/+5
2017-08-11netvsc: check error return when restoring channels and mtustephen hemminger1-2/+14
2017-08-11netvsc: propagate MAC address change to VF slavestephen hemminger1-11/+15
2017-08-11netvsc: don't signal host twice if emptystephen hemminger1-4/+0
2017-08-11netvsc: delay setup of VF devicestephen hemminger2-8/+9
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-08-11liquidio: removed check for queue size alignmentIntiyaz Basha1-7/+0
2017-08-11liquidio: rx/tx queue cleanupIntiyaz Basha2-0/+8
2017-08-11Merge branch 'net-sched-let-the-offloader-decide-what-to-offload'David S. Miller16-47/+61