summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-05-112-8/+2
* netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-05-111-4/+9
* netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso2023-05-113-1/+4
* bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann2023-05-111-6/+4
* bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu2023-05-111-4/+6
* xsk: Fix unaligned descriptor validationKal Conley2023-05-111-0/+1
* netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-05-115-11/+13
* net/packet: convert po->auxdata to an atomic flagEric Dumazet2023-05-113-8/+6
* net/packet: convert po->origdev to an atomic flagEric Dumazet2023-05-113-8/+26
* net/packet: annotate accesses to po->xmitEric Dumazet2023-05-111-4/+8
* vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko2023-05-111-1/+1
* bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-05-011-1/+8
* mptcp: fix accept vs worker racePaolo Abeni2023-05-013-33/+58
* mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni2023-05-013-0/+79
* sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-8/+21
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-264-8/+17
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2023-04-266-26/+1
* net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean2023-04-261-0/+11
* net: rpl: fix rpl header size calculationAlexander Aring2023-04-261-1/+2
* netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso2023-04-261-1/+2
* netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-262-38/+62
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-261-6/+7
* netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian2023-04-261-1/+1
* netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-261-6/+11
* mptcp: stricter state check in mptcp_workerPaolo Abeni2023-04-201-1/+1
* mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni2023-04-202-15/+8
* skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-201-8/+8
* udp6: fix potential access to stale informationEric Dumazet2023-04-201-3/+5
* sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-201-1/+2
* net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan2023-04-201-3/+5
* Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu2023-04-201-1/+1
* Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz2023-04-201-7/+9
* Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz2023-04-203-15/+21
* Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz2023-04-201-28/+24
* net: openvswitch: fix race on port outputFelix Huettner2023-04-202-1/+2
* tcp: restrict net.ipv4.tcp_app_winYueHaibing2023-04-201-0/+3
* 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang2023-04-201-0/+4
* bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau2023-04-201-2/+2
* Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz2023-04-201-6/+24
* Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka2023-04-201-1/+8
* Bluetooth: Fix race condition in hidp_session_threadMin Li2023-04-201-1/+1
* Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz2023-04-201-18/+6
* can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp2023-04-131-1/+1
* can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka2023-04-131-1/+16
* can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp2023-04-131-24/+31
* can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel2023-04-131-1/+4
* netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet2023-04-131-6/+9
* ethtool: reset #lanes when lanes is omittedAndy Roulin2023-04-131-3/+4
* ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima2023-04-131-4/+4
* raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-133-29/+27