summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-23liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas3-9/+15
2017-08-22gre: fix goto statement typoWilliam Tu1-2/+2
2017-08-22Merge branch 'bpf-minor-cleanups'David S. Miller2-99/+73
2017-08-22bpf: minor cleanups for dev_mapDaniel Borkmann1-59/+41
2017-08-22bpf: misc xdp redirect cleanupsDaniel Borkmann1-40/+32
2017-08-22bpf: fix map value attribute for hash of mapsDaniel Borkmann1-13/+17
2017-08-22MIPS,bpf: fix missing break in switch statementColin Ian King1-0/+1
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet1-18/+4
2017-08-22net: amd: constify zorro_device_idArvind Yadav2-2/+2
2017-08-22Merge branch 'net-mvpp2-MAC-GoP-configuration'David S. Miller2-72/+361
2017-08-22Documentation/bindings: net: marvell-pp2: add the system controllerAntoine Ténart1-0/+1
2017-08-22net: mvpp2: initialize the GoPAntoine Ténart1-0/+170
2017-08-22net: mvpp2: set maximum packet size for 10G portsStefan Chulski1-2/+22
2017-08-22net: mvpp2: initialize the XLG MAC when using a portAntoine Ténart1-0/+25
2017-08-22net: mvpp2: initialize the GMAC when using a portAntoine Ténart1-25/+98
2017-08-22net: mvpp2: move the mii configuration in the ndo_open pathAntoine Ténart1-1/+1
2017-08-22net: mvpp2: fix the synchronization module bypass macro nameAntoine Ténart1-2/+2
2017-08-22net: mvpp2: unify register definitions coding styleAntoine Ténart1-44/+44
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu5-0/+335
2017-08-22udp: remove unreachable ufo branchesWillem de Bruijn2-9/+5
2017-08-22net: mdio-gpio: make mdiobb_ops constBhumika Goyal1-1/+1
2017-08-22net: ethernet: freescale: fs_enet: make mdiobb_ops constBhumika Goyal1-1/+1
2017-08-22net: ethernet: ax88796: make mdiobb_ops constBhumika Goyal1-1/+1
2017-08-22Merge branch 'tcp_conn_request-cleanup'David S. Miller3-12/+8
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang3-7/+4
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang1-5/+4
2017-08-22Merge branch 'hv_netvsc-Ethtool-handler-to-change-UDP-hash-levels'David S. Miller3-13/+88
2017-08-22hv_netvsc: Update netvsc Document for UDP hash level settingHaiyang Zhang1-5/+17
2017-08-22hv_netvsc: Add ethtool handler to set and get UDP hash levelsHaiyang Zhang2-8/+72
2017-08-22hv_netvsc: Clean up unused parameter from netvsc_get_rss_hash_opts()Haiyang Zhang1-3/+2
2017-08-22hv_netvsc: Clean up unused parameter from netvsc_get_hash()Haiyang Zhang1-2/+2
2017-08-22Merge branch 'liquidio-VF-driver-will-notify-NIC-firmware-of-MTU-change'David S. Miller3-7/+24
2017-08-22liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru1-5/+22
2017-08-22liquidio: move macro definition to a proper placeVeerasenareddy Burru2-2/+2
2017-08-22ptp: make ptp_clock_info constBhumika Goyal4-4/+4
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal6-6/+6
2017-08-22net: hns3: Add support to change MTU in HNS3 hardwareSalil2-0/+35
2017-08-22Merge branch 'Huawei-HiNIC-Ethernet-Driver'David S. Miller39-0/+12728
2017-08-22net-next/hinic: Add MaintainerAviad Krawczyk1-0/+7
2017-08-22net-next/hinic: Add netpollAviad Krawczyk1-0/+20
2017-08-22net-next/hinic: Add ethtool and statsAviad Krawczyk8-1/+341
2017-08-22net-next/hinic: Add Tx operationAviad Krawczyk8-4/+799
2017-08-22net-next/hinic: Add Rx handlerAviad Krawczyk16-0/+1278
2017-08-22net-next/hinic: Add cmdq completion handlerAviad Krawczyk2-1/+308
2017-08-22net-next/hinic: Add cmdq commandsAviad Krawczyk8-2/+683
2017-08-22net-next/hinic: Add ceqsAviad Krawczyk7-8/+427
2017-08-22net-next/hinic: Initialize cmdqAviad Krawczyk6-6/+500
2017-08-22net-next/hinic: Set qp contextAviad Krawczyk12-2/+787
2017-08-22net-next/hinic: Add qp resourcesAviad Krawczyk6-5/+507
2017-08-22net-next/hinic: Add wqAviad Krawczyk8-5/+968