summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-11-01Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz
2024-11-01net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov
2024-11-01net: sched: fix use-after-free in taprio_change()Dmitry Antipov
2024-11-01net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean
2024-11-01bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso
2024-11-01netfilter: bpf: must hold reference on net namespaceFlorian Westphal
2024-11-01xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-01bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj
2024-11-01vsock: Update msg_count on read_skb()Michal Luczaj
2024-11-01vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-11-01Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-11-01bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-11-01tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima
2024-11-01net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing
2024-11-01net/smc: Fix memory leak when using percpu refsKai Shen
2024-11-01ipv4: give an IPv4 dev to blackhole_netdevXin Long
2024-11-01bpf: Make sure internal and UAPI bpf_redirect flags don't overlapToke Høiland-Jørgensen
2024-10-22Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson
2024-10-22Bluetooth: Remove debugfs directory on module init failureAaron Thompson
2024-10-22Bluetooth: Call iso_exit() on module unloadAaron Thompson
2024-10-22mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni
2024-10-22tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-22udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki
2024-10-22mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflowMatthieu Baerts (NGI0)
2024-10-17mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)
2024-10-17mptcp: handle consistently DSS corruptionPaolo Abeni
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva
2024-10-17net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin
2024-10-17mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)
2024-10-17Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz
2024-10-17net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe
2024-10-17phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-17rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-17net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-10-17net: dsa: refuse cross-chip mirroring operationsVladimir Oltean
2024-10-17netfilter: fib: check correct rtable in vrf setupsFlorian Westphal
2024-10-17netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal