summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov-50/+64
2025-04-28net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pidChristian Brauner-10/+12
2025-04-26Merge tag 'nfsd-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds-5/+1
2025-04-26Revert "sunrpc: clean cache_detail immediately when flush is written frequently"Chuck Lever-5/+1
2025-04-26net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pidChristian Brauner-11/+74
2025-04-25Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-23/+0
2025-04-25Bluetooth: L2CAP: copy RX timestamp to new fragmentsPauli Virtanen-0/+3
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz-104/+83
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz-100/+85
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris-0/+2
2025-04-24tcp: fastopen: note that a child socket was createdJeremy Harris-0/+2
2025-04-24net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"Colin Ian King-1/+1
2025-04-24rxrpc: rxgk: Fix some reference count leaksDan Carpenter-3/+7
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski-3/+4
2025-04-24rxrpc: Remove deadcodeDr. David Alan Gilbert-50/+0
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-23/+70
2025-04-24Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-1/+7
2025-04-24net: cgroup: Guard users of sock_cgroup_classid()Michal Koutný-1/+10
2025-04-24netfilter: xt_cgroup: Make it independent from net_clsMichal Koutný-1/+18
2025-04-24netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()Easwar Hariharan-6/+6
2025-04-24ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.Kuniyuki Iwashima-8/+14
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima-8/+49
2025-04-24ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().Kuniyuki Iwashima-7/+14
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima-5/+21
2025-04-24ipv6: Factorise ip6_route_multipath_add().Kuniyuki Iwashima-75/+130
2025-04-24ipv6: Rename rt6_nh.next to rt6_nh.list.Kuniyuki Iwashima-7/+7
2025-04-24ipv6: Don't pass net to ip6_route_info_append().Kuniyuki Iwashima-4/+2
2025-04-24ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().Kuniyuki Iwashima-4/+15
2025-04-24ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().Kuniyuki Iwashima-3/+22
2025-04-24ipv6: Split ip6_route_info_create().Kuniyuki Iwashima-33/+62
2025-04-24ipv6: Move nexthop_find_by_id() after fib6_info_alloc().Kuniyuki Iwashima-16/+18
2025-04-24ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().Kuniyuki Iwashima-7/+9
2025-04-24ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().Kuniyuki Iwashima-37/+42
2025-04-24ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.Kuniyuki Iwashima-20/+28
2025-04-24ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().Kuniyuki Iwashima-39/+43
2025-04-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski-1/+278
2025-04-23net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang-4/+10
2025-04-23net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang-2/+7
2025-04-23mptcp: pm: Defer freeing of MPTCP userspace path manager entriesMat Martineau-1/+5
2025-04-23net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET...Kuniyuki Iwashima-6/+6
2025-04-23selftests/bpf: Add test to access const void pointer argument in tracing programKaFai Wan-1/+7
2025-04-23wifi: mac80211: restructure tx profile retrieval for MLO MBSSIDRameshkumar Sundaram-45/+96
2025-04-23wifi: nl80211: add link id of transmitted profile for MLO MBSSIDRameshkumar Sundaram-1/+23
2025-04-23wifi: mac80211: update ML STA with EML capabilitiesRamasamy Kaliappan-0/+3
2025-04-23wifi: cfg80211: Add support to get EMLSR capabilities of non-AP MLDRamasamy Kaliappan-0/+18
2025-04-23wifi: mac80211: VLAN traffic in multicast pathMuna Sinada-2/+4
2025-04-23wifi: mac80211: Create separate links for VLAN interfacesMuna Sinada-5/+103
2025-04-23wifi: mac80211: Add link iteration macro for link dataMuna Sinada-0/+9
2025-04-23wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.cJulian Vetter-1/+1
2025-04-23Revert "mac80211: Dynamically set CoDel parameters per station"Toke Høiland-Jørgensen-55/+1