summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-24page_pool: always add GFP_NOWARN for ATOMIC allocationsJakub Kicinski1-0/+6
2025-11-24udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari1-1/+1
2025-11-24netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal2-0/+55
2025-11-24wifi: mac80211: Fix HE capabilities element checkIlan Peer1-1/+1
2025-11-24net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-11-24ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing1-1/+3
2025-11-24rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur1-1/+1
2025-11-24net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-11-24net: When removing nexthops, don't call synchronize_net if it is not necessaryChristoph Paasch1-0/+6
2025-11-24net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas1-19/+31
2025-11-24bridge: Redirect to backup port when port is administratively downIdo Schimmel1-1/+2
2025-11-24bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+1
2025-11-24mptcp: fix MSG_PEEK stream corruptionPaolo Abeni1-11/+25
2025-11-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz2-4/+7
2025-11-24Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz1-1/+7
2025-11-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz2-3/+6
2025-11-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang1-3/+9
2025-11-24mptcp: restore window probePaolo Abeni1-1/+6
2025-11-24mptcp: drop bogus optimization in __mptcp_check_push()Paolo Abeni2-8/+5
2025-11-24Bluetooth: rfcomm: fix modem control handlingJohan Hovold1-15/+11
2025-11-02mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)1-0/+6
2025-11-02net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei3-27/+1
2025-10-29vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella1-19/+19
2025-10-29sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck1-3/+0
2025-10-23tls: don't rely on tx_work during send()Sabrina Dubroca1-0/+13
2025-10-23tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca1-2/+4
2025-10-23tls: always set record_type in tls_process_cmsgSabrina Dubroca1-5/+2
2025-10-23tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca1-3/+4
2025-10-23net: tls: wait for async completion on last messageSascha Hauer1-1/+1
2025-10-23tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca1-1/+4
2025-10-23tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet1-4/+15
2025-10-23net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov2-16/+1
2025-10-19mptcp: pm: in-kernel: usable client side with C-flagMatthieu Baerts (NGI0)3-3/+64
2025-10-19sctp: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2025-10-19bridge: br_vlan_fill_forward_path_pvid: use br_vlan_group_rcu()Eric Woudstra1-1/+1
2025-10-19netfilter: nft_objref: validate objref and objrefmap expressionsFernando Fernandez Mancera1-0/+39
2025-10-19netfilter: nf_tables: drop unused 3rd argument from validate callback opsFlorian Westphal23-51/+26
2025-10-19bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}Daniel Borkmann1-0/+2
2025-10-19tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet1-1/+4
2025-10-19tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima1-1/+0
2025-10-19net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov1-1/+2
2025-10-15sunrpc: fix null pointer dereference on zero-length checksumLei Lu1-1/+1
2025-10-15net: nfc: nci: Add parameter validation for packet dataDeepak Sharma1-36/+99
2025-10-15Bluetooth: hci_sync: Fix using random address for BIG/PA advertisementsLuiz Augusto von Dentz1-4/+6
2025-10-15Bluetooth: ISO: don't leak skb in ISO_CONT RXPauli Virtanen1-1/+1
2025-10-15Bluetooth: ISO: Fix possible UAF on iso_conn_freeLuiz Augusto von Dentz1-0/+7
2025-10-15Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2025-10-15ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-10-15wifi: mac80211: fix Rx packet handling when pubsta information is not availableAditya Kumar Singh1-6/+22