summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
20 hoursnet: gro: don't merge zcopy skbsSabrina Dubroca1-0/+3
20 hourstcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet4-14/+10
20 hoursbpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang1-2/+7
20 hoursrxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsgDavid Howells8-120/+201
20 hourscrypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells1-2/+13
20 hoursnet: shaper: rework the VALID marking (again)Jakub Kicinski1-27/+18
20 hoursnet: shaper: annotate the data racesJakub Kicinski1-15/+38
20 hoursudp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman1-3/+6
20 hoursudp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska1-11/+2
20 hoursBluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...Luiz Augusto von Dentz1-3/+3
20 hourswifi: mac80211: fix multi-link element inheritanceJohannes Berg1-3/+33
20 hourswifi: mac80211: fix MLE defragmentationJohannes Berg1-40/+31
20 hourswifi: mac80211: bounds-check link_id in ieee80211_ml_epcsAlexandru Hossu1-0/+3
20 hoursbridge: mcast: Fix a possible use-after-free when removing a bridge portIdo Schimmel1-5/+17
20 hoursnetfilter: nft_inner: release local_lock before re-enabling softirqsFlorian Westphal1-1/+1
20 hoursvsock/virtio: fix zerocopy completion for multi-skb sendsStefano Garzarella1-49/+34
20 hourstls: Preserve sk_err across recvmsg() when data has been copiedChuck Lever1-6/+14
20 hoursnet: tls: prevent chain-after-chain in plain text SGJakub Kicinski1-6/+18
20 hoursnet: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ringJakub Kicinski1-4/+2
20 hoursnet/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slotXiang Mei1-1/+2
20 hoursethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
20 hoursnet/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei1-1/+1
20 hoursnet: shaper: reject QUEUE scope handle with missing idJakub Kicinski1-2/+7
20 hoursnet: shaper: enforce singleton NETDEV scope with id 0Jakub Kicinski1-0/+6
20 hoursnet: shaper: fix undersized reply skb allocation in GROUP commandJakub Kicinski1-2/+8
20 hoursnet: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doitJakub Kicinski1-1/+3
20 hoursnet: shaper: reject duplicate leaves in GROUP requestJakub Kicinski1-15/+45
20 hoursnet: shaper: fix trivial ordering issue in net_shaper_commit()Jakub Kicinski1-1/+10
20 hoursnet: shaper: flip the polarity of the valid flagJakub Kicinski1-17/+17
20 hourstcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima1-1/+2
20 hoursnet: shaper: Reject reparenting of existing nodesMohsin Bashir1-7/+23
20 hoursnet: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea1-9/+12
20 hourstcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
20 hoursnetfilter: nf_conntrack_expect: restore helper propagation via expectationPablo Neira Ayuso7-11/+35
20 hoursnetfilter: bridge: eb_tables: close module init raceFlorian Westphal1-5/+6
20 hoursnetfilter: x_tables: close dangling table module init raceFlorian Westphal9-99/+105
20 hoursnetfilter: ebtables: close dangling table module init raceFlorian Westphal3-20/+14
20 hoursnetfilter: ebtables: move to two-stage removal schemeFlorian Westphal4-26/+40
20 hoursnetfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal6-36/+82
20 hoursnetfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal15-36/+40
20 hoursnetfilter: x_tables: unregister the templates firstFlorian Westphal9-9/+9
20 hoursnetfilter: x_tables: allocate hook ops while under mutexFlorian Westphal4-110/+54
20 hoursnetfilter: x_tables: allow initial table replace without emitting audit log m...Florian Westphal1-9/+20
20 hoursbatman-adv: tt: prevent TVLV entry number overflowSven Eckelmann1-3/+17
20 hoursbatman-adv: tt: fix negative tt_buff_lenSven Eckelmann1-1/+1
20 hoursbatman-adv: tt: fix negative last_changeset_lenSven Eckelmann1-1/+1
20 hoursbatman-adv: tt: avoid empty VLAN responsesSven Eckelmann1-3/+17
20 hoursbatman-adv: tt: reject oversized local TVLV buffersSven Eckelmann1-3/+5
20 hoursbatman-adv: tt: fix TOCTOU race for reported vlansSven Eckelmann1-4/+9
20 hoursbatman-adv: tp_meter: avoid role confusion in tp_listSven Eckelmann1-23/+36