summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski39-88/+241
2021-12-17Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds38-87/+236
2021-12-16net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2-1/+5
2021-12-16virtio_net: fix rx_drops stat for small pktsWenliang Wang1-6/+3
2021-12-16dsa: mv88e6xxx: fix debug print for SPEED_UNFORCEDAndrey Eremeev1-2/+2
2021-12-16sfc_ef100: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-16net: prestera: flower template supportVolodymyr Mytnyk6-3/+145
2021-12-16net: dsa: rtl8365mb: add GMII as user port modeLuiz Angelo Daros de Luca1-1/+2
2021-12-16net: stmmac: dwmac-rk: fix oob read in rk_gmac_setupJohn Keeping1-1/+3
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu4-11/+91
2021-12-16gve: Add consumed counts to ethtool statsJordan Kim1-9/+12
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan2-0/+60
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn3-20/+74
2021-12-16gve: remove memory barrier around seqnoCatherine Sullivan1-2/+0
2021-12-16gve: Update gve_free_queue_page_list signatureCatherine Sullivan1-2/+1
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan4-17/+36
2021-12-16gve: Correct order of processing device optionsJeroen de Borst1-4/+4
2021-12-16net: mvneta: convert to pcs_validate() and phylink_generic_validate()Russell King (Oracle)1-19/+18
2021-12-16net: mvneta: convert to phylink pcs operationsRussell King1-52/+91
2021-12-16net: mvneta: convert to use mac_prepare()/mac_finish()Russell King1-35/+68
2021-12-16net: mvpp2: convert to pcs_validate() and phylink_generic_validate()Russell King (Oracle)1-20/+17
2021-12-16net: mvpp2: use .mac_select_pcs() interfaceRussell King (Oracle)2-36/+42
2021-12-16net: phylink: add pcs_validate() methodRussell King (Oracle)1-0/+31
2021-12-16net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)1-9/+59
2021-12-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-15/+23
2021-12-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller12-165/+536
2021-12-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller2-17/+63
2021-12-16net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-16netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...Haimin Zhang1-0/+1
2021-12-16dpaa2-eth: fix ethtool statisticsIoana Ciornei2-1/+3
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov1-0/+3
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach1-0/+4
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren1-0/+1
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek1-14/+14
2021-12-15ice: use modern kernel API for kickJesse Brandeburg1-4/+5
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg2-5/+8
2021-12-15ice: use prefetch methodsJesse Brandeburg1-1/+12
2021-12-15ice: update to newer kernel APIJesse Brandeburg1-9/+9
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller10-27/+308
2021-12-15ice: reduce time to read Option ROM CIVD dataJacob Keller1-12/+36
2021-12-15ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller3-72/+39
2021-12-15ice: move and rename ice_check_for_pending_updateJacob Keller3-77/+77
2021-12-15ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2-5/+89
2021-12-15mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen4-10/+168
2021-12-15mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen3-2/+162
2021-12-15mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen1-0/+13
2021-12-15mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2-24/+38
2021-12-15mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen1-9/+22
2021-12-15mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen1-22/+6