summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* udp: annotate data-races around up->pendingEric Dumazet2024-01-252-14/+14
* mptcp: refine opt_mp_capable determinationEric Dumazet2024-01-251-4/+4
* mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()Eric Dumazet2024-01-251-2/+2
* mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()Eric Dumazet2024-01-251-1/+1
* mptcp: strict validation before using mp_opt->hmacEric Dumazet2024-01-251-1/+1
* mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOINEric Dumazet2024-01-251-3/+3
* rxrpc: Fix use of Don't Fragment flagDavid Howells2024-01-254-5/+17
* net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice eventsVladimir Oltean2024-01-251-2/+5
* Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel2024-01-251-7/+7
* Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han2024-01-251-4/+8
* netfilter: nf_tables: check if catch-all set element is active in next genera...Pablo Neira Ayuso2024-01-251-1/+1
* ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2024-01-251-13/+13
* rxrpc: Fix skbuff cleanup of call's recvmsg_queue and rx_oos_queueDavid Howells2024-01-251-2/+2
* net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu2024-01-251-6/+6
* sctp: fix busy pollingEric Dumazet2024-01-251-6/+4
* sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2024-01-252-0/+4
* bpf: sockmap, fix proto update hook to avoid dup callsJohn Fastabend2024-01-251-3/+18
* wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg2024-01-251-14/+26
* wifi: cfg80211: correct comment about MLD IDBenjamin Berg2024-01-251-2/+5
* Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2024-01-252-14/+5
* netfilter: nf_tables: validate chain type update if availablePablo Neira Ayuso2024-01-251-1/+10
* netfilter: nf_tables: mark newset as dead on transaction abortFlorian Westphal2024-01-251-0/+1
* wifi: mac80211: fix advertised TTLM schedulingAyala Beker2024-01-251-9/+40
* virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2024-01-255-4/+41
* virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov2024-01-251-3/+10
* ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando2024-01-251-7/+6
* net/ncsi: Fix netlink major/minor version numbersPeter Delevoryas2024-01-254-8/+36
* SUNRPC: Fixup v4.1 backchannel request timeoutsBenjamin Coddington2024-01-251-9/+14
* SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia2024-01-251-1/+1
* keys, dns: Fix size check of V1 server-list headerDavid Howells2024-01-251-1/+1
* calipso: fix memory leak in netlbl_calipso_add_pass()Gavrilov Ilia2024-01-251-23/+26
* Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-0416-37/+100
|\
| * net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange2024-01-041-0/+1
| * Merge tag 'nf-24-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-032-2/+3
| |\
| | * netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso2024-01-031-1/+1
| | * netfilter: nf_nat: fix action not being set for all ct statesBrad Cowie2024-01-031-1/+2
| * | net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu2024-01-031-2/+1
| * | net: Save and restore msg_namelen in sock_sendmsgMarc Dionne2024-01-031-0/+2
| * | mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni2024-01-021-0/+13
| * | Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie2024-01-021-13/+5
| * | net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz2024-01-021-2/+9
| |/
| * net: qrtr: ns: Return 0 if server port is not presentSarannya S2024-01-011-1/+3
| * net/tcp_sigpool: Use kref_get_unless_zero()Dmitry Safonov2024-01-011-3/+2
| * net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua2024-01-011-1/+3
| * Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-12-292-2/+2
| |\
| | * netfilter: nf_tables: skip set commit for deleted/destroyed setsPablo Neira Ayuso2023-12-201-1/+1
| | * netfilter: nf_tables: set transport offset from mac header for netdev/egressPablo Neira Ayuso2023-12-201-1/+1
| * | Merge tag 'wireless-2023-12-19' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2023-12-272-8/+15
| |\ \
| | * | wifi: mac80211: add/remove driver debugfs entries as appropriateBenjamin Berg2023-12-192-6/+13
| | * | wifi: mac80211: do not re-add debugfs entries during resumeBenjamin Berg2023-12-191-3/+3