summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2023-07-01can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp
2023-07-01mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni
2023-06-28revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski
2023-06-28sch_netem: acquire qdisc lock in netem_change()Eric Dumazet
2023-06-28netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso
2023-06-28netfilter: nf_tables: disallow updates of anonymous setsPablo Neira Ayuso
2023-06-28netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso
2023-06-28netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso
2023-06-28netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso
2023-06-28netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso
2023-06-28netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-06-28netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso
2023-06-28ipvs: align inner_mac_header for encapsulationTerin Stock
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-28xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski
2023-06-28xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong
2023-06-28xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong
2023-06-28mptcp: consolidate fallback and non fallback state machinePaolo Abeni
2023-06-28mptcp: fix possible list corruption on passive MPJPaolo Abeni
2023-06-28mptcp: fix possible divide by zero in recvmsg()Paolo Abeni
2023-06-28mptcp: handle correctly disconnect() failuresPaolo Abeni
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-06-21net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu
2023-06-21Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu
2023-06-21net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela
2023-06-21net: tipc: resize nlattr array to correct sizeLin Ma
2023-06-21net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov
2023-06-21net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-21net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye
2023-06-21sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu
2023-06-21sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter
2023-06-21wifi: mac80211: take lock before setting vif linksBenjamin Berg
2023-06-21wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg
2023-06-21wifi: mac80211: fix link activation settings orderJohannes Berg
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones
2023-06-21net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham
2023-06-21net/sched: act_pedit: remove extra check for key typePedro Tammela
2023-06-21net/sched: simplify tcf_pedit_actPedro Tammela
2023-06-21ping6: Fix send to link-local addresses with VRF.Guillaume Nault
2023-06-21netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso
2023-06-21netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso
2023-06-21netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso
2023-06-21wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter
2023-06-21wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz
2023-06-14mptcp: update userspace pm infosGeliang Tang
2023-06-14mptcp: add address into userspace pm listGeliang Tang