summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-19netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2-4/+15
2023-07-19netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov1-1/+1
2023-07-19netfilter: conntrack: dccp: copy entire header to stack buffer, not just basi...Florian Westphal1-3/+49
2023-07-19net: nfc: Fix use-after-free caused by nfc_llcp_find_localLin Ma6-24/+77
2023-07-19netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-07-19netlink: fix potential deadlock in netlink_set_err()Eric Dumazet2-4/+6
2023-07-19bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever1-30/+39
2023-07-19bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever1-6/+18
2023-07-19bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever1-3/+60
2023-07-19wifi: cfg80211: fix regulatory disconnect with OCB/NANJohannes Berg2-20/+10
2023-07-19wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg1-143/+11
2023-07-19wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg1-89/+124
2023-07-19wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spamNicolas Cavallari1-3/+1
2023-07-19rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-07-19wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer1-1/+1
2023-07-19wifi: mac80211: recalc min chandef for new STA linksJohannes Berg1-0/+2
2023-07-19nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()Krzysztof Kozlowski1-1/+2
2023-07-19sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn1-0/+18
2023-07-19svcrdma: Prevent page release when nothing was receivedChuck Lever1-6/+6
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