summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2023-07-19netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-07-19netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov
2023-07-19netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal
2023-07-19net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma
2023-07-19netlink: do not hard code device address lenth in fdb dumpsEric Dumazet
2023-07-19netlink: fix potential deadlock in netlink_set_err()Eric Dumazet
2023-07-19bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever
2023-07-19bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever
2023-07-19bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever
2023-07-19wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg
2023-07-19wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg
2023-07-19wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg
2023-07-19wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari
2023-07-19rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer
2023-07-19wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer
2023-07-19wifi: mac80211: recalc min chandef for new STA linksJohannes Berg
2023-07-19nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski
2023-07-19sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-07-19svcrdma: Prevent page release when nothing was receivedChuck Lever
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