summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-05-01ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6local LWT s...Andrea Mayer
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01Merge tag 'net-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-04-30xfrm: ipcomp: fix truesize computation on receiveSabrina Dubroca
2025-04-29Merge tag 'nf-next-25-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-04-29xsk: convert xdp_copy_frags_from_zc() to use page_pool_dev_alloc()Bui Quang Minh
2025-04-29xsk: respect the offsets when copying fragsBui Quang Minh
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung
2025-04-29ipv4: fib: Fix fib_info_hash_alloc() allocation typeKees Cook
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn
2025-04-29ipv4: prefer multipath nexthop that matches source addressWillem de Bruijn
2025-04-28net_sched: qfq: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-04-28net_sched: ets: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-04-28net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdiscVictor Nogueira
2025-04-28net_sched: drr: Fix double list add in class with netem as child qdiscVictor Nogueira
2025-04-29netfilter: nf_tables: export set count and backend name to userspaceFlorian Westphal
2025-04-29netfilter: conntrack: Remove redundant NFCT_ALIGN callXuanqiang Luo
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov
2025-04-28net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pidChristian Brauner
2025-04-26Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever
2025-04-26net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pidChristian Brauner
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-04-25Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris
2025-04-24tcp: fastopen: note that a child socket was createdJeremy Harris
2025-04-24net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"Colin Ian King
2025-04-24rxrpc: rxgk: Fix some reference count leaksDan Carpenter
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2025-04-24rxrpc: Remove deadcodeDr. David Alan Gilbert
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-24Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-04-24net: cgroup: Guard users of sock_cgroup_classid()Michal Koutný
2025-04-24netfilter: xt_cgroup: Make it independent from net_clsMichal Koutný
2025-04-24netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-04-24ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima
2025-04-24ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().Kuniyuki Iwashima
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima
2025-04-24ipv6: Factorise ip6_route_multipath_add().Kuniyuki Iwashima
2025-04-24ipv6: Rename rt6_nh.next to rt6_nh.list.Kuniyuki Iwashima
2025-04-24ipv6: Don't pass net to ip6_route_info_append().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Split ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Move nexthop_find_by_id() after fib6_info_alloc().Kuniyuki Iwashima