summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-05-21net: add debug checks in ____napi_schedule() and napi_poll()Eric Dumazet
2025-05-21net: remove skb_copy_and_hash_datagram_iter()Eric Biggers
2025-05-21net: add skb_copy_and_crc32c_datagram_iter()Eric Biggers
2025-05-21net: fold __skb_checksum() into skb_checksum()Eric Biggers
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers
2025-05-21net: use skb_crc32c() in skb_crc32c_csum_help()Eric Biggers
2025-05-21net: add skb_crc32c()Eric Biggers
2025-05-21net: introduce CONFIG_NET_CRC32CEric Biggers
2025-05-20ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.Kuniyuki Iwashima
2025-05-20ipv6: Pass gfp_flags down to ip6_route_info_create_nh().Kuniyuki Iwashima
2025-05-20Revert "ipv6: Factorise ip6_route_multipath_add()."Kuniyuki Iwashima
2025-05-20Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6loc...Kuniyuki Iwashima
2025-05-20ipv6: Narrow down RCU critical section in inet6_rtm_newroute().Kuniyuki Iwashima
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima
2025-05-20ipv6: Remove rcu_read_lock() in fib6_get_table().Kuniyuki Iwashima
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev
2025-05-20sctp: Do not wake readers in __sctp_write_space()Petr Malat
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet
2025-05-15tcp: increase tcp_rmem[2] to 32 MBEric Dumazet
2025-05-15tcp: always use tcp_limit_output_bytes limitationEric Dumazet
2025-05-15tcp: increase tcp_limit_output_bytes default value to 4MBEric Dumazet
2025-05-15tcp: skip big rtt sample if receive queue is not emptyEric Dumazet
2025-05-15tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2025-05-15tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15net: devmem: fix kernel panic when netlink socket close after module unloadTaehee Yoo
2025-05-15net/tls: fix kernel panic when alloc_page failedPengtao He
2025-05-15Merge tag 'wireless-2025-05-15' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-05-15rds: Use nested-BH locking for rds_page_remainderSebastian Andrzej Siewior
2025-05-15rds: Acquire per-CPU pointer within BH disabled sectionSebastian Andrzej Siewior
2025-05-15rds: Disable only bottom halves in rds_page_remainder_alloc()Sebastian Andrzej Siewior
2025-05-15mptcp: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior
2025-05-15net/sched: Use nested-BH locking for sch_frag_data_storageSebastian Andrzej Siewior
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-15openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Use nested-BH locking for ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Merge three per-CPU structures into oneSebastian Andrzej Siewior
2025-05-15xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]Sebastian Andrzej Siewior
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior
2025-05-15ipv6: sr: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior
2025-05-15ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-05-15net: dst_cache: Use nested-BH locking for dst_cache::cacheSebastian Andrzej Siewior
2025-05-15net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior
2025-05-15wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_requestKees Cook
2025-05-14openvswitch: Stricter validation for the userspace actionEelco Chaudron