summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+53
| * 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-1544-242/+425
|\ \
| * | 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
| * | mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-121-2/+1
| * | isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai2019-01-121-1/+5
| * | vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-01-121-1/+1
| * | 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/+0
| * | net: dsa: mv88x6xxx: mv88e6390 errataAndrew Lunn2019-01-103-0/+128
| * | bonding: update nest level on unlinkWillem de Bruijn2019-01-101-0/+3
| * | net: cxgb4: fix various indentation issuesColin Ian King2019-01-103-6/+6
| * | net: cxgb3: fix various indentation issuesColin Ian King2019-01-102-8/+10
| * | tun: publish tfile after it's fully initializedStanislav Fomichev2019-01-101-4/+7
| * | mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletionIdo Schimmel2019-01-081-1/+1
| * | mlxsw: spectrum_nve: Replace error code with EINVALIdo Schimmel2019-01-081-2/+2
| * | mlxsw: spectrum_switchdev: Avoid returning errors in commit phaseIdo Schimmel2019-01-081-12/+9
| * | mlxsw: spectrum: Add VXLAN dependency for spectrumIdo Schimmel2019-01-081-0/+1
| * | mlxsw: spectrum: Disable lag port TX before removing itJiri Pirko2019-01-081-2/+5
| * | mlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module removal flowNir Dotan2019-01-081-2/+0
| * | mlxsw: spectrum_acl: Add cleanup after C-TCAM update error conditionNir Dotan2019-01-081-1/+9
| * | r8169: load Realtek PHY driver module before r8169Heiner Kallweit2019-01-081-0/+1
| * | lan743x: Remove phy_read from link status change functionBryan Whitehead2019-01-081-7/+4
| * | ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov2019-01-081-1/+2
| * | phy: ti: Fix compilation failures without REGMAPJason Gunthorpe2019-01-071-0/+1
| * | cdc_ether: trivial whitespace readability fixBjørn Mork2019-01-071-15/+11
| * | r8169: don't try to read counters if chip is in a PCI power-save stateHeiner Kallweit2019-01-071-2/+4
| * | net/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sgStephen Warren2019-01-071-8/+7
| * | net/mlx4: Get rid of page operation after dma_alloc_coherentStephen Warren2019-01-072-39/+75