summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | | | sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-121-1/+1
* | | | | | sctp: handle invalid error codes without calling BUG()Dan Carpenter2023-06-121-1/+4
* | | | | | Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-06-103-17/+100
|\ \ \ \ \ \
| * | | | | | netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso2023-06-081-1/+2
| * | | | | | netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso2023-06-081-1/+2
| * | | | | | netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2023-06-082-15/+96
* | | | | | | netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin2023-06-101-1/+2
* | | | | | | net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones2023-06-091-8/+10
* | | | | | | net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao2023-06-091-0/+3
* | | | | | | net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham2023-06-091-5/+43
* | | | | | | ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-081-1/+2
* | | | | | | Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-0844-177/+344
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...Jakub Kicinski2023-06-071-1/+1
| |\ \ \ \ \ \
| | * | | | | | batman-adv: Broken sync while rescheduling delayed workVladislav Efanov2023-05-261-1/+1
| * | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-071-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet2023-06-011-1/+2
| * | | | | | | | net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua2023-06-071-0/+1
| * | | | | | | | net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet2023-06-071-5/+5
| * | | | | | | | net: openvswitch: fix upcall counter access before allocationEelco Chaudron2023-06-072-21/+16