summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal2023-07-261-6/+14
* | net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma2023-07-261-0/+14
* | mptcp: more accurate NL event generationPaolo Abeni2023-07-261-2/+1
|/
* af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima2023-07-251-1/+1
* af_unix: Fix fortify_panic() in unix_bind_bsd().Kuniyuki Iwashima2023-07-251-4/+2
* Merge tag 'linux-can-fixes-for-6.5-20230724' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-07-241-2/+3
|\
| * can: raw: fix lockdep issue in raw_release()Eric Dumazet2023-07-201-2/+3
* | ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-07-241-4/+10
* | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-2034-365/+520
|\ \
| * \ Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-07-207-81/+211
| |\ \
| | * | Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko2023-07-201-1/+1
| | * | Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen2023-07-201-11/+12
| | * | Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant2023-07-201-2/+2
| | * | Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-201-1/+3
| | * | Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-201-22/+31
| | * | Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-201-0/+3
| | * | Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-205-44/+159
| * | | Merge tag 'nf-23-07-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-07-202-3/+15
| |\ \ \