summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-18page_pool: Add page_pool_dev_alloc_netmems helperDragos Tatulea1-0/+7
2025-06-18net: Allow const args for of page_to_netmem()Dragos Tatulea1-1/+1
2025-06-18net: tcp: tsq: Convert from tasklet to BH workqueueTejun Heo1-1/+1
2025-06-18vxlan: Support MC routing in the underlayPetr Machata1-1/+4
2025-06-18net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata2-2/+4
2025-06-18net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata1-7/+7
2025-06-18net: ipv4: Add ip_mr_output()Petr Machata1-0/+2
2025-06-18net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata2-2/+2
2025-06-18netmem: fix netmem commentsMina Almasry1-5/+16
2025-06-18net: dsa: tag_brcm: add support for legacy FCS tagsÁlvaro Fernández Rojas1-0/+2
2025-06-18tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()Neal Cardwell1-5/+0
2025-06-18tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hintNeal Cardwell1-1/+0
2025-06-18Merge branch 'io_uring-cmd-for-tx-timestamps'Jakub Kicinski1-0/+4
2025-06-18net: timestamp: add helper returning skb's tx tstampPavel Begunkov1-0/+4
2025-06-18Merge branch 'shradha_v6.16-rc1' of https://github.com/shradhagupta6/linuxJakub Kicinski1-1/+5
2025-06-17net: mana: Allocate MSI-X vectors dynamicallyShradha Gupta1-2/+6
2025-06-17net: mana: Add handler for hardware servicing eventsHaiyang Zhang1-2/+8
2025-06-14net: pfcp: fix typo in message_priority field nameRubenKelevra1-1/+1
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-16/+14
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-5/+8
2025-06-12net_sched: remove qdisc_tree_flush_backlog()Eric Dumazet1-8/+0
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz2-5/+8
2025-06-11Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+18
2025-06-11net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-11queue_api: add subqueue variant netif_subqueue_sentGur Stavi1-0/+9
2025-06-11net: remove unused sock_enable_timestampsWillem de Bruijn1-1/+0
2025-06-11net: mana: Expose additional hardware counters for drop and TC via ethtool.Dipayaan Roy1-0/+131
2025-06-10can: add drop reasons in the receive path of AF_CANDavide Caratti1-0/+18
2025-06-10Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+1
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz1-0/+1
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-1/+0
2025-05-31net: Fix checksum update for ILA adj-transportPaul Chaignon1-1/+1
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-15/+44
2025-05-28net: mana: Add support for Multi Vports on Bare metalHaiyang Zhang1-1/+3
2025-05-28sctp: mark sctp_do_peeloff staticChristoph Hellwig1-2/+0
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj1-0/+1
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe14-20/+113
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2-1/+20
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-2/+17
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan1-0/+3
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter1-0/+5
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter1-1/+1
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter1-0/+5
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal1-0/+9
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima1-1/+3
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima1-1/+15
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima1-1/+13
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima1-117/+4
2025-05-23Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-0/+9