summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-3/+0
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-0/+3
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal1-1/+1
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang1-0/+15
2025-05-02Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz1-0/+1
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet1-0/+1
2025-05-02net: make sock_inuse_add() availableEric Dumazet1-0/+10
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro1-1/+2
2025-04-10ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-2/+2
2025-03-13include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman1-0/+9
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy2-0/+22
2025-03-13Namespaceify mtu_expires sysctlxu xin1-0/+1
2025-03-13Namespaceify min_pmtu sysctlxu xin1-0/+2
2025-03-13net: add dev_net_rcu() helperEric Dumazet1-1/+1
2025-03-13net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko1-3/+12
2025-03-13ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-03-13vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet1-0/+2
2025-02-01Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-0/+9
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet1-0/+3
2025-01-23tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan1-1/+1
2025-01-23tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing1-1/+1
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2025-01-09tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-12-19net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-14xfrm: store and rely on direction to construct offload flagsLeon Romanovsky1-0/+6
2024-12-14xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky1-5/+5
2024-11-08ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()Ido Schimmel1-1/+1
2024-11-08mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+10
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger1-0/+2
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger1-13/+13
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-2/+1
2024-10-17net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern1-2/+9
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima1-1/+1
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+17
2024-10-17net: rtnetlink: add msg kind namesNikolay Aleksandrov1-0/+7
2024-10-17net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-1/+5
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+0
2024-10-17tcp: check skb is non-NULL in tcp_rto_delta_us()Josh Hunt1-2/+19
2024-10-17geneve: Fix incorrect inner network header offset when innerprotoinherit is setGal Pressman1-2/+3
2024-10-17netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso1-0/+13
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-09-04net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet1-1/+1
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+1
2024-08-19netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal1-2/+2
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso1-2/+14
2024-08-19sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2-6/+6
2024-08-19tcp: add tcp_done_with_error() helperEric Dumazet1-0/+1
2024-07-05netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-07-05Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+1