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
/
route.c
Age
Commit message (
Expand
)
Author
2024-04-09
ipv4/route: avoid unused-but-set-variable warning
Arnd Bergmann
2024-02-28
inet: annotate devconf data-races
Eric Dumazet
2024-02-21
ipv4: Simplify the allocation of slab caches in ip_rt_init
Kunwu Chan
2023-11-21
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
2023-10-16
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-04
ipv4: Set offload_failed flag in fibmatch results
Benjamin Poirier
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-17
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
2023-09-12
net: dst: remove unnecessary input parameter in dst_alloc and dst_init
Zhengchao Shao
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-09-01
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-15
networking: Update to register_net_sysctl_sz
Joel Granados
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-04-21
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
2023-03-28
net: dst: Prevent false sharing vs. dst_entry:: __refcnt
Wangyang Guo
2023-03-21
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-07-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-20
ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.
Kuniyuki Iwashima
2022-07-20
ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.
Kuniyuki Iwashima
2022-07-15
ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
Kuniyuki Iwashima
2022-07-12
net: change the type of ip_route_input_rcu to static
Zhengchao Shao
2022-06-10
xfrm: no need to set DST_NOPOLICY in IPv4
Eyal Birger
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-05-16
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-06
ipv4: drop dst in multicast routing path
Lokesh Dhoundiyal
2022-04-22
ipv4: Initialise ->flowi4_scope properly in ICMP handlers.
Guillaume Nault
2022-04-22
ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().
Guillaume Nault
2022-04-13
net: ipv4: add skb drop reasons to ip_error()
Menglong Dong
2022-04-11
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
2022-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-18
ipv4: Fix route lookups when handling ICMP redirects and PMTU updates
Guillaume Nault
2022-03-15
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
ipv4: fix data races in fib_alias_hw_flags_set
Eric Dumazet
2022-02-11
ipv4: add (struct uncached_list)->quarantine list
Eric Dumazet
2022-02-07
ipv4: Use dscp_t in struct fib_alias
Guillaume Nault
2022-01-31
ipv4: Make ip_idents_reserve static
David Ahern
2022-01-27
ipv4: Namespaceify min_adv_mss sysctl knob
xu xin
2022-01-04
Namespaceify mtu_expires sysctl
xu xin
[next]