summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-14mptcp: pm: fix backup support in signal endpointsMatthieu Baerts (NGI0)5-0/+54
2024-08-14mptcp: export local_addressGeliang Tang2-9/+9
2024-08-14mptcp: mib: count MPJ with backup flagMatthieu Baerts (NGI0)3-0/+10
2024-08-14SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-14wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2
2024-08-14af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect().Kuniyuki Iwashima1-25/+9
2024-08-14wifi: nl80211: disallow setting special AP channel widthsJohannes Berg1-0/+27
2024-08-14l2tp: fix lockdep splatJames Chapman1-2/+13
2024-08-14Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitorAnton Khirnov1-0/+14
2024-08-14Bluetooth: l2cap: always unlock channel in l2cap_conless_channel()Dmitry Antipov1-0/+1
2024-08-14net: linkwatch: use system_unbound_wqEric Dumazet1-2/+2
2024-08-14net: bridge: mcast: wait for previous gc cycles when removing portNikolay Aleksandrov1-3/+1
2024-08-14sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-08-11netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev1-0/+3
2024-08-11mptcp: fix duplicate data handlingPaolo Abeni1-4/+12
2024-08-11mptcp: pm: only set request_bkup flag when sending MP_PRIOMatthieu Baerts (NGI0)1-1/+0
2024-08-11mptcp: fix bad RCVPRUNED mib accountingPaolo Abeni1-4/+4
2024-08-11mptcp: fix NL PM announced address accountingPaolo Abeni1-4/+6
2024-08-11mptcp: distinguish rcv vs sent backup flag in requestsMatthieu Baerts (NGI0)3-1/+3
2024-08-11mptcp: fix user-space PM announced address accountingPaolo Abeni1-4/+13
2024-08-11mptcp: sched: check both directions for backupMatthieu Baerts (NGI0)1-4/+6
2024-08-11ipv6: fix ndisc_is_useropt() handling for PIOMaciej Żenczykowski1-16/+18
2024-08-11netfilter: iptables: Fix potential null-ptr-deref in ip6table_nat_table_init().Kuniyuki Iwashima1-5/+9
2024-08-11netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().Kuniyuki Iwashima1-8/+10
2024-08-11net/iucv: fix use after free in iucv_sock_close()Alexandra Winter1-2/+2
2024-08-11rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima1-1/+1
2024-08-11Bluetooth: hci_sync: Fix suspending with wrong filter policyLuiz Augusto von Dentz1-0/+21
2024-08-11sched: act_ct: take care of padding in struct zones_ht_keyEric Dumazet1-1/+3
2024-08-11sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh1-1/+0
2024-08-03bpf: Fix a segment issue when downgrading gso_sizeFred Li1-4/+11
2024-08-03net: nexthop: Initialize all fields in dumped nexthopsPetr Machata1-3/+4
2024-08-03tipc: Return non-zero value from tipc_udp_addr2str() on errorShigeru Yoshida1-1/+4
2024-08-03netfilter: nft_set_pipapo_avx2: disable softinterruptsFlorian Westphal1-2/+10
2024-08-03ipv4: Fix incorrect source address in Record Route optionIdo Schimmel1-1/+1
2024-08-03af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhashMichal Luczaj2-1/+43
2024-08-03wifi: mac80211: check basic rates validityJohannes Berg1-10/+11
2024-08-03wifi: mac80211: track capability/opmode NSS separatelyJohannes Berg5-28/+30
2024-08-03wifi: mac80211: Allow NSS change only up to capabilityRameshkumar Sundaram1-5/+20
2024-08-03ipv6: take care of scope when choosing the src addrNicolas Dichtel1-1/+2
2024-08-03ipv4: fix source address selection with route leakNicolas Dichtel1-2/+11
2024-08-03af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du1-2/+84
2024-08-03ipv4: Fix incorrect TOS in fibmatch route get replyIdo Schimmel1-1/+1
2024-08-03ipv4: Fix incorrect TOS in route get replyIdo Schimmel2-7/+8
2024-08-03net: flow_dissector: use DEBUG_NET_WARN_ON_ONCEPablo Neira Ayuso1-1/+1
2024-08-03netfilter: nf_set_pipapo: fix initial map fillFlorian Westphal3-6/+29
2024-08-03netfilter: nft_set_pipapo: constify lookup fn args where possibleFlorian Westphal3-35/+48
2024-08-03netfilter: ctnetlink: use helper function to calculate expect IDPablo Neira Ayuso1-1/+2
2024-08-03SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2
2024-08-03xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2-2/+17
2024-08-03net: bridge: mst: Check vlan state for egress decisionElliot Ayrey1-2/+2