summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Add extack to switchdev operationsPetr Machata2019-01-181-1/+2
* mlxsw: Add extack to mlxsw_sp_nve_ops.fdb_replayPetr Machata2019-01-183-3/+5
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-186-6/+12
* davicom: Annotate implicit fall through in dm9000_set_ioMathieu Malaterre2019-01-181-0/+1
* sfc: extend MTD support for newer hardwareBert Kenward2019-01-173-10/+63
* net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-171-2/+3
* net-next/hinic: replace disable_irq_nosync/enable_irqXue Chaojing2019-01-176-4/+73
* cxgb4/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-01-171-1/+1
* nfp: flower: enable MAC address sharing for offloadable devsJohn Hurley2019-01-173-118/+237
* nfp: flower: ensure MAC cleanup on address changeJohn Hurley2019-01-172-10/+104
* nfp: flower: add infastructure for non-repr priv dataJohn Hurley2019-01-172-0/+88
* nfp: flower: ensure deletion of old offloaded MACsJohn Hurley2019-01-171-25/+74
* nfp: flower: remove list infastructure from MAC offloadJohn Hurley2019-01-173-132/+37Star
* nfp: flower: ignore offload of VF and PF repr MAC addressesJohn Hurley2019-01-171-5/+4Star
* nfp: flower: tidy tunnel related private dataJohn Hurley2019-01-172-94/+102
* nfp: flower: support multiple memory units for filter offloadsPieter Jansen van Vuuren2019-01-173-10/+50
* nfp: flower: increase cmesg reply timeoutFred Lotter2019-01-173-12/+11Star
* net: sungem: fix indentation, remove a tabColin Ian King2019-01-161-1/+1
* drivers: net: atp: fix various indentation issuesColin Ian King2019-01-161-12/+15
* bnx2x: fix various indentation issuesColin Ian King2019-01-164-98/+94Star
* mlxsw: spectrum_nve: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+2
* mlxsw: spectrum_acl_bloom_filter: use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-161-2/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-01-1618-284/+1446
|\
| * ice: add const qualifier to mac_addr parameterJacob Keller2019-01-152-4/+4
| * ice: Add support for new PHY typesAnirudh Venkataramanan2019-01-157-23/+418
| * ice: Offload SCTP checksumAnirudh Venkataramanan2019-01-154-0/+9
| * ice: Allow for software timestampingTony Nguyen2019-01-151-0/+1
| * ice: Implement getting and setting ethtool coalesceBrett Creeley2019-01-153-0/+261
| * ice: Add support for adaptive interrupt moderationBrett Creeley2019-01-155-23/+120
| * ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan2019-01-154-14/+26
| * ice: Rework queue management code for reuseAnirudh Venkataramanan2019-01-155-123/+159
| * ice: Add ethtool private flag to make forcing link down optionalBruce Allan2019-01-153-6/+95
| * ice: Set physical link up/down when an interface is set up/downBrett Creeley2019-01-152-5/+96
| * ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan2019-01-153-0/+134
| * ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan2019-01-154-0/+68
| * ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash2019-01-151-0/+6
| * ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan2019-01-152-91/+53Star
| * ice: Fix unused variable build warningBruce Allan2019-01-151-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-1528-159/+204
|\ \
| * | bnxt_en: Fix context memory allocation.Michael Chan2019-01-121-3/+6
| * | bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan2019-01-122-3/+5
| * | net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu2019-01-121-13/+14
| * | net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu2019-01-121-12/+12
| * | net: stmmac: Check if CBS is supported before configuringJose Abreu2019-01-121-0/+2
| * | net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu2019-01-121-3/+3
| * | net: stmmac: Fix PCI module removal leakJose Abreu2019-01-121-0/+10
| * | net: ethernet: mediatek: fix warning in phy_start_anegHeiner Kallweit2019-01-101-16/+0Star
| * | net: cxgb4: fix various indentation issuesColin Ian King2019-01-103-6/+6
| * | net: cxgb3: fix various indentation issuesColin Ian King2019-01-102-8/+10
| * | mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletionIdo Schimmel2019-01-081-1/+1