summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-04Merge tag 'nf-25-09-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski1-11/+31
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-09-04netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIXPhil Sutter1-11/+31
2025-09-03ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet1-0/+4
2025-09-03mctp: return -ENOPROTOOPT for unknown getsockopt optionsAlok Tiwari1-1/+1
2025-09-03net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi1-2/+0
2025-09-03ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3
2025-09-03net: lockless sock_i_ino()Eric Dumazet3-24/+1
2025-09-03Merge tag 'wireless-2025-09-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+4
2025-09-03wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()Dan Carpenter1-1/+4
2025-09-02ipv6: annotate data-races around devconf->rpl_seg_enabledYue Haibing1-4/+2
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch1-17/+15
2025-09-02net: mctp: mctp_fraq_queue should take ownership of passed skbJeremy Kerr1-16/+19
2025-09-02net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian1-0/+3
2025-09-01Merge tag 'batadv-net-pullrequest-20250901' of https://git.open-mesh.org/linu...Jakub Kicinski1-1/+6
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse2-4/+8
2025-09-01Merge tag 'for-net-2025-08-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-0/+3
2025-08-31batman-adv: fix OOB read/write in network-coding decodeStanislav Fort1-1/+6
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-08-29Merge tag 'nf-25-08-27' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2-5/+2
2025-08-29Merge tag 'wireless-2025-08-28' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-8/+42
2025-08-29Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3
2025-08-28wifi: mac80211: do not permit 40 MHz EHT operation on 5/6 GHzBenjamin Berg2-5/+33
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-27net: rose: fix a typo in rose_clear_routes()Eric Dumazet1-1/+1
2025-08-27l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet1-17/+8
2025-08-27sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai1-2/+16
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai4-28/+32
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-9/+6
2025-08-27netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter1-2/+2
2025-08-27netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...Wang Liang1-3/+0
2025-08-26wifi: mac80211: increase scan_ies_len for S1GLachlan Hodges1-1/+6
2025-08-26wifi: mac80211: fix incorrect type for retLiao Yuanhong1-1/+1
2025-08-26wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov1-1/+2
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+12
2025-08-22Merge tag 'for-net-2025-08-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-24/+74
2025-08-22page_pool: fix incorrect mp_ops error handlingMina Almasry1-2/+4
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy2-4/+7
2025-08-22Bluetooth: hci_event: Disconnect device when BIG sync is lostYang Li2-1/+8
2025-08-22Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalancedLuiz Augusto von Dentz1-1/+11
2025-08-22Bluetooth: hci_event: Mark connection as closed during suspend disconnectLudovico de Nittis1-0/+6
2025-08-22Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as successLudovico de Nittis1-1/+1
2025-08-22Bluetooth: hci_conn: Make unacked packet handling more robustLuiz Augusto von Dentz1-17/+41
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon1-3/+5
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+14
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal2-7/+4
2025-08-21tls: fix handling of zero-length records on the rx_listJakub Kicinski1-1/+6
2025-08-20ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2025-08-20net, hsr: reject HSR frame if skb can't hold tagJakub Acs1-1/+7