aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-22can: isotp: isotp_sendmsg(): fix return error fix on TX pathGravatar Oliver Hartkopp 1-2/+3
2023-06-21wifi: mac80211: report all unusable beacon framesGravatar Benjamin Berg 1-1/+1
2023-06-21mptcp: ensure listener is unhashed before updating the sk statusGravatar Paolo Abeni 2-12/+20
2023-06-21mptcp: drop legacy code around RX EOFGravatar Paolo Abeni 2-53/+1
2023-06-21mptcp: consolidate fallback and non fallback state machineGravatar Paolo Abeni 2-33/+25
2023-06-21mptcp: fix possible list corruption on passive MPJGravatar Paolo Abeni 1-3/+9
2023-06-21mptcp: fix possible divide by zero in recvmsg()Gravatar Paolo Abeni 1-0/+7
2023-06-21mptcp: handle correctly disconnect() failuresGravatar Paolo Abeni 1-6/+14
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar David S. Miller 7-8/+78
2023-06-20net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Gravatar Vladimir Oltean 1-1/+23
2023-06-20Merge tag 'ieee802154-for-net-2023-06-19' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 2-2/+2
2023-06-16ieee802154: Replace strlcpy with strscpyGravatar Azeem Shaikh 2-2/+2
2023-06-16xfrm: Linearize the skb after offloading if needed.Gravatar Sebastian Andrzej Siewior 2-0/+6
2023-06-15dccp: Print deprecation notice.Gravatar Kuniyuki Iwashima 1-0/+3
2023-06-15udplite: Print deprecation notice.Gravatar Kuniyuki Iwashima 2-0/+6
2023-06-15net: tipc: resize nlattr array to correct sizeGravatar Lin Ma 1-2/+2
2023-06-14net/sched: cls_api: Fix lockup on flushing explicitly created chainGravatar Vlad Buslov 1-5/+7
2023-06-14net/handshake: remove fput() that causes use-after-freeGravatar Lin Ma 2-5/+0
2023-06-14Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 9-18/+30
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingGravatar Peilin Ye 2-8/+34
2023-06-14net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsGravatar Peilin Ye 1-10/+10
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tupleGravatar Paul Blakey 3-6/+20
2023-06-12xfrm: Use xfrm_state selector for BEET inputGravatar Herbert Xu 1-4/+3
2023-06-12sctp: fix an error code in sctp_sf_eat_auth()Gravatar Dan Carpenter 1-1/+1
2023-06-12sctp: handle invalid error codes without calling BUG()Gravatar Dan Carpenter 1-1/+4
2023-06-12wifi: mac80211: fragment per STA profile correctlyGravatar Benjamin Berg 3-5/+6
2023-06-10Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar David S. Miller 3-17/+100
2023-06-10netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Gravatar Dmitry Mastykin 1-1/+2
2023-06-09wifi: mac80211: Use active_links instead of valid_links in TxGravatar Ilan Peer 1-3/+3
2023-06-09wifi: cfg80211: remove links only on APGravatar Johannes Berg 1-1/+8
2023-06-09wifi: mac80211: take lock before setting vif linksGravatar Benjamin Berg 1-1/+8
2023-06-09wifi: cfg80211: fix link del callback to call correct handlerGravatar Benjamin Berg 1-3/+3
2023-06-09wifi: mac80211: fix link activation settings orderGravatar Johannes Berg 1-2/+2
2023-06-09wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Gravatar Dan Carpenter 1-3/+0
2023-06-09net/sched: cls_u32: Fix reference counter leak leading to overflowGravatar Lee Jones 1-8/+10
2023-06-09net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqGravatar Zhengchao Shao 1-0/+3
2023-06-09net/sched: act_pedit: Parse L3 Header for L4 offsetGravatar Max Tottenham 1-5/+43
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsGravatar Maciej Żenczykowski 2-0/+4
2023-06-08ping6: Fix send to link-local addresses with VRF.Gravatar Guillaume Nault 1-1/+2
2023-06-08netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEGravatar Pablo Neira Ayuso 1-1/+2
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 44-177/+344
2023-06-07Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...Gravatar Jakub Kicinski 1-1/+1
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-1/+2
2023-06-08netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMGravatar Pablo Neira Ayuso 1-1/+2
2023-06-08netfilter: nf_tables: integrate pipapo into commit protocolGravatar Pablo Neira Ayuso 2-15/+96
2023-06-07net: sched: fix possible refcount leak in tc_chain_tmplt_add()Gravatar Hangyu Hua 1-0/+1
2023-06-07net: sched: act_police: fix sparse errors in tcf_police_dump()Gravatar Eric Dumazet 1-5/+5
2023-06-07net: openvswitch: fix upcall counter access before allocationGravatar Eelco Chaudron 2-21/+16
2023-06-07net: sched: move rtm_tca_policy declaration to include fileGravatar Eric Dumazet 1-2/+0
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingGravatar Eric Dumazet 11-41/+58