summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-net-2024-04-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-04-247-30/+50
|\
| * Bluetooth: hci_sync: Using hci_cmd_sync_submit when removing Adv MonitorChun-Yi Lee2024-04-241-2/+2
| * Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUIDLuiz Augusto von Dentz2024-04-241-5/+15
| * Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-241-3/+2
| * Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-244-14/+23
| * Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2024-04-242-6/+8
* | net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim2024-04-241-2/+2
|/
* tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim2024-04-231-1/+2
* ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet2024-04-231-0/+3
* ax25: Fix netdev refcount issueDuoming Zhou2024-04-231-1/+1
* bridge/br_netlink.c: no need to return void functionHangbin Liu2024-04-221-1/+1
* icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet2024-04-221-2/+10
* udp: preserve the connected status if only UDP cmsgYick Xie2024-04-192-4/+6
* Merge tag 'nf-24-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-04-186-23/+62
|\
| * netfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso2024-04-181-2/+14
| * netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso2024-04-175-20/+45
| * netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso2024-04-172-1/+3
* | net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-172-0/+7
|/
* inet: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-04-151-0/+5
* af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima2024-04-121-5/+5
* af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima2024-04-121-1/+1
* Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2024-04-128-24/+66
|\
| * netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso2024-04-111-1/+1
| * netfilter: flowtable: validate pppoe headerPablo Neira Ayuso2024-04-112-4/+7
| * netfilter: nft_set_pipapo: do not free live elementFlorian Westphal2024-04-111-5/+9
| * netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso2024-04-112-2/+9
| * netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso2024-04-114-8/+28
| * netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan2024-04-111-2/+6
| * netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan2024-04-111-2/+6
* | Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-1120-118/+124
|\ \
| * \ Merge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2024-04-118-99/+70
| |\ \
| | * | Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka2024-04-101-2/+1
| | * | Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+8
| | * | Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-24/+12
| | * | Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-32/+20
| | * | Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-9/+5
| | * | Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+10
| | * | Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov2024-04-101-1/+3
| | * | Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz2024-04-101-3/+3
| | * | Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz2024-04-101-2/+8
| | |/
| * | af_unix: Fix garbage collector racing against connect()Michal Luczaj2024-04-111-1/+17
| * | netfilter: complete validation of user inputEric Dumazet2024-04-103-0/+12
| |/
| * ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc2024-04-091-3/+4
| * nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet2024-04-091-6/+6
| * ipv4/route: avoid unused-but-set-variable warningArnd Bergmann2024-04-091-3/+1
| * ipv6: fib: hide unused 'pn' variableArnd Bergmann2024-04-091-2/+5
| * af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima2024-04-081-1/+3
| * Merge tag 'batadv-net-pullrequest-20240405' of git://git.open-mesh.org/linux-...David S. Miller2024-04-081-1/+1
| |\
| | * batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann2024-03-291-1/+1
| * | xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet2024-04-051-0/+2