index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2025-05-21
net: add debug checks in ____napi_schedule() and napi_poll()
Eric Dumazet
2025-05-21
net: remove skb_copy_and_hash_datagram_iter()
Eric Biggers
2025-05-21
net: add skb_copy_and_crc32c_datagram_iter()
Eric Biggers
2025-05-21
net: fold __skb_checksum() into skb_checksum()
Eric Biggers
2025-05-21
sctp: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
2025-05-21
net: use skb_crc32c() in skb_crc32c_csum_help()
Eric Biggers
2025-05-21
net: add skb_crc32c()
Eric Biggers
2025-05-21
net: introduce CONFIG_NET_CRC32C
Eric Biggers
2025-05-20
ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.
Kuniyuki Iwashima
2025-05-20
ipv6: Pass gfp_flags down to ip6_route_info_create_nh().
Kuniyuki Iwashima
2025-05-20
Revert "ipv6: Factorise ip6_route_multipath_add()."
Kuniyuki Iwashima
2025-05-20
Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6loc...
Kuniyuki Iwashima
2025-05-20
ipv6: Narrow down RCU critical section in inet6_rtm_newroute().
Kuniyuki Iwashima
2025-05-20
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
2025-05-20
ipv6: Remove rcu_read_lock() in fib6_get_table().
Kuniyuki Iwashima
2025-05-20
selftests: net: validate team flags propagation
Stanislav Fomichev
2025-05-20
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
2025-05-16
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
2025-05-15
tcp: increase tcp_rmem[2] to 32 MB
Eric Dumazet
2025-05-15
tcp: always use tcp_limit_output_bytes limitation
Eric Dumazet
2025-05-15
tcp: increase tcp_limit_output_bytes default value to 4MB
Eric Dumazet
2025-05-15
tcp: skip big rtt sample if receive queue is not empty
Eric Dumazet
2025-05-15
tcp: always seek for minimal rtt in tcp_rcv_rtt_update()
Eric Dumazet
2025-05-15
tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows
Eric Dumazet
2025-05-15
tcp: remove zero TCP TS samples for autotuning
Eric Dumazet
2025-05-15
tcp: add receive queue awareness in tcp_rcv_space_adjust()
Eric Dumazet
2025-05-15
tcp: adjust rcvbuf in presence of reorders
Eric Dumazet
2025-05-15
tcp: fix sk_rcvbuf overshoot
Eric Dumazet
2025-05-15
tcp: add tcp_rcvbuf_grow() tracepoint
Eric Dumazet
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-05-15
net: devmem: fix kernel panic when netlink socket close after module unload
Taehee Yoo
2025-05-15
net/tls: fix kernel panic when alloc_page failed
Pengtao He
2025-05-15
Merge tag 'wireless-2025-05-15' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2025-05-15
rds: Use nested-BH locking for rds_page_remainder
Sebastian Andrzej Siewior
2025-05-15
rds: Acquire per-CPU pointer within BH disabled section
Sebastian Andrzej Siewior
2025-05-15
rds: Disable only bottom halves in rds_page_remainder_alloc()
Sebastian Andrzej Siewior
2025-05-15
mptcp: Use nested-BH locking for hmac_storage
Sebastian Andrzej Siewior
2025-05-15
net/sched: Use nested-BH locking for sch_frag_data_storage
Sebastian Andrzej Siewior
2025-05-15
net/sched: act_mirred: Move the recursion counter struct netdev_xmit
Sebastian Andrzej Siewior
2025-05-15
openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage
Sebastian Andrzej Siewior
2025-05-15
openvswitch: Use nested-BH locking for ovs_pcpu_storage
Sebastian Andrzej Siewior
2025-05-15
openvswitch: Merge three per-CPU structures into one
Sebastian Andrzej Siewior
2025-05-15
xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]
Sebastian Andrzej Siewior
2025-05-15
xdp: Use nested-BH locking for system_page_pool
Sebastian Andrzej Siewior
2025-05-15
ipv6: sr: Use nested-BH locking for hmac_storage
Sebastian Andrzej Siewior
2025-05-15
ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
Sebastian Andrzej Siewior
2025-05-15
net: dst_cache: Use nested-BH locking for dst_cache::cache
Sebastian Andrzej Siewior
2025-05-15
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
2025-05-15
wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_request
Kees Cook
2025-05-14
openvswitch: Stricter validation for the userspace action
Eelco Chaudron
[next]