summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-09net: dsa: provide implementation of .support_eee()Russell King (Oracle)1-0/+16
2025-09-09net: dsa: add hook to determine whether EEE is supportedRussell King (Oracle)1-0/+8
2025-09-09batman-adv: fix OOB read/write in network-coding decodeStanislav Fort1-1/+6
2025-09-09net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-09-09ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet1-0/+4
2025-09-09mctp: return -ENOPROTOOPT for unknown getsockopt optionsAlok Tiwari1-1/+1
2025-09-09net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi1-2/+0
2025-09-09ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3
2025-09-09wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()Dan Carpenter1-1/+4
2025-09-09net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch1-17/+15
2025-09-09net: mctp: mctp_fraq_queue should take ownership of passed skbJeremy Kerr1-16/+19
2025-09-09net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian1-0/+3
2025-09-09icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse2-4/+8
2025-09-09net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-09-09Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3
2025-09-09netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter1-2/+2
2025-09-09netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...Wang Liang1-3/+0
2025-09-09wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov1-1/+2
2025-09-09Bluetooth: hci_sync: Avoid adding default advertising on startupYang Li1-1/+1
2025-09-04net: rose: fix a typo in rose_clear_routes()Eric Dumazet1-1/+1
2025-09-04l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet1-17/+8
2025-09-04sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
2025-09-04net: rose: include node references in rose_neigh refcountTakamitsu Iwai1-2/+16
2025-09-04net: rose: convert 'use' field to refcount_tTakamitsu Iwai4-28/+32
2025-09-04net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-9/+6
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+12
2025-09-04Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy2-4/+7
2025-09-04Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
2025-09-04Bluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis1-0/+6
2025-09-04Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis1-1/+1
2025-09-04net: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-28netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal2-7/+4
2025-08-28net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu1-1/+1
2025-08-28net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu1-2/+12
2025-08-28net/smc: fix UAF on smcsk after smc_listen_out()D. Wythe1-1/+2
2025-08-28ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He1-0/+3
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski1-0/+12
2025-08-28Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()Sergey Shtylyov1-1/+2
2025-08-28Bluetooth: hci_event: fix MTU for BN == 0 in CIS EstablishedPauli Virtanen1-4/+4
2025-08-28Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFFYang Li1-4/+8
2025-08-28Bluetooth: hci_sync: Fix scan state after PA Sync has been establishedLuiz Augusto von Dentz1-2/+5
2025-08-28net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang2-0/+18
2025-08-28tls: fix handling of zero-length records on the rx_listJakub Kicinski1-1/+6
2025-08-28mptcp: disable add_addr retransmission when timeout is 0Geliang Tang1-3/+10
2025-08-28mptcp: remove duplicate sk_reset_timer callGeliang Tang1-3/+2
2025-08-28mptcp: pm: kernel: flush: do not reset ADD_ADDR limitMatthieu Baerts (NGI0)1-1/+0
2025-08-28mptcp: drop skb if MPTCP skb extension allocation failsChristoph Paasch1-2/+4
2025-08-28ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2025-08-28net, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7
2025-08-28vsock/virtio: Validate length in packet header before skb_put()Will Deacon1-2/+10