summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-06net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid1-1/+1
2023-04-06xfrm: Zero padding when dumping algos and encapHerbert Xu1-4/+41
2023-03-30wifi: mac80211: fix qos on mesh interfacesFelix Fietkau1-2/+4
2023-03-30Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li1-0/+2
2023-03-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-0/+7
2023-03-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti1-8/+8
2023-03-30Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim1-0/+2
2023-03-30Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung1-1/+2
2023-03-30Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz1-38/+79
2023-03-30Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix1-6/+0
2023-03-30Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen1-2/+7
2023-03-30Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz1-4/+19
2023-03-30Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang1-20/+44
2023-03-30erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2-4/+4
2023-03-30net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas1-2/+8
2023-03-30xsk: Add missing overflow check in xdp_umem_regKal Conley1-6/+7
2023-03-30mptcp: fix UaF in listener shutdownPaolo Abeni3-78/+0
2023-03-30mptcp: use the workqueue to destroy unaccepted socketsPaolo Abeni3-16/+47
2023-03-30mptcp: refactor passive socket initializationPaolo Abeni2-23/+21
2023-03-22mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni1-0/+16
2023-03-22mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts1-1/+0
2023-03-22mptcp: add ro_after_init for tcp{,v6}_prot_overrideGeliang Tang1-2/+2
2023-03-22mptcp: fix possible deadlock in subflow_error_reportPaolo Abeni1-0/+7
2023-03-22net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2023-03-22net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
2023-03-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
2023-03-22net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean1-4/+5
2023-03-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang1-1/+1
2023-03-22tcp: Fix bind() conflict check for dual-stack wildcard address.Kuniyuki Iwashima1-1/+7
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2-8/+8
2023-03-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe1-0/+3
2023-03-22wifi: cfg80211: fix MLO connection ownershipJohannes Berg1-9/+7
2023-03-22wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg1-1/+1
2023-03-22tcp: tcp_make_synack() can be called from process contextBreno Leitao1-1/+1
2023-03-22netfilter: nft_redir: correct value of inet type `.maxattrs`Jeremy Sowden1-1/+1
2023-03-22netfilter: nft_redir: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22netfilter: nft_masq: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22netfilter: nft_nat: correct length for loading protocol registersJeremy Sowden1-1/+1
2023-03-22xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu1-5/+0
2023-03-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau1-23/+6
2023-03-17af_unix: fix struct pid leaks in OOB supportEric Dumazet1-2/+8
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe1-5/+8
2023-03-17netfilter: conntrack: adopt safer max chain lengthEric Dumazet1-2/+2
2023-03-17net: tls: fix device-offloaded sendpage straddling recordsJakub Kicinski1-0/+2
2023-03-17bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin1-6/+23
2023-03-17netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2-2/+2
2023-03-17netfilter: ctnetlink: revert to dumping mark regardless of event typeIvan Delalande1-7/+7
2023-03-17bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian3-0/+12
2023-03-17net: caif: Fix use-after-free in cfusbl_device_notify()Shigeru Yoshida1-0/+3