summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-10ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet1-4/+4
2023-10-10netlink: remove the flex array from struct nlmsghdrJakub Kicinski1-1/+1
2023-10-10ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2023-10-10netlink: annotate data-races around sk->sk_errEric Dumazet1-4/+4
2023-10-10netlink: Fix potential skb memleak in netlink_ackTao Chen1-1/+3
2023-10-10netlink: split up copies in the ack constructionJakub Kicinski1-9/+20
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long1-0/+1
2023-10-10sctp: update transport state when processing a dupcook packetXin Long1-2/+1
2023-10-10tcp: fix delayed ACKs for MSS boundary conditionNeal Cardwell1-0/+13
2023-10-10tcp: fix quick-ack counting to count actual ACKs of new dataNeal Cardwell1-4/+3
2023-10-10tipc: fix a potential deadlock on &tx->lockChengfeng Ye1-2/+2
2023-10-10ipv4: Set offload_failed flag in fibmatch resultsBenjamin Poirier1-0/+2
2023-10-10netfilter: nf_tables: nft_set_rbtree: fix spurious insertion failureFlorian Westphal1-17/+29
2023-10-10netfilter: nf_tables: Deduplicate nft_register_obj audit logsPhil Sutter1-16/+28
2023-10-10netfilter: handle the connecting collision properly in nf_conntrack_proto_sctpXin Long1-10/+33
2023-10-10net: nfc: llcp: Add lock when modifying device listJeremy Cline1-0/+2
2023-10-10ipv6: tcp: add a missing nf_reset_ct() in 3WHS handlingIlya Maximets1-3/+7
2023-10-10ipv4, ipv6: Fix handling of transhdrlen in __ip{,6}_append_data()David Howells1-1/+1
2023-10-10neighbour: fix data-races around n->outputEric Dumazet2-6/+6
2023-10-10neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet9-67/+71
2023-10-10neighbour: annotate lockless accesses to n->nud_stateEric Dumazet11-32/+33
2023-10-10bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau1-13/+26
2023-10-10net: fix possible store tearing in neigh_periodic_work()Eric Dumazet1-1/+3
2023-10-10bpf, sockmap: Reject sk_msg egress redirects to non-TCP socketsJakub Sitnicki1-0/+4
2023-10-10bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend1-1/+3
2023-10-10bpf: tcp_read_skb needs to pop skb regardless of seqJohn Fastabend1-8/+2
2023-10-10wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2023-10-10Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz1-3/+6
2023-10-10Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao1-2/+0
2023-10-10wifi: cfg80211: fix cqm_config access raceJohannes Berg3-41/+73
2023-10-10wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg3-1/+136
2023-10-10wifi: cfg80211: move wowlan disable under locksJohannes Berg1-4/+4
2023-10-10wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2-5/+5
2023-10-10net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife1-6/+23
2023-10-10net: replace calls to sock->ops->connect() with kernel_connect()Jordan Rife2-3/+3
2023-10-10Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz1-9/+4
2023-10-10Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz3-0/+3
2023-10-10mptcp: userspace pm allow creating id 0 subflowGeliang Tang1-6/+0
2023-10-10net: release reference to inet6_dev pointerPatrick Rohr1-1/+1
2023-10-10net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr2-21/+19
2023-10-10net: add sysctl accept_ra_min_rtr_lftPatrick Rohr2-2/+26
2023-10-10mptcp: process pending subflow error on closePaolo Abeni1-29/+34
2023-10-10mptcp: move __mptcp_error_report in protocol.cPaolo Abeni2-36/+36
2023-10-10mptcp: annotate lockless accesses to sk->sk_errEric Dumazet3-7/+7
2023-10-10mptcp: fix dangling connection hang-upPaolo Abeni3-46/+67
2023-10-10mptcp: rename timer related helper to less confusing namesPaolo Abeni3-23/+23
2023-10-06Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust1-2/+1
2023-10-06netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal1-1/+1
2023-10-06netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso1-5/+13
2023-10-06mptcp: fix bogus receive window shrinkage with multiple subflowsPaolo Abeni1-2/+3