index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
2025-05-27
net: devmem: preserve sockc_err
Mina Almasry
2025-05-26
Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
2025-05-23
netfilter: nf_dup{4, 6}: Move duplication check to task_struct
Sebastian Andrzej Siewior
2025-05-23
netfilter: nf_tables: nft_fib: consistent l3mdev handling
Florian Westphal
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-05-22
Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
2025-05-20
ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.
Kuniyuki Iwashima
2025-05-20
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
2025-05-16
mr: consolidate the ipmr_can_free_table() checks.
Paolo Abeni
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
ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
Sebastian Andrzej Siewior
2025-05-13
net: devmem: Implement TX path
Mina Almasry
2025-05-05
ipv4: ip_tunnel: Replace strcpy use with strscpy
Ruben Wauters
2025-05-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-05-03
ipv4: Honor "ignore_routes_with_linkdown" sysctl in nexthop selection
Ido Schimmel
2025-05-02
bpf: udp: Avoid socket skips and repeats during iteration
Jordan Rife
2025-05-02
bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
Jordan Rife
2025-05-02
bpf: udp: Get rid of st_bucket_done
Jordan Rife
2025-05-02
bpf: udp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
2025-05-02
bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
Jordan Rife
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-05-01
net: use sock_gen_put() when sk_state is TCP_TIME_WAIT
Jibin Zhang
2025-04-29
Merge tag 'nf-next-25-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2025-04-29
net: ipv6: fix UDPv6 GSO segmentation with NAT
Felix Fietkau
2025-04-29
ipv4: fib: Fix fib_info_hash_alloc() allocation type
Kees Cook
2025-04-29
ip: load balance tcp connections to single dst addr and port
Willem de Bruijn
2025-04-29
ipv4: prefer multipath nexthop that matches source address
Willem de Bruijn
2025-04-24
tcp: fastopen: pass TFO child indication through getsockopt
Jeremy Harris
2025-04-24
tcp: fastopen: note that a child socket was created
Jeremy Harris
2025-04-24
net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"
Colin Ian King
2025-04-24
net: cgroup: Guard users of sock_cgroup_classid()
Michal Koutný
2025-04-24
ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.
Kuniyuki Iwashima
2025-04-24
ipv6: Protect nh->f6i_list with spinlock and flag.
Kuniyuki Iwashima
2025-04-24
ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().
Kuniyuki Iwashima
2025-04-17
xfrm: Fix UDP GRO handling for some corner cases
Tobias Brunner
2025-04-16
ipv4: Use nlmsg_payload in ipmr file
Breno Leitao
2025-04-16
ipv4: Use nlmsg_payload in route file
Breno Leitao
2025-04-16
ipv4: Use nlmsg_payload in fib_frontend file
Breno Leitao
2025-04-16
ipv4: Use nlmsg_payload in devinet file
Breno Leitao
[next]