summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz2023-09-131-1/+4
* Bluetooth: msft: Extended monitor tracking by address filterHilda Wu2023-09-131-15/+397
* dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-09-132-9/+19
* skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-131-14/+20
* netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-09-131-0/+2
* netfilter: xt_u32: validate user space inputWander Lairson Costa2023-09-131-0/+21
* netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-09-131-12/+8
* netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-131-0/+1
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-131-1/+2
* net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-131-2/+8
* netrom: Deny concurrent connect().Kuniyuki Iwashima2023-09-131-0/+5
* net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-09-131-0/+4
* Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen2023-09-131-8/+24
* Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz2023-09-131-20/+35
* Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz2023-09-131-16/+29
* Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-09-134-38/+68
* Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz2023-09-133-146/+46
* wifi: nl80211/cfg80211: add forgotten nla_policy for BSS color attributeLin Ma2023-09-131-0/+1
* wifi: mac80211: fix puncturing bitmap handling in CSAJohannes Berg2023-09-131-6/+6
* net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-09-135-13/+13
* lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-09-132-2/+2
* lwt: Fix return values of BPF xmit opsYan Zhai2023-09-131-4/+3
* net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2023-09-131-1/+17
* Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen2023-09-131-5/+24
* Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-09-132-6/+25
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-09-131-1/+1
* Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson2023-09-131-5/+5
* Bluetooth: Fix potential use-after-free when clear keysMin Li2023-09-131-8/+8
* Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz2023-09-131-94/+63
* Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyJiapeng Chong2023-09-131-3/+1
* Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz2023-09-131-3/+6
* Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz2023-09-131-0/+6
* Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-09-134-76/+115
* Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-09-133-73/+159
* Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz2023-09-131-15/+34
* bpf: reject unhashed sockets in bpf_sk_assignLorenz Bauer2023-09-131-0/+2
* udp: re-score reuseport groups when connected sockets are presentLorenz Bauer2023-09-132-10/+29
* tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-09-131-2/+1
* net: Avoid address overwrite in kernel_connectJordan Rife2023-09-131-1/+5
* net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet2023-09-132-12/+16
* 9p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet2023-09-131-1/+1
* 9p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet2023-09-131-1/+1
* Revert "bridge: Add extack warning when enabling STP in netns."Kuniyuki Iwashima2023-09-131-3/+0
* netfilter: nf_tables: fix kdoc warnings after gc reworkFlorian Westphal2023-08-301-1/+1
* can: raw: add missing refcount for memory leak fixOliver Hartkopp2023-08-301-9/+26
* batman-adv: Hold rtnl lock during MTU update via netlinkSven Eckelmann2023-08-301-0/+3
* batman-adv: Fix batadv_v_ogm_aggr_send memory leakRemi Pommarel2023-08-301-1/+3
* batman-adv: Fix TT global entry leak when client roamed backRemi Pommarel2023-08-301-1/+0
* batman-adv: Do not get eth header before batadv_check_management_packetRemi Pommarel2023-08-302-2/+4
* batman-adv: Don't increase MTU when set by userSven Eckelmann2023-08-303-1/+22