summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-06-17net: mana: Allocate MSI-X vectors dynamicallyShradha Gupta-2/+6
2025-06-16net: mana: Add handler for hardware servicing eventsHaiyang Zhang-2/+8
2025-06-16libeth: xdp, xsk: access adjacent u32s as u64 where applicableAlexander Lobakin-8/+31
2025-06-16libeth: xsk: add XSkFQ refill and XSk wakeup helpersAlexander Lobakin-0/+98
2025-06-16libeth: xsk: add XSk Rx processing supportAlexander Lobakin-7/+283
2025-06-16libeth: xsk: add XSk xmit functionsAlexander Lobakin-15/+228
2025-06-16libeth: xsk: add XSk XDP_TX sending helpersAlexander Lobakin-5/+175
2025-06-16libeth: xdp: add RSS hash hint and XDP features setup helpersAlexander Lobakin-0/+90
2025-06-16libeth: xdp: add templates for building driver-side callbacksAlexander Lobakin-0/+195
2025-06-16libeth: xdp: add XDP prog run and verdict result handlingAlexander Lobakin-0/+303
2025-06-16libeth: xdp: add helpers for preparing/processing &libeth_xdp_buffAlexander Lobakin-0/+174
2025-06-16libeth: xdp: add XDPSQ cleanup timersAlexander Lobakin-1/+77
2025-06-16libeth: xdp: add XDPSQ locking helpersAlexander Lobakin-3/+145
2025-06-16libeth: xdp: add XDPSQE completion helpersAlexander Lobakin-2/+98
2025-06-16libeth: xdp: add .ndo_xdp_xmit() helpersAlexander Lobakin-2/+294
2025-06-16libeth: xdp: add XDP_TX buffers sendingAlexander Lobakin-2/+550
2025-06-16libeth: support native XDP and register memory modelAlexander Lobakin-1/+5
2025-06-16libeth: convert to netmemAlexander Lobakin-10/+12
2025-06-13net: pfcp: fix typo in message_priority field nameRubenKelevra-1/+1
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+14
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-5/+8
2025-06-12net_sched: remove qdisc_tree_flush_backlog()Eric Dumazet-8/+0
2025-06-12xfrm: always initialize offload pathLeon Romanovsky-1/+1
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz-5/+8
2025-06-10Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/...Jakub Kicinski-0/+18
2025-06-10net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj-2/+5
2025-06-10queue_api: add subqueue variant netif_subqueue_sentGur Stavi-0/+9
2025-06-10net: remove unused sock_enable_timestampsWillem de Bruijn-1/+0
2025-06-10net: mana: Expose additional hardware counters for drop and TC via ethtool.Dipayaan Roy-0/+131
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti-0/+18
2025-06-09Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-1/+1
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+1
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz-0/+1
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz-1/+0
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon-1/+1
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-15/+44
2025-05-28net: mana: Add support for Multi Vports on Bare metalHaiyang Zhang-1/+3
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig-2/+0
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj-0/+1
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe-20/+113
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-1/+20
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-2/+17
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan-0/+3
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter-0/+5
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter-1/+1
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter-0/+5
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal-0/+9
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima-1/+3
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima-1/+15
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima-1/+13