summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-12sctp: handle invalid error codes without calling BUG()Dan Carpenter1-1/+4
2023-06-10Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller3-17/+100
2023-06-10netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2
2023-06-09net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-8/+10
2023-06-09net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao1-0/+3
2023-06-09net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham1-5/+43
2023-06-09ping6: Fix send to link-local addresses with VRF.Guillaume Nault1-1/+2
2023-06-08netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso1-1/+2
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds44-177/+344
2023-06-08Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...Jakub Kicinski1-1/+1
2023-06-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2023-06-08netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso1-1/+2
2023-06-08netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2-15/+96
2023-06-07net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-07net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet1-5/+5
2023-06-07net: openvswitch: fix upcall counter access before allocationEelco Chaudron2-21/+16
2023-06-07net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet11-41/+58
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-06-07Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski5-37/+75
2023-06-07Merge tag 'nf-23-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski4-2/+15
2023-06-07Merge tag 'wireless-2023-06-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski7-12/+27
2023-06-07tcp: gso: really support BIG TCPEric Dumazet1-10/+9
2023-06-07ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-18/+11
2023-06-07netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso1-1/+1
2023-06-07netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima1-0/+8
2023-06-07netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout1-0/+3
2023-06-07netfilter: nft_bitwise: fix register trackingJeremy Sowden1-1/+1
2023-06-07netfilter: nf_tables: Add null check for nla_nest_start_noflag() in nft_dump_...Gavrilov Ilia1-0/+2
2023-06-06wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg1-2/+2
2023-06-06wifi: cfg80211: fix locking in sched scan stop workJohannes Berg1-2/+2
2023-06-06wifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh1-1/+1
2023-06-06wifi: mac80211: don't translate beacon/presp addrsJohannes Berg1-1/+3
2023-06-06wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg1-1/+7
2023-06-06wifi: cfg80211: reject bad AP MLD addressJohannes Berg1-0/+2
2023-06-06wifi: mac80211: use correct iftype HE capJohannes Berg1-5/+10
2023-06-06Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim1-0/+9
2023-06-06Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen1-18/+26
2023-06-06Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen1-0/+2
2023-06-06Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu1-0/+4
2023-06-06Bluetooth: fix debugfs registrationJohan Hovold1-0/+3
2023-06-06Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2-6/+16
2023-06-06Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
2023-06-06Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen1-7/+6
2023-06-06Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen1-2/+5
2023-06-05mptcp: update userspace pm infosGeliang Tang2-4/+24
2023-06-05mptcp: add address into userspace pm listGeliang Tang1-0/+41
2023-06-05mptcp: only send RM_ADDR in nl_cmd_removeGeliang Tang3-1/+20
2023-06-05Merge tag 'linux-can-fixes-for-6.4-20230605' of git://git.kernel.org/pub/scm/...David S. Miller2-11/+18
2023-06-05net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet1-1/+7