summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-02-21net: add dev_net_rcu() helperEric Dumazet
2025-02-21net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko
2025-02-21ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet
2025-02-21vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet
2025-02-17net: sched: Fix truncation of offloaded action statisticsIdo Schimmel
2025-02-08xfrm: delete intermediate secpath entry in packet offload modeAlexandre Cassen
2025-02-08netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso
2025-02-08netfilter: nf_tables: de-constify set commit ops function argumentFlorian Westphal
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: add exit_batch_rtnl() methodEric Dumazet
2025-01-17tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan
2025-01-17tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing
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-09wifi: mac80211: Add non-atomic station iteratorRory Little
2025-01-09wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih
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-19Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu
2024-12-19netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2024-12-19net: defer final 'struct net' free in netns dismantleEric Dumazet
2024-12-19net: lapb: increase LAPB_HEADER_LENEric Dumazet
2024-12-14Bluetooth: Add new quirks for ATS2851Danil Pylaev
2024-12-14netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso
2024-12-14net/smc: add operations to merge sndbuf with peer DMBWen Gu
2024-12-14net/smc: mark optional smcd_ops and check for support when calledWen Gu
2024-12-14net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-12-09Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada
2024-12-09net: use unrcu_pointer() helperEric Dumazet
2024-12-09wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2024-11-22bonding: add ns target multicast address to slave deviceHangbin Liu
2024-11-17bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rxZijian Zhang
2024-11-14netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-14netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2024-11-14netfilter: nf_tables: cleanup documentationGeorge Guo
2024-11-08ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-17rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet
2024-10-10net: mana: Add support for page sizes other than 4KB on ARM64Haiyang Zhang