aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-18hamradio: improve the incomplete fix to avoid NPDLin Ma1-2/+2
2021-12-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller4-41/+62
2021-12-17tun: avoid double free in tun_free_netdevGeorge Kennedy1-56/+59
2021-12-17net: marvell: prestera: fix incorrect structure accessYevhen Orlov1-7/+12
2021-12-17net: marvell: prestera: fix incorrect return of port_findYevhen Orlov1-6/+10
2021-12-17net: lantiq_xrx200: increase buffer reservationAleksander Jan Bajkowski1-10/+24
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski2-6/+1
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski1-4/+10
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski1-5/+1
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin1-1/+0
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski3-22/+47
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski1-6/+6
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus 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: stmmac: dwmac-rk: fix oob read in rk_gmac_setupJohn Keeping1-1/+3
2021-12-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller5-15/+23
2021-12-15net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-15netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_map_allocHaimin Zhang1-0/+1
2021-12-15dpaa2-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-15Merge tag 'wireless-drivers-2021-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller7-13/+18
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski2-7/+10
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski1-1/+1
2021-12-14mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson1-1/+2
2021-12-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller1-3/+2
2021-12-14net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong2-13/+90
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2021-12-13net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capabilityDavid Wu1-4/+12
2021-12-13net: phy: add a note about refcountingRussell King (Oracle)1-0/+3
2021-12-13net: ethernet: ti: add missing of_node_put before returnWang Qing1-9/+20
2021-12-13net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()Marek BehĂșn1-0/+4
2021-12-13net: bcmgenet: Fix NULL vs IS_ERR() checkingMiaoqian Lin1-2/+2
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+5
2021-12-12net: hns3: fix race condition in debugfsYufeng Mo2-6/+16
2021-12-12net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang1-1/+2
2021-12-10netdevsim: don't overwrite read only ethtool parmsFilip Pokryvka1-1/+4
2021-12-10net: usb: qmi_wwan: add Telit 0x1070 compositionDaniele Palmas1-0/+1
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-1/+5
2021-12-09net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA portsRussell King (Oracle)1-30/+34
2021-12-09net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar3-10/+0
2021-12-09net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar3-1/+8
2021-12-09net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar1-7/+11