summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet1-1/+1
2024-03-05net: dsa: mt7530: simplify link operationsArınç ÜNAL2-13/+1
2024-03-05net: dsa: mt7530: sort link settings ops and force link down on all portsArınç ÜNAL1-2/+12
2024-03-05net: dsa: mt7530: put initialising PCS devices code back to original orderArınç ÜNAL1-10/+10
2024-03-05net: dsa: mt7530: get rid of mt753x_mac_config()Arınç ÜNAL1-12/+2
2024-03-05net: dsa: mt7530: get rid of priv->info->cpu_port_config()Arınç ÜNAL2-118/+7
2024-03-05net: dsa: mt7530: get rid of useless error returns on phylink code pathArınç ÜNAL2-68/+19
2024-03-05net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switchArınç ÜNAL1-4/+2
2024-03-05net: dsa: mt7530: set interrupt register only for MT7530Arınç ÜNAL1-1/+1
2024-03-05net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optionalArınç ÜNAL1-14/+4
2024-03-05vhost/net: remove vhost_net_page_frag_refill()Yunsheng Lin1-64/+27
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin4-33/+6
2024-03-05page_frag: unify gfp bits for order 3 page allocationYunsheng Lin1-1/+1
2024-03-05net: txgbe: fix to clear interrupt status after handling IRQJiawen Wu1-0/+2
2024-03-05net: txgbe: fix GPIO interrupt blockingJiawen Wu3-0/+29
2024-03-05e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits1-4/+4
2024-03-05igc: fix LEDS_CLASS dependencyArnd Bergmann1-0/+1
2024-03-05ixgbe: Add 1000BASE-BX supportErnesto Castellotti5-5/+38
2024-03-05intel: make module parameters readable in sys filesystemJon Maxwell3-4/+4
2024-03-04net: ipa: don't save the platform deviceAlex Elder12-79/+73
2024-03-04net: ipa: pass a platform device to ipa_smp2p_init()Alex Elder3-8/+11
2024-03-04net: ipa: pass a platform device to ipa_smp2p_irq_init()Alex Elder1-7/+9
2024-03-04net: ipa: pass a platform device to ipa_mem_init()Alex Elder3-8/+12
2024-03-04net: ipa: pass a platform device to ipa_reg_init()Alex Elder3-6/+8
2024-03-04net: ipa: introduce ipa_interrupt_init()Alex Elder3-19/+68
2024-03-04net: ipa: change ipa_interrupt_config() prototypeAlex Elder3-24/+24
2024-03-04net: nlmon: Simplify nlmon_get_stats64Breno Leitao1-9/+1
2024-03-04net: nlmon: Remove init and uninit functionsBreno Leitao1-13/+1
2024-03-04Octeontx2-af: Fix an issue in firmware shared data reserved spaceHariprasad Kelam2-1/+4
2024-03-04eth: igc: remove unused embedded struct net_deviceJakub Kicinski1-1/+0
2024-03-04gve: Add header split ethtool statsJeroen de Borst3-11/+38
2024-03-04gve: Add header split data pathJeroen de Borst7-8/+169
2024-03-04gve: Add header split device optionJeroen de Borst5-16/+70
2024-03-04ionic: change MODULE_AUTHOR to person nameShannon Nelson1-1/+1
2024-03-04ionic: Clean RCT ordering issuesBrett Creeley2-3/+4
2024-03-04ionic: Use CQE profile for dimBrett Creeley1-4/+9
2024-03-04ionic: change the hwstamp likely checkBrett Creeley2-6/+6
2024-03-04ionic: reduce the use of netdevShannon Nelson1-10/+8
2024-03-04ionic: Pass local netdev instead of referencing structBrett Creeley1-30/+36
2024-03-04ionic: Check stop no restartBrett Creeley1-2/+7
2024-03-04ionic: Clean up BQL logicBrett Creeley1-15/+21
2024-03-04ionic: Make use napi_consume_skbBrett Creeley1-1/+1
2024-03-04ionic: Shorten a Tx hotpathBrett Creeley1-5/+10
2024-03-04ionic: Change default number of descriptors for Tx and RxBrett Creeley1-1/+1
2024-03-04ionic: Rework Tx start/stop flowBrett Creeley4-45/+50
2024-03-04net: bareudp: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-03-04net: bareudp: Do not allocate stats in the driverBreno Leitao1-8/+3
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet6-8/+6
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet17-30/+26
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+4