summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-03-06net: airoha: Increase max mtu to 9kLorenzo Bianconi-1/+1
2025-03-06net: airoha: Introduce airoha_dev_change_mtu callbackLorenzo Bianconi-0/+15
2025-03-06net: airoha: Enable Rx Scatter-GatherLorenzo Bianconi-26/+48
2025-03-06net: airoha: Move min/max packet len configuration in airoha_dev_open()Lorenzo Bianconi-7/+7
2025-03-06net: stmmac: simplify phylink_suspend() and phylink_resume() callsRussell King (Oracle)-14/+8
2025-03-06net: stmmac: avoid shadowing global buf_szRussell King (Oracle)-3/+3
2025-03-06selftests: net: bpf_offload: add 'libbpf_global' to ignored mapsJakub Kicinski-0/+1
2025-03-06selftests: net: fix error message in bpf_offloadJakub Kicinski-1/+3
2025-03-06tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)-6/+6
2025-03-06net: stmmac: mostly remove "buf_sz"Russell King (Oracle)-6/+1
2025-03-06ptp: ocp: Remove redundant check in _signal_summary_showIvan Abramov-3/+0
2025-03-06Merge branch 'net-stmmac-dwc-qos-add-fsd-eqos-support'Jakub Kicinski-3/+128
2025-03-06net: stmmac: dwc-qos: Add FSD EQoS supportSwathi K S-1/+7
2025-03-06dt-bindings: net: Add FSD EQoS device tree bindingsSwathi K S-2/+121
2025-03-06Merge branch 'tcp-even-faster-connect-under-stress'Jakub Kicinski-18/+37
2025-03-06inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet-14/+33
2025-03-06inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()Eric Dumazet-4/+4
2025-03-06tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()Eric Dumazet-11/+26
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1188/+2550
2025-03-06Merge branch 'net-hold-netdev-instance-lock-during-ndo-operations'Jakub Kicinski-489/+1046
2025-03-06eth: bnxt: remove most dependencies on RTNLStanislav Fomichev-73/+101
2025-03-06docs: net: document new locking realityStanislav Fomichev-13/+56
2025-03-06net: add option to request netdev instance lockStanislav Fomichev-1/+7
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev-56/+41
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski-26/+82
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev-4/+33
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev-48/+88
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev-37/+80
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev-150/+329
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev-25/+41
2025-03-06net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev-4/+24
2025-03-06net: sched: wrap doit/dumpit methodsStanislav Fomichev-68/+123
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev-4/+22
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev-15/+54
2025-03-06Merge tag 'net-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-316/+499
2025-03-06Merge tag 'v6.14-rc5-smb3-fixes' of git://git.samba.org/ksmbdLinus Torvalds-37/+66
2025-03-06Merge tag 'exfat-for-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+23
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-11/+5
2025-03-06fs/pipe: fix pipe buffer index use in FUSELinus Torvalds-7/+6
2025-03-06fs/pipe: do not open-code pipe head/tail logic in FIONREADLinus Torvalds-4/+3
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds-6/+6
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman-0/+1
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman-1/+2
2025-03-06mctp i3c: handle NULL header addressMatt Johnston-0/+3
2025-03-06pid: Do not set pid_max in new pid namespacesMichal Koutný-1/+1
2025-03-05inet: fix lwtunnel_valid_encap_type() lock imbalanceEric Dumazet-20/+28
2025-03-05net: dsa: mt7530: Fix traffic flooding for MMIO devicesLorenzo Bianconi-6/+2
2025-03-05Merge branch 'net-phy-move-phy-package-code-to-its-own-source-file'Jakub Kicinski-384/+410
2025-03-05net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit-38/+38
2025-03-05net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit-86/+73