summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfp: bpf: double check vNIC capabilities after object sharingJakub Kicinski2018-10-173-6/+22
* nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski2018-10-173-7/+76
* net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit2018-10-161-18/+3
* hv_netvsc: fix vf serial matching with pci slot infoHaiyang Zhang2018-10-161-4/+11
* bnxt_en: Add PCI ID for BCM57508 device.Michael Chan2018-10-161-0/+3
* bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan2018-10-162-4/+114
* bnxt_en: Refactor bnxt_poll_work().Michael Chan2018-10-162-11/+38
* bnxt_en: Add coalescing setup for 57500 chips.Michael Chan2018-10-161-0/+46
* bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan2018-10-162-43/+45
* bnxt_en: Add RSS support for 57500 chips.Michael Chan2018-10-161-4/+109
* bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan2018-10-162-10/+22
* bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan2018-10-161-5/+66
* bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan2018-10-162-6/+56
* bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan2018-10-161-11/+56
* bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan2018-10-162-0/+67
* bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan2018-10-161-30/+97
* bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan2018-10-161-1/+8
* bnxt_en: Re-structure doorbells.Michael Chan2018-10-164-62/+171
* bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan2018-10-162-15/+88
* bnxt_en: Configure context memory on new devices.Michael Chan2018-10-161-3/+120
* bnxt_en: Check context memory requirements from firmware.Michael Chan2018-10-162-8/+248
* bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan2018-10-162-2/+23
* bnxt_en: Refactor bnxt_ring_struct.Michael Chan2018-10-162-67/+77
* bnxt_en: Update interrupt coalescing logic.Michael Chan2018-10-162-21/+125
* bnxt_en: Add maximum extended request length fw message support.Michael Chan2018-10-162-7/+28
* bnxt_en: Add additional extended port statistics.Michael Chan2018-10-163-7/+121
* bnxt_en: Update firmware interface spec. to 1.10.0.3.Michael Chan2018-10-162-92/+224
* r8169: remove unneeded call to netif_stop_queue in rtl8169_net_suspendHeiner Kallweit2018-10-161-1/+0
* r8169: simplify rtl8169_set_magic_regHeiner Kallweit2018-10-161-20/+12
* octeontx2-af: remove unused cgx_fwi_link_changeArnd Bergmann2018-10-161-17/+0
* nfp: devlink port split support for 1x100G CXP NICRyan C Goodfellow2018-10-161-3/+14
* dpaa2-eth: remove unused FD fieldIoana Radulescu2018-10-161-2/+2
* dpaa2-eth: mark unused parameter in dpaa2_eth_tx_confIoana Ciornei2018-10-161-1/+1
* dpaa2-eth: remove unused priv parameterIoana Ciornei2018-10-161-6/+4
* dpaa2-eth: fix uninitialized variable warningsIoana Ciornei2018-10-161-3/+3
* dpaa2-eth: make dpaa2_eth_set_dist_key staticIoana Ciornei2018-10-161-2/+2
* dpaa2-eth: Fix Kconfig dependenciesIoana Radulescu2018-10-161-1/+0
* net: ethernet: ti: cpsw: use for mcast entries only host portIvan Khoronzhuk2018-10-161-6/+7
* net: ethernet: ti: cpsw: fix lost of mcast packets while rx_mode updateIvan Khoronzhuk2018-10-161-18/+28
* net: ethernet: ti: cpsw_ale: use const for API having pointer on mac addressIvan Khoronzhuk2018-10-162-10/+10
* net: phy: simplify handling of PHY_RESUMING in state machineHeiner Kallweit2018-10-161-29/+14
* net: phy: improve handling of PHY_RUNNING in state machineHeiner Kallweit2018-10-161-20/+9
* vxlan: support NTF_USE refresh of fdb entriesRoopa Prabhu2018-10-161-3/+7
* net: phy: trigger state machine immediately in phy_start_machineHeiner Kallweit2018-10-161-1/+1
* veth: Add ethtool statistics support for XDPToshiaki Makita2018-10-161-2/+46
* veth: Account for XDP packet statistics on rx sideToshiaki Makita2018-10-161-18/+79
* veth: Account for packet drops in ndo_xdp_xmitToshiaki Makita2018-10-161-8/+22
* Merge tag 'mlx5e-updates-2018-10-10' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-10-168-171/+214
|\
| * net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud2018-10-117-28/+37
| * net/mlx5e: Use non-delayed work for update statsSaeed Mahameed2018-10-113-11/+19