summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
4 daysnetfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet
5 daysnet/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
7 daysMerge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
7 daysvsock: fix `vsock_proto` declarationStefano Garzarella
12 daysBluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_s...Luiz Augusto von Dentz
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-06-12net_sched: remove qdisc_tree_flush_backlog()Eric Dumazet
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz
2025-06-10net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj
2025-06-09Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2025-05-28net: mana: Add support for Multi Vports on Bare metalHaiyang Zhang
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-05-22Merge tag 'for-net-next-2025-05-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-21net: fold __skb_checksum() into skb_checksum()Eric Biggers
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-21Bluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen
2025-05-21Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFOPauli Virtanen
2025-05-21Bluetooth: Introduce HCI Driver protocolHsin-chen Chuang
2025-05-21wifi: check if socket flags are validBert Karwatzki
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima
2025-05-20bnxt_en: Fix netdev locking in ULP IRQ functionsMichael Chan
2025-05-20net: let lockdep compare instance locksJakub Kicinski
2025-05-19queue_api: reduce risk of name collision over txqGur Stavi
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-13net: enable driver support for netmem TXMina Almasry
2025-05-13net: devmem: Implement TX pathMina Almasry
2025-05-13net: add get_netmem/put_netmem supportMina Almasry