summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-09-13Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz
2023-09-13Bluetooth: msft: Extended monitor tracking by address filterHilda Wu
2023-09-13dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-09-13skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-09-13netfilter: xt_sctp: validate the flag_info countWander Lairson Costa
2023-09-13netfilter: xt_u32: validate user space inputWander Lairson Costa
2023-09-13netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang
2023-09-13netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng
2023-09-13igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet
2023-09-13net: deal with integer overflows in kmalloc_reserve()Eric Dumazet
2023-09-13SUNRPC: Fix the recent bv_offset fixChuck Lever
2023-09-13netrom: Deny concurrent connect().Kuniyuki Iwashima
2023-09-13net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic
2023-09-13Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen
2023-09-13Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz
2023-09-13Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz
2023-09-13Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu
2023-09-13Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz
2023-09-13wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma
2023-09-13wifi: mac80211: fix puncturing bitmap handling in CSAJohannes Berg
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-09-13lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai
2023-09-13lwt: Fix return values of BPF xmit opsYan Zhai
2023-09-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong
2023-09-13Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen
2023-09-13Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz
2023-09-13Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik
2023-09-13Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson
2023-09-13Bluetooth: Fix potential use-after-free when clear keysMin Li
2023-09-13Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz
2023-09-13Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz
2023-09-13Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz
2023-09-13Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen
2023-09-13Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu
2023-09-13bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer
2023-09-13udp: re-score reuseport groups when connected sockets are presentLorenz Bauer
2023-09-13tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-09-13net: Avoid address overwrite in kernel_connectJordan Rife
2023-09-02ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-24Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso
2023-08-23netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim
2023-08-22batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann