summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge2-1/+4
2024-09-04net:rds: Fix possible deadlock in rds_message_putAllison Henderson1-2/+11
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1
2024-09-04nfsd: Don't call freezable_schedule_timeout() after each successful page allo...Kuniyuki Iwashima1-1/+1
2024-09-04Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman1-0/+4
2024-09-04ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-09-04netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-09-04ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-09-04netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior1-0/+5
2024-09-04kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+4
2024-09-04Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz1-72/+72
2024-09-04Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-09-04s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev1-2/+1
2024-09-04Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-09-04netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet1-7/+6
2024-09-04wifi: mac80211: fix BA session teardown raceJohannes Berg3-8/+15
2024-09-04netfilter: flowtable: initialise extack before useDonald Hunter1-1/+1
2024-09-04mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-19wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet1-1/+5
2024-08-19netfilter: nf_tables: prefer nft_chain_validateFlorian Westphal1-114/+13
2024-08-19netfilter: nf_tables: allow clone callbacks to sleepPablo Neira Ayuso4-8/+8
2024-08-19netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso4-10/+23
2024-08-19netfilter: nf_tables: set element extended ACK reporting supportPablo Neira Ayuso1-4/+9
2024-08-19mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)4-0/+32
2024-08-19mptcp: export local_addressGeliang Tang2-5/+5
2024-08-19mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-08-19mptcp: fix NL PM announced address accountingPaolo Abeni1-0/+1
2024-08-19mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-2/+4
2024-08-19mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-08-19SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-19wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-08-19l2tp: fix lockdep splatJames Chapman1-2/+13
2024-08-19Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-19net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-19sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-08-19sctp: move hlist_node and hashent out of sctp_ep_commonXin Long3-26/+17
2024-08-19netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev1-0/+3
2024-08-19mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-19ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-19net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-08-19sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet1-1/+3
2024-08-19bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-08-19net: nexthop: Initialize all fields in dumped nexthopsPetr Machata1-3/+4
2024-08-19tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-08-19netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal1-2/+10
2024-08-19ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-19ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-08-19af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du1-2/+84
2024-08-19netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso1-1/+2
2024-08-19SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2