summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* sh_eth: get Ether port # only when neededSergei Shtylyov2018-01-151-8/+5Star
* sh_eth: gather all TSU init code in one placeSergei Shtylyov2018-01-151-7/+5Star
* net: ethernet: Add a driver for Gemini gigabit ethernetLinus Walleij2018-01-156-0/+3579
* net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit2018-01-151-3/+4
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-01-1420-256/+272
|\
| * ixgbevf: Fix kernel-doc format warningsTony Nguyen2018-01-122-5/+18
| * ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-1212-39/+99
| * ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2018-01-122-10/+14
| * ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2018-01-122-58/+72
| * ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2018-01-122-108/+25Star
| * ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck2018-01-122-10/+14
| * ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck2018-01-126-27/+29
| * ixgbe: Default to 1 pool always being allocatedAlexander Duyck2018-01-122-5/+3Star
| * ixgbe: Assume provided MAC filter has been verified by macvlanAlexander Duyck2018-01-121-4/+8
* | mlxsw: spectrum: qdiscs: Support stats for PRIO qdiscNogah Frankel2018-01-141-0/+89
* | mlxsw: spectrum: qdiscs: Support PRIO qdisc offloadNogah Frankel2018-01-143-0/+86
* | mlxsw: spectrum_router: Configure default routing priorityYuval Mintz2018-01-141-0/+24
* | mlxsw: reg: add rdpm registerYuval Mintz2018-01-142-1/+38
* | mlxsw: spectrum_router: Add support for IPv6 non-equal-cost multipathIdo Schimmel2018-01-141-5/+8
* | net: netsec: use dma_addr_t for storing dma addressArnd Bergmann2018-01-141-7/+7
|/
* 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