summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-12-1638-87/+236
|\
| * net: systemport: Add global locking for descriptor lifecycleFlorian Fainelli2021-12-162-1/+5
| * virtio_net: fix rx_drops stat for small pktsWenliang Wang2021-12-161-6/+3
| * dsa: mv88e6xxx: fix debug print for SPEED_UNFORCEDAndrey Eremeev2021-12-161-2/+2
| * sfc_ef100: potential dereference of null pointerJiasheng Jiang2021-12-161-0/+3
| * net: stmmac: dwmac-rk: fix oob read in rk_gmac_setupJohn Keeping2021-12-161-1/+3
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2021-12-165-15/+23
| |\
| | * ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov2021-12-151-0/+3
| | * ixgbe: Document how to enable NBASE-T supportRobert Schlabbach2021-12-151-0/+4
| | * igc: Fix typo in i225 LTR functionsSasha Neftin2021-12-151-1/+1
| | * igbvf: fix double free in `igbvf_probe`Letu Ren2021-12-151-0/+1
| | * igb: Fix removal of unicast MAC filters of VFsKaren Sornek2021-12-151-14/+14
| * | net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski2021-12-151-0/+6
| * | netdevsim: Zero-initialize memory for new map's value in function nsim_bpf_ma...Haimin Zhang2021-12-151-0/+1
| * | dpaa2-eth: fix ethtool statisticsIoana Ciornei2021-12-152-1/+3
| |/
| * Merge tag 'wireless-drivers-2021-12-15' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-12-157-13/+18
| |\
| | * mt76: mt7921: fix build regressionArnd Bergmann2021-12-081-1/+1
| | * brcmsmac: rework LED dependenciesArnd Bergmann2021-12-083-7/+11
| | * iwlwifi: fix LED dependenciesArnd Bergmann2021-12-082-3/+3
| | * iwlwifi: mvm: don't crash on invalid rate w/o STAJohannes Berg2021-12-081-2/+3
| * | ice: Don't put stale timestamps in the skbKarol Kolacinski2021-12-142-7/+10
| * | ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski2021-12-141-1/+1
| * | mlxsw: spectrum_router: Consolidate MAC profiles when possibleDanielle Ratson2021-12-141-1/+2
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-12-141-3/+2
| |\ \
| | * | iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann2021-12-131-1/+0
| | * | iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter2021-12-131-2/+2
| * | | net: stmmac: fix tc flower deletion for VLAN priority Rx steeringOng Boon Leong2021-12-142-13/+90
| |/ /
| * | net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capabilityDavid Wu2021-12-131-4/+12
| * | net: phy: add a note about refcountingRussell King (Oracle)2021-12-131-0/+3
| * | net: ethernet: ti: add missing of_node_put before returnWang Qing2021-12-131-9/+20
| * | net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()Marek Behún2021-12-131-0/+4
| * | net: bcmgenet: Fix NULL vs IS_ERR() checkingMiaoqian Lin2021-12-131-2/+2
| * | net: hns3: fix race condition in debugfsYufeng Mo2021-12-122-6/+16
| * | net: hns3: fix use-after-free bug in hclgevf_send_mbx_msgJie Wang2021-12-121-1/+2
| * | netdevsim: don't overwrite read only ethtool parmsFilip Pokryvka2021-12-101-1/+4
| * | net: usb: qmi_wwan: add Telit 0x1070 compositionDaniele Palmas2021-12-101-0/+1
* | | Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-121-1/+5
|\ \ \ | |/ / |/| |
| * | bus: mhi: core: Add support for forced PM resumeLoic Poulain2021-12-091-1/+5
* | | net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA portsRussell King (Oracle)2021-12-091-30/+34
* | | net: wwan: iosm: fixes unable to send AT command during mbim txM Chetan Kumar2021-12-093-10/+0
* | | net: wwan: iosm: fixes net interface nonfunctional after fw flashM Chetan Kumar2021-12-093-1/+8
* | | net: wwan: iosm: fixes unnecessary doorbell sendM Chetan Kumar2021-12-091-7/+11
* | | net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito2021-12-091-1/+4
* | | net: mana: Fix memory leak in mana_hwc_create_wqJosé Expósito2021-12-091-5/+5
* | | nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie2021-12-091-1/+3
* | | net: dsa: mv88e6xxx: error handling for serdes_power functionsAmeer Hamza2021-12-091-1/+7
* | | can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson2021-12-091-28/+73
* | | can: kvaser_pciefd: kvaser_pciefd_rx_error_frame(): increase correct stats->{...Jimmy Assarsson2021-12-091-1/+7
* | | net: mvpp2: fix XDP rx queues registeringLouis Amas2021-12-081-2/+2
* | | vmxnet3: fix minimum vectors alloc issueRonak Doshi2021-12-081-6/+7