index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
2023-11-21
1
-1
/
+1
*
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
2023-10-16
1
-48
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-05
1
-0
/
+2
|
\
|
*
ipv4: Set offload_failed flag in fibmatch results
Benjamin Poirier
2023-10-04
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-21
1
-1
/
+3
|
\
|
|
*
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
2023-09-17
1
-1
/
+3
*
|
net: dst: remove unnecessary input parameter in dst_alloc and dst_init
Zhengchao Shao
2023-09-12
1
-3
/
+3
|
/
*
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-09-07
1
-0
/
+1
|
\
|
*
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
2023-09-01
1
-0
/
+1
*
|
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2023-08-29
1
-2
/
+6
|
\
\
|
|
/
|
/
|
|
*
networking: Update to register_net_sysctl_sz
Joel Granados
2023-08-15
1
-2
/
+6
*
|
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-16
1
-4
/
+4
*
|
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-2
/
+2
|
/
*
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
2023-04-21
1
-4
/
+0
*
net: dst: Prevent false sharing vs. dst_entry:: __refcnt
Wangyang Guo
2023-03-28
1
-10
/
+10
*
neighbour: switch to standard rcu, instead of rcu_bh
Eric Dumazet
2023-03-21
1
-2
/
+2
*
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
2023-03-15
1
-1
/
+1
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-2
/
+2
*
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-07-25
1
-16
/
+8
|
\
|
*
xfrm: no need to set DST_NOPOLICY in IPv4
Eyal Birger
2022-06-10
1
-16
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-5
/
+5
|
\
\
|
*
|
ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.
Kuniyuki Iwashima
2022-07-20
1
-3
/
+3
|
*
|
ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
|
*
|
ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
*
|
|
net: change the type of ip_route_input_rcu to static
Zhengchao Shao
2022-07-12
1
-17
/
+17
|
|
/
|
/
|
*
|
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-09
1
-4
/
+3
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-19
1
-5
/
+18
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2022-05-18
1
-5
/
+18
|
|
\
|
|
*
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
2022-05-16
1
-5
/
+18
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-12
1
-0
/
+1
|
\
|
|
|
*
|
ipv4: drop dst in multicast routing path
Lokesh Dhoundiyal
2022-05-06
1
-0
/
+1
|
|
/
*
|
ipv4: Initialise ->flowi4_scope properly in ICMP handlers.
Guillaume Nault
2022-04-22
1
-20
/
+17
*
|
ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos().
Guillaume Nault
2022-04-22
1
-2
/
+2
*
|
net: ipv4: add skb drop reasons to ip_error()
Menglong Dong
2022-04-13
1
-1
/
+5
*
|
ipv4: Use dscp_t in struct fib_rt_info
Guillaume Nault
2022-04-11
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-23
1
-4
/
+14
|
\
|
*
ipv4: Fix route lookups when handling ICMP redirects and PMTU updates
Guillaume Nault
2022-03-18
1
-4
/
+14
*
|
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
2022-03-15
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
1
-2
/
+2
|
\
|
|
*
ipv4: fix data races in fib_alias_hw_flags_set
Eric Dumazet
2022-02-17
1
-2
/
+2
*
|
ipv4: add (struct uncached_list)->quarantine list
Eric Dumazet
2022-02-11
1
-3
/
+9
*
|
ipv4: Use dscp_t in struct fib_alias
Guillaume Nault
2022-02-07
1
-1
/
+2
*
|
ipv4: Make ip_idents_reserve static
David Ahern
2022-01-31
1
-2
/
+1
*
|
ipv4: Namespaceify min_adv_mss sysctl knob
xu xin
2022-01-27
1
-10
/
+11
|
/
*
Namespaceify mtu_expires sysctl
xu xin
2022-01-04
1
-10
/
+11
*
Namespaceify min_pmtu sysctl
xu xin
2022-01-04
1
-16
/
+37
*
net: dst: add net device refcount tracking to dst_entry
Eric Dumazet
2021-12-06
1
-3
/
+4
*
net: align static siphash keys
Eric Dumazet
2021-11-16
1
-1
/
+1
[next]