summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-01-10net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek3-12/+21
2018-01-10net/mlx5e: Move interrupt moderation forward declarationsAndy Gospodarek2-4/+5
2018-01-10net/mlx5e: Move interrupt moderation structs to new fileAndy Gospodarek2-32/+70
2018-01-10Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller12-18/+582
2018-01-10net: hns3: report the function type the same line with hns3_nic_get_stats64Peng Li1-2/+2
2018-01-10Revert "net: hns3: Add packet statistics of netdev"Peng Li1-79/+1
2018-01-10net: gianfar_ptp: move set_fipers() to spinlock protecting areaYangbo Lu1-2/+1
2018-01-10net: socionext: Add Synquacer NetSec driverJassi Brar3-0/+1788
2018-01-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller10-177/+298
2018-01-10nfp: bpf: reuse verifier log for debug messagesQuentin Monnet1-14/+16
2018-01-10nfp: bpf: add signed jump insnsNic Viljoen2-0/+49
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski5-61/+34
2018-01-10nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2-7/+13
2018-01-10nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2-2/+19
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski4-87/+115
2018-01-10nfp: bpf: add helpers for modifying branch addressesJakub Kicinski3-12/+34
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski3-17/+25
2018-01-10nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski1-1/+3
2018-01-10nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski4-0/+46
2018-01-10nfp: bpf: round up the size of the stackJakub Kicinski1-1/+1
2018-01-10nfp: fix incumbent kdoc warningsJakub Kicinski2-55/+57
2018-01-10nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski1-4/+8
2018-01-09r8169: improve runtime pm in general and suspend unused portsHeiner Kallweit1-8/+12
2018-01-09r8169: improve runtime pm in rtl8169_check_link_statusHeiner Kallweit1-15/+6
2018-01-09r8169: remove unneeded rpm ops in rtl_shutdownHeiner Kallweit1-5/+0
2018-01-09net/mlx5e: Remove redundant checks in set_ringparamEugenia Emantayev1-15/+0
2018-01-09net/mlx4_en: Align behavior of set ring size flow via ethtoolEugenia Emantayev1-4/+13
2018-01-09ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck2-11/+13
2018-01-09ixgbe: Use ring values to test for Tx pendingAlexander Duyck1-16/+4
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck4-43/+34
2018-01-09ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck2-4/+1
2018-01-09ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handlingAlexander Duyck1-37/+25
2018-01-09ixgbe: Perform reinit any time number of VFs changeAlexander Duyck1-16/+3
2018-01-09be2net: use ARRAY_SIZE for array sizing calculation on array cmd_priv_mapColin Ian King1-1/+1
2018-01-09ixgbe: Fix interaction between SR-IOV and macvlan offloadAlexander Duyck1-7/+5
2018-01-09ixgbevf: remove redundant setting of xcast_modeEmil Tantilov1-4/+0
2018-01-09ixgbe: Remove an obsolete comment about ITRTonghao Zhang1-2/+0
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt7-14/+198
2018-01-09ixgbe: advertise highest capable link speedPaul Greenwalt1-9/+8
2018-01-09ixgbe: remove unused enum latency_rangeEmil Tantilov1-7/+0
2018-01-09ixgbe: enable multicast on shutdown for WOLEmil Tantilov1-7/+7
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-116/+238
2018-01-09net/mlx5e: E-switch, Add steering drop countersEugenia Emantayev4-2/+112
2018-01-09net/mlx5e: IPoIB, Fix spelling mistake "functionts" -> "functions"Gal Pressman1-1/+1
2018-01-09net/mlx5e: IPoIB, Add ethtool support to get child time stamping parametersFeras Daoud1-0/+1
2018-01-09net/mlx5e: IPoIB, Add PTP ioctl support for child interfaceFeras Daoud3-2/+9
2018-01-09net/mlx5e: IPoIB, Use correct timestamp in child receive flowFeras Daoud1-1/+6
2018-01-09net/mlx5e: Support offloading TC NIC hairpin flowsOr Gerlitz2-12/+172
2018-01-09net/mlx5e: Basic setup of hairpin objectOr Gerlitz1-0/+97
2018-01-09net/mlx5: Hairpin pair core object setupOr Gerlitz1-0/+184