summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso2023-06-081-1/+2
* netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2023-06-082-15/+96
* Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-06-065-37/+75
|\
| * Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim2023-06-051-0/+9
| * Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2023-06-051-18/+26
| * Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen2023-06-051-0/+2
| * Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-051-0/+4
| * Bluetooth: fix debugfs registrationJohan Hovold2023-06-051-0/+3
| * Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-052-6/+16
| * Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-051-4/+4
| * 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
* | | 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