aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Bluetooth: btrtl: fix out of bounds memory accessGravatar Andrey Skvortsov 1-0/+1
2024-03-06Bluetooth: hci_h5: Add ability to allocate memory for private dataGravatar Andrey Skvortsov 3-6/+19
2024-03-06Bluetooth: btintel: Fixe build regressionGravatar Luiz Augusto von Dentz 1-2/+2
2024-03-06Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Gravatar Bartosz Golaszewski 1-3/+3
2024-03-06Bluetooth: btintel: Print Firmware Sequencer informationGravatar Kiran K 1-0/+114
2024-03-06Bluetooth: btbcm: Use devm_kstrdup()Gravatar Christophe JAILLET 1-4/+1
2024-03-06Bluetooth: btbcm: Use strreplace()Gravatar Christophe JAILLET 1-5/+2
2024-03-06Bluetooth: btintel: Fix null ptr deref in btintel_read_versionGravatar Edward Adam Davis 1-1/+1
2024-03-06Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925Gravatar Ulrik Strid 1-0/+5
2024-03-06Bluetooth: btnxpuart: Resolve TX timeout error in power save stress testGravatar Neeraj Sanjay Kale 1-3/+21
2024-03-06Bluetooth: btrtl: Add the support for RTL8852BT/RTL8852BE-VTGravatar Max Chou 2-0/+17
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Gravatar David S. Miller 12-201/+125
2024-03-06ravb: Unify Rx ring maintenance code pathsGravatar Niklas Söderlund 2-106/+33
2024-03-06ravb: Move maximum Rx descriptor data usage to info structGravatar Niklas Söderlund 2-8/+9
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LGravatar Niklas Söderlund 2-3/+3
2024-03-06ravb: Create helper to allocate skb and align itGravatar Niklas Söderlund 2-20/+24
2024-03-06ravb: Make it clear the information relates to maximum frame sizeGravatar Niklas Söderlund 2-6/+7
2024-03-06ravb: Group descriptor types used in Rx ringGravatar Niklas Söderlund 2-30/+33
2024-03-06Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Gravatar David S. Miller 10-1374/+1182
2024-03-05net: fec: Fixup EEEGravatar Andrew Lunn 1-18/+5
2024-03-05net: fec: Move fec_enet_eee_mode_set() and helper earlierGravatar Andrew Lunn 1-37/+38
2024-03-05net: phy: Add phy_support_eee() indicating MAC support EEEGravatar Andrew Lunn 1-0/+28
2024-03-05net: phy: Immediately call adjust_link if only tx_lpi_enabled changesGravatar Andrew Lunn 2-5/+49
2024-03-05net: phy: Keep track of EEE configurationGravatar Andrew Lunn 1-2/+5
2024-03-05net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksGravatar Andrew Lunn 1-0/+7
2024-03-05net: tap: Remove generic .ndo_get_stats64Gravatar Breno Leitao 1-1/+0
2024-03-05net: tuntap: Leverage core stats allocatorGravatar Breno Leitao 1-9/+2
2024-03-05ptp: fc3: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-03-05net: wwan: core: make wwan_class constantGravatar Ricardo B. Marliere 1-15/+15
2024-03-05net: wwan: hwsim: make wwan_hwsim_class constantGravatar Ricardo B. Marliere 1-8/+8
2024-03-05net: ppp: make ppp_class constantGravatar Ricardo B. Marliere 1-9/+9
2024-03-05net: wan: framer: make framer_class constantGravatar Ricardo B. Marliere 1-12/+9
2024-03-05net: hns: make hnae_class constantGravatar Ricardo B. Marliere 1-6/+7
2024-03-05net: phy: micrel: lan8814 cable improvement errataGravatar Horatiu Vultur 1-0/+19
2024-03-05net: phy: micrel: lan8814 led errataGravatar Horatiu Vultur 1-0/+19
2024-03-05Merge tag 'linux-can-next-for-6.9-20240304' of git://git.kernel.org/pub/scm/l...Gravatar Paolo Abeni 6-3/+13
2024-03-05net: gro: rename skb_gro_header_hard()Gravatar Eric Dumazet 1-1/+1
2024-03-05net: dsa: mt7530: simplify link operationsGravatar Arınç ÜNAL 2-13/+1
2024-03-05net: dsa: mt7530: sort link settings ops and force link down on all portsGravatar Arınç ÜNAL 1-2/+12
2024-03-05net: dsa: mt7530: put initialising PCS devices code back to original orderGravatar Arınç ÜNAL 1-10/+10
2024-03-05net: dsa: mt7530: get rid of mt753x_mac_config()Gravatar Arınç ÜNAL 1-12/+2
2024-03-05net: dsa: mt7530: get rid of priv->info->cpu_port_config()Gravatar Arınç ÜNAL 2-118/+7
2024-03-05net: dsa: mt7530: get rid of useless error returns on phylink code pathGravatar Arınç ÜNAL 2-68/+19
2024-03-05net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switchGravatar Arınç ÜNAL 1-4/+2
2024-03-05net: dsa: mt7530: set interrupt register only for MT7530Gravatar Arınç ÜNAL 1-1/+1
2024-03-05net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optionalGravatar Arınç ÜNAL 1-14/+4
2024-03-05vhost/net: remove vhost_net_page_frag_refill()Gravatar Yunsheng Lin 1-64/+27
2024-03-05net: introduce page_frag_cache_drain()Gravatar Yunsheng Lin 4-33/+6
2024-03-05page_frag: unify gfp bits for order 3 page allocationGravatar Yunsheng Lin 1-1/+1
2024-03-05net: txgbe: fix to clear interrupt status after handling IRQGravatar Jiawen Wu 1-0/+2