summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Assume provided MAC filter has been verified by macvlanAlexander Duyck2018-01-121-4/+8
* net: hns3: check for NULL function pointer in hns3_nic_set_featuresJian Shen2018-01-121-2/+4
* net: hns3: add feature check when feature changedJian Shen2018-01-121-12/+15
* net: hns3: add int_gl_idx setup for TX and RX queuesFuyun Liang2018-01-123-0/+21
* net: hns3: change the unit of GL value macroFuyun Liang2018-01-121-4/+4
* net: hns3: remove unused GL setup functionFuyun Liang2018-01-121-12/+0Star
* net: hns3: refactor GL update functionFuyun Liang2018-01-121-19/+16Star
* net: hns3: refactor interrupt coalescing init functionFuyun Liang2018-01-121-9/+20
* net: hns3: add ethtool_ops.set_coalesce support to PFFuyun Liang2018-01-123-4/+188
* net: hns3: add ethtool_ops.get_coalesce support to PFFuyun Liang2018-01-123-0/+40
* net: hns3: remove TSO config command from VF driverPeng Li2018-01-122-28/+0Star
* net: hns3: add ethtool_ops.get_channels support for VFPeng Li2018-01-122-0/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-125-6/+14
|\
| * mlxsw: spectrum_qdisc: Don't use variable array in mlxsw_sp_tclass_congestion...Jiri Pirko2018-01-101-3/+4
| * mlxsw: pci: Wait after reset before accessing HWYuval Mintz2018-01-102-1/+7
| * nfp: always unmask aux interrupts at initJakub Kicinski2018-01-101-0/+2
| * net: gianfar_ptp: move set_fipers() to spinlock protecting areaYangbo Lu2018-01-101-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-1112-254/+413
|\ \
| * | nfp: bpf: reuse verifier log for debug messagesQuentin Monnet2018-01-101-14/+16
| * | nfp: bpf: add signed jump insnsNic Viljoen2018-01-102-0/+49
| * | nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-105-61/+34Star
| * | nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2018-01-102-7/+13
| * | nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2018-01-102-2/+19
| * | nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-104-87/+115
| * | nfp: bpf: add helpers for modifying branch addressesJakub Kicinski2018-01-103-12/+34
| * | nfp: bpf: move jump resolution to jit.cJakub Kicinski2018-01-103-17/+25
| * | nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski2018-01-101-1/+3
| * | nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski2018-01-104-0/+46
| * | nfp: bpf: round up the size of the stackJakub Kicinski2018-01-101-1/+1
| * | nfp: fix incumbent kdoc warningsJakub Kicinski2018-01-102-55/+57
| * | nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski2018-01-101-4/+8
* | | net: socionext: Fix error return code in netsec_netdev_open()Wei Yongjun2018-01-111-0/+1
* | | net: socionext: include linux/io.h to fix buildArnd Bergmann2018-01-111-0/+1
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-01-1115-194/+252
|\ \ \
| * | | i40e: track id can be 0Jingjing Wu2018-01-102-10/+0Star
| * | | i40e: change ppp name to ddpJingjing Wu2018-01-108-69/+73
| * | | i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck2018-01-101-34/+0Star
| * | | i40evf: Clean-up flags for promisc mode to avoid high polling rateAlexander Duyck2018-01-101-2/+4
| * | | i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck2018-01-101-13/+5Star
| * | | i40e: remove redundant initialization of read_sizeColin Ian King2018-01-101-1/+1
| * | | i40e/i40evf: Bump driver versionsAlice Michael2018-01-102-4/+4
| * | | i40e: add helper conversion function for link_speedJacob Keller2018-01-102-2/+33
| * | | i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller2018-01-101-0/+1
| * | | i40evf: hold the critical task bit lock while openingJacob Keller2018-01-101-9/+31
| * | | i40evf: release bit locks in reverse orderJacob Keller2018-01-101-1/+1
| * | | i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller2018-01-103-49/+81
| * | | i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller2018-01-101-3/+17
| * | | i40e: display priority_xon and priority_xoff statsAlice Michael2018-01-101-0/+4
* | | | ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot2018-01-111-0/+6
* | | | cxgb4: implement ndo_features_checkGanesh Goudar2018-01-111-0/+19