summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-10-10ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet
2023-10-10netlink: remove the flex array from struct nlmsghdrJakub Kicinski
2023-10-10ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet
2023-10-10netlink: annotate data-races around sk->sk_errEric Dumazet
2023-10-10netlink: Fix potential skb memleak in netlink_ackTao Chen
2023-10-10netlink: split up copies in the ack constructionJakub Kicinski
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long
2023-10-10sctp: update transport state when processing a dupcook packetXin Long
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell
2023-10-10tipc: fix a potential deadlock on &tx->lockChengfeng Ye
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier
2023-10-10netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal
2023-10-10netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline
2023-10-10ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets
2023-10-10ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells
2023-10-10neighbour: fix data-races around n->outputEric Dumazet
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-10-10bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet
2023-10-10bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki
2023-10-10bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend
2023-10-10bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend
2023-10-10wifi: mac80211: fix potential key use-after-freeJohannes Berg
2023-10-10Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz
2023-10-10Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao
2023-10-10wifi: cfg80211: fix cqm_config access raceJohannes Berg
2023-10-10wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg
2023-10-10wifi: cfg80211: move wowlan disable under locksJohannes Berg
2023-10-10wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg
2023-10-10net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife
2023-10-10Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz
2023-10-10Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz
2023-10-10mptcp: userspace pm allow creating id 0 subflowGeliang Tang
2023-10-10net: release reference to inet6_dev pointerPatrick Rohr
2023-10-10net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr
2023-10-10net: add sysctl accept_ra_min_rtr_lftPatrick Rohr
2023-10-10mptcp: process pending subflow error on closePaolo Abeni
2023-10-10mptcp: move __mptcp_error_report in protocol.cPaolo Abeni
2023-10-10mptcp: annotate lockless accesses to sk->sk_errEric Dumazet
2023-10-10mptcp: fix dangling connection hang-upPaolo Abeni
2023-10-10mptcp: rename timer related helper to less confusing namesPaolo Abeni
2023-10-06Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-10-06netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal
2023-10-06netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso
2023-10-06mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni