summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-06wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg
2023-06-06wifi: cfg80211: reject bad AP MLD addressJohannes Berg
2023-06-06wifi: mac80211: use correct iftype HE capJohannes Berg
2023-06-05Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim
2023-06-05Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen
2023-06-05Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen
2023-06-05Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu
2023-06-05Bluetooth: fix debugfs registrationJohan Hovold
2023-06-05Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang
2023-06-05Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz
2023-06-05Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen
2023-06-05Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen
2023-06-05mptcp: update userspace pm infosGeliang Tang
2023-06-05mptcp: add address into userspace pm listGeliang Tang
2023-06-05mptcp: only send RM_ADDR in nl_cmd_removeGeliang Tang
2023-06-05Merge tag 'linux-can-fixes-for-6.4-20230605' of git://git.kernel.org/pub/scm/...David S. Miller
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet
2023-06-05can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin
2023-06-05can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin
2023-06-05can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel
2023-06-04net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINEMin-Hua Chen
2023-06-03net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet
2023-06-02Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda
2023-06-01mptcp: fix active subflow finalizationPaolo Abeni
2023-06-01mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni
2023-06-01mptcp: fix data race around msk->first accessPaolo Abeni
2023-06-01mptcp: consolidate passive msk socket initializationPaolo Abeni
2023-06-01mptcp: add annotations around msk->subflow accessesPaolo Abeni
2023-06-01mptcp: fix connect timeout handlingPaolo Abeni
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long
2023-06-01bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-06-01net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua
2023-05-31nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-05-31net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela
2023-05-30net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-05-30net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-05-30net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-05-30net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells
2023-05-29tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet