summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-02-08ax25: rcu protect dev->ax25_ptrEric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer()Eric Dumazet
2025-02-08inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2025-01-23net: make page_pool_ref_netmem work with net iovsPavel Begunkov
2025-01-17tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2024-12-19Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis
2024-12-19netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2024-12-19Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj
2024-12-19net: defer final 'struct net' free in netns dismantleEric Dumazet
2024-12-19net: lapb: increase LAPB_HEADER_LENEric Dumazet
2024-12-19wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach
2024-12-14Bluetooth: Add new quirks for ATS2851Danil Pylaev
2024-12-14net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov
2024-12-14netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso
2024-12-05Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-12-05Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu
2024-12-05Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-14bonding: add ns target multicast address to slave deviceHangbin Liu
2024-11-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-06bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rxZijian Zhang
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24Merge tag 'for-net-2024-10-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-10mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-08wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-10-08wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-24xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal
2024-09-23tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger
2024-09-13Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-09-12memory-provider: fix compilation issue without SYSFSMina Almasry
2024-09-11tcp: RX path for devmem TCPMina Almasry
2024-09-11net: add support for skbs with unreadable fragsMina Almasry
2024-09-11memory-provider: dmabuf devmem memory providerMina Almasry