summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas2017-08-243-9/+15
* gre: fix goto statement typoWilliam Tu2017-08-231-2/+2
* Merge branch 'bpf-minor-cleanups'David S. Miller2017-08-232-99/+73
|\
| * bpf: minor cleanups for dev_mapDaniel Borkmann2017-08-231-59/+41
| * bpf: misc xdp redirect cleanupsDaniel Borkmann2017-08-231-40/+32
|/
* bpf: fix map value attribute for hash of mapsDaniel Borkmann2017-08-231-13/+17
* MIPS,bpf: fix missing break in switch statementColin Ian King2017-08-231-0/+1
* net: sched: use kvmalloc() for class hash tablesEric Dumazet2017-08-221-18/+4
* net: amd: constify zorro_device_idArvind Yadav2017-08-222-2/+2
* Merge branch 'net-mvpp2-MAC-GoP-configuration'David S. Miller2017-08-222-72/+361
|\
| * Documentation/bindings: net: marvell-pp2: add the system controllerAntoine Ténart2017-08-221-0/+1
| * net: mvpp2: initialize the GoPAntoine Ténart2017-08-221-0/+170
| * net: mvpp2: set maximum packet size for 10G portsStefan Chulski2017-08-221-2/+22
| * net: mvpp2: initialize the XLG MAC when using a portAntoine Ténart2017-08-221-0/+25
| * net: mvpp2: initialize the GMAC when using a portAntoine Ténart2017-08-221-25/+98
| * net: mvpp2: move the mii configuration in the ndo_open pathAntoine Ténart2017-08-221-1/+1
| * net: mvpp2: fix the synchronization module bypass macro nameAntoine Ténart2017-08-221-2/+2
| * net: mvpp2: unify register definitions coding styleAntoine Ténart2017-08-221-44/+44
|/
* gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-225-0/+335
* udp: remove unreachable ufo branchesWillem de Bruijn2017-08-222-9/+5
* net: mdio-gpio: make mdiobb_ops constBhumika Goyal2017-08-221-1/+1
* net: ethernet: freescale: fs_enet: make mdiobb_ops constBhumika Goyal2017-08-221-1/+1
* net: ethernet: ax88796: make mdiobb_ops constBhumika Goyal2017-08-221-1/+1
* Merge branch 'tcp_conn_request-cleanup'David S. Miller2017-08-223-12/+8
|\
| * tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-223-7/+4
| * tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4
|/
* Merge branch 'hv_netvsc-Ethtool-handler-to-change-UDP-hash-levels'David S. Miller2017-08-223-13/+88
|\
| * hv_netvsc: Update netvsc Document for UDP hash level settingHaiyang Zhang2017-08-221-5/+17
| * hv_netvsc: Add ethtool handler to set and get UDP hash levelsHaiyang Zhang2017-08-222-8/+72
| * hv_netvsc: Clean up unused parameter from netvsc_get_rss_hash_opts()Haiyang Zhang2017-08-221-3/+2
| * hv_netvsc: Clean up unused parameter from netvsc_get_hash()Haiyang Zhang2017-08-221-2/+2
|/
* Merge branch 'liquidio-VF-driver-will-notify-NIC-firmware-of-MTU-change'David S. Miller2017-08-223-7/+24
|\
| * liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru2017-08-221-5/+22
| * liquidio: move macro definition to a proper placeVeerasenareddy Burru2017-08-222-2/+2
|/
* ptp: make ptp_clock_info constBhumika Goyal2017-08-224-4/+4
* net: ethernet: make ptp_clock_info constBhumika Goyal2017-08-226-6/+6
* net: hns3: Add support to change MTU in HNS3 hardwareSalil2017-08-222-0/+35
* Merge branch 'Huawei-HiNIC-Ethernet-Driver'David S. Miller2017-08-2239-0/+12728
|\
| * net-next/hinic: Add MaintainerAviad Krawczyk2017-08-221-0/+7
| * net-next/hinic: Add netpollAviad Krawczyk2017-08-221-0/+20
| * net-next/hinic: Add ethtool and statsAviad Krawczyk2017-08-228-1/+341
| * net-next/hinic: Add Tx operationAviad Krawczyk2017-08-228-4/+799
| * net-next/hinic: Add Rx handlerAviad Krawczyk2017-08-2216-0/+1278
| * net-next/hinic: Add cmdq completion handlerAviad Krawczyk2017-08-222-1/+308
| * net-next/hinic: Add cmdq commandsAviad Krawczyk2017-08-228-2/+683
| * net-next/hinic: Add ceqsAviad Krawczyk2017-08-227-8/+427
| * net-next/hinic: Initialize cmdqAviad Krawczyk2017-08-226-6/+500
| * net-next/hinic: Set qp contextAviad Krawczyk2017-08-2212-2/+787
| * net-next/hinic: Add qp resourcesAviad Krawczyk2017-08-226-5/+507
| * net-next/hinic: Add wqAviad Krawczyk2017-08-228-5/+968