summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1027-330/+620
|\
| * net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski2023-08-101-3/+0
| * Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-08-104-173/+431
| |\
| | * netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2023-08-101-47/+1
| | * netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso2023-08-101-2/+4
| | * netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso2023-08-104-103/+173
| | * netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2023-08-101-11/+237
| | * netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal2023-08-094-10/+16
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-103-7/+14
| |\ \
| | * | bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai2023-08-091-2/+8
| | * | bpf, sockmap: Fix map type error in sock_map_del_linkXu Kuohai2023-08-091-5/+5
| | * | xsk: fix refcount underflow in error pathMagnus Karlsson2023-08-091-0/+1
| * | | ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski2023-08-091-1/+2
| * | | Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-091-1/+4
| |\ \ \
| | * | | wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo2023-08-091-1/+4
| * | | | nexthop: Fix infinite nexthop bucket dump when using maximum nexthop IDIdo Schimmel2023-08-091-5/+1
| * | | | nexthop: Make nexthop bucket dump more efficientIdo Schimmel2023-08-091-11/+5
| * | | | nexthop: Fix infinite nexthop dump when using maximum nexthop IDIdo Schimmel2023-08-091-5/+1
| * | | | vlan: Fix VLAN 0 memory leakVlad Buslov2023-08-091-2/+1
| * | | | net/smc: Use correct buffer sizes when switching between TCP and SMCGerd Bayer2023-08-091-22/+51
| * | | | net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer2023-08-095-20/+25
| * | | | net/unix: use consistent error code in SO_PEERPIDFDDavid Rheinsberg2023-08-081-1/+1
| * | | | net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner2023-08-071-6/+0
| * | | | net: tls: avoid discarding data on record closeJakub Kicinski2023-08-061-31/+33
| * | | | dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet2023-08-042-3/+9
| * | | | mptcp: fix disconnect vs accept racePaolo Abeni2023-08-042-30/+29
| * | | | mptcp: avoid bogus reset on fallback closePaolo Abeni2023-08-041-1/+1
| * | | | tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal2023-08-041-1/+1
| * | | | net/packet: annotate data-races around tp->statusEric Dumazet2023-08-041-6/+10
| * | | | mptcp: fix the incorrect judgment for msk->cb_flagsXiang Yang2023-08-041-1/+1
| | |/ / | |/| |
* | | | Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2023-08-041-6/+14
|\ \ \ \ | |/ / / |/| | |
| * | | libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov2023-08-021-6/+14
* | | | Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-0340-130/+249
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-031-1/+4
| |\ \ \
| | * | | bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsingLin Ma2023-07-271-1/+4
| * | | | Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-031-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | wifi: cfg80211: Fix return value in scan logicIlan Peer2023-07-261-1/+1
| * | | | tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet2023-08-031-4/+5
| * | | | tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet2023-08-031-4/+7
| * | | | tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet2023-08-031-9/+14
| * | | | tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet2023-08-031-2/+4
| * | | | tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-031-6/+13
| * | | | tcp_metrics: fix addr_same() helperEric Dumazet2023-08-031-1/+1
| * | | | udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGESDavid Howells2023-08-021-0/+9
| * | | | ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing2023-08-021-1/+1
| * | | | net: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma2023-08-011-1/+1
| * | | | bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar2023-08-011-2/+0
| | |_|/ | |/| |
| * | | net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis2023-07-311-1/+0
| * | | net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis2023-07-311-1/+0
| * | | net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis2023-07-311-1/+0