summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-01can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp1-2/+3
2023-07-01mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni2-6/+21
2023-06-28revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski1-6/+0
2023-06-28sch_netem: acquire qdisc lock in netem_change()Eric Dumazet1-2/+6
2023-06-28netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2-1/+1
2023-06-28netfilter: nf_tables: disallow updates of anonymous setsPablo Neira Ayuso1-0/+3
2023-06-28netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso1-0/+13
2023-06-28netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-3/+32
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso1-2/+5
2023-06-28netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso1-1/+5
2023-06-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso5-31/+163
2023-06-28netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2-7/+41
2023-06-28netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2-40/+133
2023-06-28ipvs: align inner_mac_header for encapsulationTerin Stock1-0/+2
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2-0/+6
2023-06-28xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2-0/+4
2023-06-28xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong1-4/+50
2023-06-28xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2-0/+2
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong2-0/+13
2023-06-28mptcp: consolidate fallback and non fallback state machinePaolo Abeni2-33/+25
2023-06-28mptcp: fix possible list corruption on passive MPJPaolo Abeni1-3/+9
2023-06-28mptcp: fix possible divide by zero in recvmsg()Paolo Abeni1-0/+7
2023-06-28mptcp: handle correctly disconnect() failuresPaolo Abeni1-6/+14
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-31/+0
2023-06-21net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu1-4/+4
2023-06-21Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu1-2/+2
2023-06-21net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela1-2/+2
2023-06-21net: tipc: resize nlattr array to correct sizeLin Ma1-2/+2
2023-06-21net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov1-5/+7
2023-06-21net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2-8/+34
2023-06-21net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye1-10/+10
2023-06-21sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu3-49/+83
2023-06-21sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter1-1/+1
2023-06-21wifi: mac80211: take lock before setting vif linksBenjamin Berg1-1/+8
2023-06-21wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg1-3/+3
2023-06-21wifi: mac80211: fix link activation settings orderJohannes Berg1-2/+2
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-8/+10
2023-06-21net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham1-5/+43
2023-06-21net/sched: act_pedit: remove extra check for key typePedro Tammela1-22/+7
2023-06-21net/sched: simplify tcf_pedit_actPedro Tammela1-70/+67
2023-06-21ping6: Fix send to link-local addresses with VRF.Guillaume Nault1-1/+2
2023-06-21netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso1-1/+2
2023-06-21netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso1-1/+2
2023-06-21netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2-15/+96
2023-06-21wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter1-3/+0
2023-06-21wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg1-2/+2
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold1-0/+3
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
2023-06-14mptcp: update userspace pm infosGeliang Tang2-4/+24
2023-06-14mptcp: add address into userspace pm listGeliang Tang1-0/+41