summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2-6/+34
2024-11-01net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-11-01net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-1/+7
2024-11-01net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso3-2/+3
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger3-0/+20
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger4-52/+60
2024-11-01Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet3-22/+18
2024-11-01tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-5/+16
2024-11-01net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-11-01ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen1-3/+5
2024-10-22mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
2024-10-22tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-3/+1
2024-10-22Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson1-5/+1
2024-10-22Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-10-22Bluetooth: Call iso_exit() on module unloadAaron Thompson1-0/+2
2024-10-22devlink: bump the instance index directly when iteratingJakub Kicinski1-25/+10
2024-10-22devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski1-13/+8
2024-10-22mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)1-1/+1
2024-10-17mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)1-1/+2
2024-10-17mptcp: handle consistently DSS corruptionPaolo Abeni4-4/+28
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-1/+2
2024-10-17net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin1-1/+6
2024-10-17mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)1-1/+1
2024-10-17wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge1-8/+9
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima4-35/+65
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2-5/+4
2024-10-17netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal16-165/+422
2024-10-17sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-10-17net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-10-17Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-17netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5
2024-10-17tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell1-0/+13
2024-10-17tcp: fix to allow timestamp undo if no retransmits were sentNeal Cardwell1-2/+16
2024-10-17netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman2-9/+6
2024-10-17Bluetooth: Fix usage of __hci_cmd_sync_statusLuiz Augusto von Dentz1-15/+12
2024-10-17Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz1-8/+5
2024-10-17gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn1-2/+20
2024-10-17wifi: mac80211: fix RCU list iterationsJohannes Berg4-4/+8
2024-10-17tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() processJason Xing1-0/+3
2024-10-17ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP familyIdo Schimmel1-1/+1
2024-10-17ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR).Kuniyuki Iwashima1-4/+2
2024-10-17tipc: guard against string buffer overrunSimon Horman1-2/+6
2024-10-17net: sched: consistently use rcu_replace_pointer() in taprio_change()Dmitry Antipov1-1/+3