summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2025-06-04af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima
2025-06-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2025-06-04af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2025-06-04af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2025-06-04af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima
2025-06-04af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima
2025-06-04af_unix: Save listener for embryo socket.Kuniyuki Iwashima
2025-06-04af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima
2025-06-04af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima
2025-06-04af_unix: Remove io_uring code for GC.Kuniyuki Iwashima
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima
2025-06-04af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-09net: Rename mono_delivery_time to tstamp_type for scalabiltyAbhishek Chauhan
2025-04-25xdp: Reset bpf_redirect_info before running a xdp's BPF prog.Sebastian Andrzej Siewior
2025-04-25sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro
2025-03-28Bluetooth: hci_event: Fix connection regression between LE and non-LE adaptersArkadiusz Bokowy
2025-03-22netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal
2025-03-22netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso
2025-03-22Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz
2025-03-22Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-03-07include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman
2025-03-07ipv4: Convert ip_route_input() to dscp_t.Guillaume Nault
2025-02-27bpf: Fix wrong copied_seq calculationJiayuan Chen
2025-02-27strparser: Add read_sock callbackJiayuan Chen
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
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