summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon1-1/+1
2025-06-27net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-27Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-1/+0
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima1-1/+0
2025-06-04af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima1-8/+0
2025-06-04af_unix: Assign a unique index to SCC.Kuniyuki Iwashima1-1/+1
2025-06-04af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima1-1/+0
2025-06-04af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Save listener for embryo socket.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima1-0/+3
2025-06-04af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima1-0/+2
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2-0/+3
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+11
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+12
2025-06-04af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima1-3/+4
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima2-2/+11
2025-06-04af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima1-1/+1
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-1/+0
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/+4
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-18ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2-6/+3
2025-05-02wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih1-0/+13
2025-05-02net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)1-0/+6
2025-04-25sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro1-1/+2
2025-03-28Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-70/+38
2025-03-07include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman1-0/+9
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault2-2/+8
2025-03-07netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long1-1/+1
2025-03-07bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+8
2025-03-07strparser: Add read_sock callbackJiayuan Chen1-0/+2
2025-03-07tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-0/+14
2025-02-21net: add dev_net_rcu() helperEric Dumazet1-1/+1
2025-02-21net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko1-3/+12
2025-02-21ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-02-21vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet1-0/+2
2025-02-21net: sched: Fix truncation of offloaded action statisticsIdo Schimmel1-1/+1
2025-02-21ax25: rcu protect dev->ax25_ptrEric Dumazet1-5/+5
2025-02-21inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-4/+3
2025-02-21inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet1-5/+4
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet1-0/+3
2025-01-17tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan1-1/+1
2025-01-17tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing1-1/+1
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2025-01-09netfilter: nft_set_hash: unaligned atomic read on struct nft_set_extPablo Neira Ayuso1-2/+5
2025-01-09ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig1-13/+15
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8