aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'kmalloc_obj-v7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-39/+30
12 daystreewide: refresh kmalloc_obj() conversionsKees Cook20-39/+30
12 daysMerge tag 'ceph-for-7.3-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+0
14 daysMerge tag 'net-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds50-377/+842
14 daysnet: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()HW He2-8/+29
2026-09-02net/rds: don't let rds_conn_shutdown() consume a concurrent dropAllison Henderson2-14/+38
2026-09-02net/rds: acquire the fastpath locks in rds_conn_shutdown()HÃ¥kon Bugge4-15/+55
2026-09-02net/rds: acquire RDS_IN_XMIT in rds_tcp_reset_callbacks()Allison Henderson1-25/+45
2026-09-02net/rds: tcp: don't force RDS_CONN_RESETTING over a concurrent shutdownGerd Rausch2-3/+20
2026-09-02net/rds: clear cp_flags bits individually in rds_conn_path_reset()Allison Henderson1-1/+9
2026-09-02net/rds: use clear_bit_unlock() in release_refill()Allison Henderson1-3/+2
2026-09-02net/rds: use wq_has_sleeper() in release_in_xmit()Allison Henderson1-1/+6
2026-09-02net: Remove conflicting altnames for dying netns in __dev_change_net_namespac...Kuniyuki Iwashima1-12/+13
2026-09-02net: bridge: mcast: don't truncate the port group walk on teardownJun Yang1-1/+12
2026-09-02net: qrtr: Send HELLO message on endpoint registerChris Lew2-36/+65
2026-09-02libceph: remove pinning assertion in ceph_msg_data_iter_next()Tal Zussman1-1/+0
2026-09-01net: psp: do not inherit the Rx association on cloneNorbert Szetei1-0/+3
2026-09-01mac802154: fix data race and NULL deref on local->assoc_devKaiwen Shi3-14/+45
2026-09-01af_packet: Don't cast tpacket_hdr.tp_len to int in tpacket_parse_header().Kuniyuki Iwashima1-2/+3
2026-08-31ipv6: sr: restore network header before routing and forwardingEric Dumazet1-2/+2
2026-08-31tipc: Dont send random pad bytes in RESET/ACTIVATE messagesDavid Laight1-3/+3
2026-08-31tipc: fix NULL deref in tipc_named_node_up() on empty publication listTung Nguyen1-4/+26
2026-08-31ipv6: udp: Create exceptions before socket matchingIdo Schimmel1-0/+13
2026-08-31ipv4: udp: Create exceptions before socket matchingIdo Schimmel1-0/+11
2026-08-31ipv6: Fix redirect exception creation for UDP/RAW socketsIdo Schimmel1-1/+1
2026-08-31ip6_gre: check tunnel info before xmit in ip6gre_tunnel_xmitEric Dumazet1-1/+5
2026-08-31ipv6: mcast: use jiffies_delta_to_clock_t() in igmp6_mc_seq_show()Eric Dumazet1-2/+2
2026-08-31ipv6: mcast: use rcu_assign_pointer() for __rcu list updatesEric Dumazet1-7/+13
2026-08-31ipv6: mcast: fix delay calculation in igmp6_join_group()Eric Dumazet1-2/+6
2026-08-31ipv6: mcast: use copy-on-write RCU updates in ip6_mc_source()Eric Dumazet1-42/+56
2026-08-31ipv6: mcast: fix RCU list diversion in ip6_mc_del1_src()Eric Dumazet1-7/+11
2026-08-31igmp: convert struct ip_sf_list to RCUEric Dumazet1-79/+131
2026-08-31Merge tag 'for-net-2026-08-31' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski3-10/+29
2026-08-31net/sched: cls_flower: validate mask pointer after nla_next()Aohan Mei1-0/+5
2026-08-31vsock/vmci: validate packet source for connected socketsDaehyeon Ko1-6/+28
2026-08-31vsock/virtio: validate packet source for connected socketsDaehyeon Ko2-1/+34
2026-08-31page_pool: keep frag_offset aligned for odd-sized requestsFlorian Schauer1-1/+2
2026-08-31net/sched: cls_u32: fix duplicate handle when node ID pool is exhaustedJamal Hadi Salim1-6/+26
2026-08-31net/iucv: fix the recvmsg window updateBryam Vargas1-17/+25
2026-08-31Bluetooth: L2CAP: clear FLAG_DEFER_SETUP only for same PID/PSMPauli Virtanen1-1/+4
2026-08-31Bluetooth: L2CAP: fix out-of-bounds write in l2cap_ecred_connectPauli Virtanen1-6/+14
2026-08-31Bluetooth: L2CAP: fix chan mode for LE_CONN_REQ + EXT_FLOWCTL pchanPauli Virtanen1-0/+8
2026-08-31Bluetooth: hci_core: Fix race condition during device registrationAleksandr Nogikh2-3/+3
2026-08-30sctp: validate chunk length in the inqueue parserCharles Vosburgh1-2/+4
2026-08-30raw: annotate disconnect-side IPv4 match writersXuanqiang Luo1-2/+2
2026-08-30sctp: fix soft lockup from unpadded ASCONF-ACK parameter iterationHenry Martin1-8/+6
2026-08-28sctp: fix a TOCTOU race in SCTP_CMD_TIMER_STARTXin Long1-10/+1
2026-08-28tcp: fix use-after-free in do_tcp_getsockopt(TCP_CC_INFO)Cen Zhang (Microsoft Security FORGE Labs)2-2/+4
2026-08-28tcp: fix use-after-free in do_tcp_getsockopt(TCP_CONGESTION)Cen Zhang (Microsoft Security FORGE Labs)5-8/+16
2026-08-28net/sched: act_api: fix skb sizing and action leak on reoffload deleteVictor Nogueira1-6/+11