summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen2023-06-051-7/+6
| | * | | | Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen2023-06-051-2/+5
| * | | | | Merge tag 'nf-23-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-06-064-2/+15
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso2023-06-071-1/+1
| | * | | | | netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-06-071-0/+8
| | * | | | | netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout2023-06-071-0/+3
| | * | | | | netfilter: nft_bitwise: fix register trackingJeremy Sowden2023-06-071-1/+1
| | * | | | | netfilter: nf_tables: Add null check for nla_nest_start_noflag() in nft_dump_...Gavrilov Ilia2023-06-071-0/+2
| * | | | | | Merge tag 'wireless-2023-06-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-06-067-12/+27
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg2023-06-061-2/+2
| | * | | | | wifi: cfg80211: fix locking in sched scan stop workJohannes Berg2023-06-061-2/+2
| | * | | | | wifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh2023-06-061-1/+1
| | * | | | | wifi: mac80211: don't translate beacon/presp addrsJohannes Berg2023-06-061-1/+3
| | * | | | | wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg2023-06-061-1/+7
| | * | | | | wifi: cfg80211: reject bad AP MLD addressJohannes Berg2023-06-061-0/+2
| | * | | | | wifi: mac80211: use correct iftype HE capJohannes Berg2023-06-061-5/+10
| * | | | | | tcp: gso: really support BIG TCPEric Dumazet2023-06-061-10/+9
| * | | | | | ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2023-06-061-18/+11
| | |_|/ / / | |/| | | |
| * | | | | mptcp: update userspace pm infosGeliang Tang2023-06-052-4/+24
| * | | | | mptcp: add address into userspace pm listGeliang Tang2023-06-051-0/+41
| * | | | | mptcp: only send RM_ADDR in nl_cmd_removeGeliang Tang2023-06-053-1/+20
| * | | | | Merge tag 'linux-can-fixes-for-6.4-20230605' of git://git.kernel.org/pub/scm/...David S. Miller2023-06-052-11/+18
| |\ \ \ \ \
| | * | | | | can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin2023-06-051-1/+3
| | * | | | | can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin2023-06-051-11/+11
| | * | | | | can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel2023-06-051-0/+5
| * | | | | | net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet2023-06-051-1/+7
| |/ / / / /
| * | | | | net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen2023-06-041-0/+2
| * | | | | net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu2023-06-031-2/+2
| * | | | | net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-021-2/+2
| * | | | | net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-021-4/+4
* | | | | | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-021-18/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-18/+6
* | | | | | mptcp: fix active subflow finalizationPaolo Abeni2023-06-011-9/+14
* | | | | | mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni2023-06-011-13/+16
* | | | | | mptcp: fix data race around msk->first accessPaolo Abeni2023-06-011-3/+3
* | | | | | mptcp: consolidate passive msk socket initializationPaolo Abeni2023-06-013-38/+33
* | | | | | mptcp: add annotations around msk->subflow accessesPaolo Abeni2023-06-012-9/+15
* | | | | | mptcp: fix connect timeout handlingPaolo Abeni2023-06-012-23/+7
* | | | | | rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long2023-06-011-0/+12
* | | | | | rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long2023-06-011-15/+19
* | | | | | rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long2023-06-011-1/+7
| |_|_|/ / |/| | | |
* | | | | tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-012-4/+14
* | | | | net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-011-0/+3
* | | | | udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-05-311-1/+1
* | | | | net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-05-311-1/+1
* | | | | net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-05-301-0/+4
* | | | | net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-301-0/+5
* | | | | net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-302-3/+8
* | | | | net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-05-301-0/+6
* | | | | net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-05-301-0/+6