summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | igc: fix LEDS_CLASS dependencyArnd Bergmann2024-03-051-0/+1
* | | ixgbe: Add 1000BASE-BX supportErnesto Castellotti2024-03-055-5/+38
* | | intel: make module parameters readable in sys filesystemJon Maxwell2024-03-053-4/+4
| |/ |/|
* | net: ipa: don't save the platform deviceAlex Elder2024-03-0412-79/+73
* | net: ipa: pass a platform device to ipa_smp2p_init()Alex Elder2024-03-043-8/+11
* | net: ipa: pass a platform device to ipa_smp2p_irq_init()Alex Elder2024-03-041-7/+9
* | net: ipa: pass a platform device to ipa_mem_init()Alex Elder2024-03-043-8/+12
* | net: ipa: pass a platform device to ipa_reg_init()Alex Elder2024-03-043-6/+8
* | net: ipa: introduce ipa_interrupt_init()Alex Elder2024-03-043-19/+68
* | net: ipa: change ipa_interrupt_config() prototypeAlex Elder2024-03-043-24/+24
* | net: nlmon: Simplify nlmon_get_stats64Breno Leitao2024-03-041-9/+1
* | net: nlmon: Remove init and uninit functionsBreno Leitao2024-03-041-13/+1
* | Octeontx2-af: Fix an issue in firmware shared data reserved spaceHariprasad Kelam2024-03-042-1/+4
* | eth: igc: remove unused embedded struct net_deviceJakub Kicinski2024-03-041-1/+0
* | gve: Add header split ethtool statsJeroen de Borst2024-03-043-11/+38
* | gve: Add header split data pathJeroen de Borst2024-03-047-8/+169
* | gve: Add header split device optionJeroen de Borst2024-03-045-16/+70
* | ionic: change MODULE_AUTHOR to person nameShannon Nelson2024-03-041-1/+1
* | ionic: Clean RCT ordering issuesBrett Creeley2024-03-042-3/+4
* | ionic: Use CQE profile for dimBrett Creeley2024-03-041-4/+9
* | ionic: change the hwstamp likely checkBrett Creeley2024-03-042-6/+6
* | ionic: reduce the use of netdevShannon Nelson2024-03-041-10/+8
* | ionic: Pass local netdev instead of referencing structBrett Creeley2024-03-041-30/+36
* | ionic: Check stop no restartBrett Creeley2024-03-041-2/+7
* | ionic: Clean up BQL logicBrett Creeley2024-03-041-15/+21
* | ionic: Make use napi_consume_skbBrett Creeley2024-03-041-1/+1
* | ionic: Shorten a Tx hotpathBrett Creeley2024-03-041-5/+10
* | ionic: Change default number of descriptors for Tx and RxBrett Creeley2024-03-041-1/+1
* | ionic: Rework Tx start/stop flowBrett Creeley2024-03-044-45/+50
* | net: bareudp: Remove generic .ndo_get_stats64Breno Leitao2024-03-041-1/+0
* | net: bareudp: Do not allocate stats in the driverBreno Leitao2024-03-041-8/+3
* | net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-046-8/+6
* | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-0417-30/+26
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-031-4/+4
|\
| * bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-02-011-4/+4
* | netdevsim: add ndo_get_iflink() implementationDavid Wei2024-03-011-0/+16
* | netdevsim: forward skbs from one connected port to anotherDavid Wei2024-03-012-5/+23
* | netdevsim: allow two netdevsim ports to be connectedDavid Wei2024-03-013-0/+157
* | net: bcmasp: Add support for PHY interruptsJustin Chen2024-03-013-0/+26
* | net: bcmasp: Keep buffers through power managementJustin Chen2024-03-012-108/+85
* | net: phy: mdio-bcm-unimac: Add asp v2.2 supportJustin Chen2024-03-011-0/+1
* | net: bcmasp: Add support for ASP 2.2Justin Chen2024-03-013-10/+87
* | net: phy: qcom: qca808x: fill in possible_interfacesRobert Marko2024-03-011-0/+12
* | net: phy: qcom: qca808x: add helper for checking for 1G only modelRobert Marko2024-03-011-5/+12
* | ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-011-1/+1
* | ipv6: annotate data-races around cnf.hop_limitEric Dumazet2024-03-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-29159-1163/+2014
|\ \
| * \ Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-2933-111/+352
| |\ \
| | * | dpll: fix build failure due to rcu_dereference_check() on unknown typeEric Dumazet2024-02-291-0/+5
| | * | Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-02-293-9/+18
| | |\ \