aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-04-09docs: netdev: break down the instance locking info per ops structJakub Kicinski1-12/+42
2025-04-09netdev: depend on netdev->lock for xdp featuresJakub Kicinski1-14/+12
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski6-4/+16
2025-04-09netdev: don't hold rtnl_lock over nl queue info get when possibleJakub Kicinski1-11/+7
2025-04-09netdev: add "ops compat locking" helpersJakub Kicinski3-0/+82
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski3-4/+9
2025-04-09net: avoid potential race between netdev_get_by_index_lock() and netns switchJakub Kicinski3-9/+24
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj3-9/+7
2025-04-08Merge branch 'udp_tunnel-gro-optimizations'Jakub Kicinski9-2/+247
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni2-1/+138
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni9-1/+109
2025-04-08selftests: tc-testing: Pre-load IFE action and its submodulesVictor Nogueira1-0/+4
2025-04-08net: ena: Support persistent per-NAPI config.Kuniyuki Iwashima1-1/+1
2025-04-08Merge branch 'rps-misc-changes'Jakub Kicinski5-15/+21
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet3-4/+6
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet2-5/+7
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet3-3/+5
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet3-3/+3
2025-04-08amd-xgbe: Convert to SPDX identifierRaju Rangoju16-1808/+64
2025-04-08rocker: Simplify if condition in ofdpa_port_fdb()Thorsten Blum1-1/+1
2025-04-08eth: nfp: remove __get_unaligned_cpu32 from netronome driversJulian Vetter2-2/+2
2025-04-08hamradio: Remove unnecessary strscpy_pad() size argumentsThorsten Blum1-3/+2
2025-04-04Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds69-442/+864
2025-04-04Merge tag 'spi-fix-v6.15-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds7-22/+39
2025-04-04Merge tag 'soc-drivers-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-63/+9
2025-04-04Merge tag 'platform-drivers-x86-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds4-15/+34
2025-04-04selftests: net: amt: indicate progress in the stress testJakub Kicinski1-6/+14
2025-04-04Merge branch 'netlink-specs-rt_addr-fix-problems-revealed-by-c-codegen'Jakub Kicinski3-111/+115
2025-04-04netlink: specs: rt_route: pull the ifa- prefix out of the namesJakub Kicinski1-89/+91
2025-04-04netlink: specs: rt_addr: pull the ifa- prefix out of the namesJakub Kicinski2-20/+21
2025-04-04netlink: specs: rt_addr: fix get multi command nameJakub Kicinski2-2/+2
2025-04-04netlink: specs: rt_addr: fix the spec format / schema failuresJakub Kicinski1-0/+1
2025-04-04Merge branch 'net-make-memory-provider-install-close-paths-more-common'Jakub Kicinski4-65/+62
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski2-8/+8
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski4-57/+54
2025-04-04net: ibmveth: make veth_pool_store stop hangingDave Marquardt1-12/+27
2025-04-04arcnet: Add NULL check in com20020pci_probe()Henry Martin1-1/+16
2025-04-04Merge branch 'ipv6-multipath-routing-fixes'Jakub Kicinski1-4/+38
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel1-2/+4
2025-04-04ipv6: Start path selection from the first nexthopIdo Schimmel1-3/+35
2025-04-04usbnet:fix NPE during rx_completeYing Lu1-3/+3
2025-04-04net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROPLorenzo Bianconi1-5/+4
2025-04-04Merge tag 'x86-urgent-2025-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-31/+44
2025-04-04Merge tag 'sound-fix-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds17-90/+205
2025-04-04Merge tag 'omap-for-v6.14/drivers-signed' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap into soc/drivers-2Arnd Bergmann2-3/+4
2025-04-04Merge tag 'soc_fsl-6.15-1' of https://github.com/chleroy/linux into soc/drivers-2Arnd Bergmann7-60/+5
2025-04-03Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-10/+59
2025-04-03Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-5/+6
2025-04-03Merge tag 'v6.15rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds5-20/+55
2025-04-03Merge tag 'trace-ringbuffer-v6.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds5-26/+50