summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima2023-07-311-2/+13
| * | | net: annotate data-races around sk->sk_priorityEric Dumazet2023-07-298-13/+14
| * | | net: add missing data-race annotation for sk_ll_usecEric Dumazet2023-07-291-1/+1
| * | | net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-07-292-3/+3
| * | | net: annotate data-races around sk->sk_markEric Dumazet2023-07-2920-34/+35
| * | | net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet2023-07-291-1/+1
| * | | net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet2023-07-291-1/+1
| * | | net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-07-292-12/+16
| * | | net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet2023-07-291-1/+1
| * | | net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet2023-07-291-3/+6
| * | | net: annotate data-race around sk->sk_txrehashEric Dumazet2023-07-291-2/+5
| * | | net: annotate data-races around sk->sk_reserved_memEric Dumazet2023-07-291-3/+4
| * | | net: gro: fix misuse of CB in udp socket lookupRichard Gobert2023-07-294-8/+22
| * | | net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim2023-07-281-6/+50
| * | | net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet2023-07-271-2/+3
| * | | net: dsa: fix older DSA drivers using phylinkRussell King (Oracle)2023-07-271-1/+8
| * | | rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma2023-07-271-2/+6
* | | | Merge tag 'ceph-for-6.5-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-281-0/+1
|\ \ \ \
| * | | | rbd: harden get_lock_owner_info() a bitIlya Dryomov2023-07-261-0/+1
* | | | | Merge tag '9p-fixes-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-07-282-38/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-201-34/+12
| * | | | 9p: virtio: skip incrementing unused variableDominique Martinet2023-07-201-2/+2
| * | | | 9p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet2023-07-201-1/+1
| * | | | 9p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet2023-07-201-1/+1
* | | | | tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-07-271-1/+1
* | | | | af_unix: Terminate sun_path when bind()ing pathname socket.Kuniyuki Iwashima2023-07-271-5/+16
* | | | | tipc: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
* | | | | Merge tag 'nf-23-07-26' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-07-263-17/+35
|\ \ \ \ \
| * | | | | netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso2023-07-261-2/+3
| * | | | | netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso2023-07-261-9/+18