summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-13net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-07-13net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen1-0/+3
2023-07-12netdevsim: fix uninitialized data in nsim_dev_trap_fa_cookie_write()Dan Carpenter1-6/+3
2023-07-12net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel1-0/+10
2023-07-12Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-19/+33
2023-07-12MAINTAINERS: Add another mailing list for QUALCOMM ETHQOS ETHERNET DRIVERAndrew Halaney1-0/+1
2023-07-12docs: netdev: update the URL of the status pageJakub Kicinski1-1/+1
2023-07-12wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg9-25/+18
2023-07-12wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap1-1/+4
2023-07-11octeontx2-pf: Add additional check for MCAM rulesSuman Ghosh2-0/+23
2023-07-11net: dsa: Removed unneeded of_node_put in felix_parse_ports_nodeLu Hongfei1-1/+0
2023-07-11Merge branch 'net-fec-fix-some-issues-of-ndo_xdp_xmit'Paolo Abeni2-56/+127
2023-07-11net: fec: use netdev_err_once() instead of netdev_err()Wei Fang1-1/+1
2023-07-11net: fec: increase the size of tx ring and update tx_wake_thresholdWei Fang2-3/+2
2023-07-11net: fec: recycle pages for transmitted XDP framesWei Fang2-48/+115
2023-07-11net: fec: dynamically set the NETDEV_XDP_ACT_NDO_XMIT feature of XDPWei Fang1-4/+9
2023-07-10igc: Fix inserting of empty frame for launchtimeFlorian Kauer1-1/+1
2023-07-10igc: Fix launchtime before start of cycleFlorian Kauer1-1/+1
2023-07-10igc: No strict mode in pure launchtime/CBS offloadFlorian Kauer1-2/+22
2023-07-10igc: Handle already enabled taprio offload for basetime 0Florian Kauer1-1/+1
2023-07-10igc: Do not enable taprio offload for invalid argumentsFlorian Kauer1-12/+6
2023-07-10igc: Rename qbv_enable to taprio_offload_enableFlorian Kauer3-5/+5
2023-07-10gve: unify driver name usageJunfeng Guo3-6/+8
2023-07-10net: sched: Replace strlcpy with strscpyAzeem Shaikh1-1/+1
2023-07-10net: dsa: qca8k: Add check for skb_copyJiasheng Jiang1-0/+3
2023-07-09net: lan743x: select FIXED_PHYSimon Horman1-1/+1
2023-07-09ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-07-08udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima1-1/+4
2023-07-08Merge branch 's390-ism-fixes'David S. Miller2-79/+67
2023-07-08s390/ism: Do not unregister clients with registered DMBsNiklas Schnelle1-10/+13
2023-07-08s390/ism: Fix and simplify add()/remove() callback handlingNiklas Schnelle2-68/+24
2023-07-08s390/ism: Fix locking for forwarding of IRQs and events to clientsNiklas Schnelle2-8/+37
2023-07-08net: prevent skb corruption on frag list segmentationPaolo Abeni1-0/+5
2023-07-08net: bgmac: postpone turning IRQs off to avoid SoC hangsRafał Miłecki1-2/+2
2023-07-07udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2-0/+4
2023-07-07ionic: remove dead device fail pathShannon Nelson1-6/+0
2023-07-07ionic: remove WARN_ON to prevent panic_on_warnNitya Sunkad1-5/+0
2023-07-07octeontx2-af: Move validation of ptp pointer before its usageSai Krishna2-11/+10
2023-07-07octeontx2-af: Promisc enable/disable through mboxRatheesh Kannoth2-11/+23
2023-07-07Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-32/+118
2023-07-07gve: Set default duplex configuration to fullJunfeng Guo1-0/+3
2023-07-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-19/+27
2023-07-07Merge tag 'mlx5-fixes-2023-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski10-42/+61
2023-07-07net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-07-07wifi: mt76: mt7921e: fix init command fail with enabled deviceQuan Zhou3-12/+8
2023-07-07Merge branch 'fix-dropping-of-oversize-preemptible-frames-with-felix-dsa-driver'Jakub Kicinski6-37/+56
2023-07-07net: mscc: ocelot: fix oversize frame dropping for preemptible TCsVladimir Oltean2-6/+22
2023-07-07net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean4-5/+4
2023-07-07net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean5-26/+30