summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_workNikita Zhandarovich2024-01-251-0/+4
* ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson2024-01-251-2/+7
* ipvs: avoid stat macros calls from preemptible contextFedor Pchelkin2024-01-251-2/+2
* netfilter: nf_tables: reject NFT_SET_CONCAT with not field length descriptionPablo Neira Ayuso2024-01-251-1/+5
* netfilter: nf_tables: skip dead set elements in netlink dumpPablo Neira Ayuso2024-01-251-1/+1
* netfilter: nf_tables: do not allow mismatch field size and set key lengthPablo Neira Ayuso2024-01-251-1/+5
* netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-254-18/+58
* netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-256-14/+15
* netfilter: nf_queue: remove excess nf_bridge variablePavel Tikhomirov2024-01-251-3/+1
* netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov2024-01-251-4/+4
* netfilter: nft_limit: do not ignore unsupported flagsPablo Neira Ayuso2024-01-251-7/+12
* netfilter: nf_tables: reject invalid set policyPablo Neira Ayuso2024-01-251-1/+9
* mptcp: relax check on MPC passive fallbackPaolo Abeni2024-01-251-1/+2
* net: tls, fix WARNIING in __sk_msg_freeJohn Fastabend2024-01-251-1/+5
* bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau2024-01-251-11/+10
* bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau2024-01-251-1/+0
* 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
| |\