summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-06-229-96/+417
|\
| * netfilter: nf_tables: Fix for deleting base chains with payloadPhil Sutter2023-06-201-7/+9
| * netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2023-06-202-1/+1
| * netfilter: nf_tables: drop module reference after updating chainPablo Neira Ayuso2023-06-201-0/+2
| * netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso2023-06-201-0/+7
| * netfilter: nf_tables: disallow updates of anonymous setsPablo Neira Ayuso2023-06-201-0/+3
| * netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso2023-06-201-0/+13
| * netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-06-201-3/+32
| * netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso2023-06-201-2/+5
| * netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso2023-06-201-8/+5
| * netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso2023-06-201-1/+5
| * netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-205-31/+163
| * netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-06-202-7/+41
| * netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2023-06-202-40/+133
| * ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-191-0/+2
* | revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski2023-06-221-6/+0
* | sch_netem: acquire qdisc lock in netem_change()Eric Dumazet2023-06-221-2/+6
* | wifi: mac80211: report all unusable beacon framesBenjamin Berg2023-06-211-1/+1
* | mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni2023-06-212-12/+20
* | mptcp: drop legacy code around RX EOFPaolo Abeni2023-06-212-53/+1
* | mptcp: consolidate fallback and non fallback state machinePaolo Abeni2023-06-212-33/+25
* | mptcp: fix possible list corruption on passive MPJPaolo Abeni2023-06-211-3/+9
* | mptcp: fix possible divide by zero in recvmsg()Paolo Abeni2023-06-211-0/+7
* | mptcp: handle correctly disconnect() failuresPaolo Abeni2023-06-211-6/+14
* | Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-06-207-8/+78
|\ \
| * | xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-162-0/+6
| * | xfrm: Use xfrm_state selector for BEET inputHerbert Xu2023-06-121-4/+3
| * | xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2023-06-092-0/+4
| * | xfrm: add missed call to delete offloaded policiesLeon Romanovsky2023-06-071-0/+2
| * | xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong2023-05-211-4/+50
| * | xfrm: Treat already-verified secpath entries as optionalBenedict Wong2023-05-212-0/+13
* | | net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean2023-06-201-1/+23
* | | Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2023-06-202-2/+2
|\ \ \ | |_|/ |/| |
| * | ieee802154: Replace strlcpy with strscpyAzeem Shaikh2023-06-162-2/+2
* | | dccp: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+3
* | | udplite: Print deprecation notice.Kuniyuki Iwashima2023-06-152-0/+6
* | | net: tipc: resize nlattr array to correct sizeLin Ma2023-06-151-2/+2
* | | net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov2023-06-141-5/+7
* | | net/handshake: remove fput() that causes use-after-freeLin Ma2023-06-142-5/+0
* | | Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-06-149-18/+30
|\ \ \
| * | | wifi: mac80211: fragment per STA profile correctlyBenjamin Berg2023-06-123-5/+6
| * | | wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-06-091-3/+3
| * | | wifi: cfg80211: remove links only on APJohannes Berg2023-06-091-1/+8
| * | | wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-091-1/+8
| * | | wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg2023-06-091-3/+3
| * | | wifi: mac80211: fix link activation settings orderJohannes Berg2023-06-091-2/+2
| * | | wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter2023-06-091-3/+0
* | | | net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2023-06-142-8/+34
* | | | net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye2023-06-141-10/+10
* | | | net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2023-06-143-6/+20