index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
route.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-13
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-12
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-16
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-08
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-07
1
-3
/
+4
*
net: align static siphash keys
Eric Dumazet
2021-11-17
1
-1
/
+1
*
net/ipv4/route.c: remove superfluous header files from route.c
Mianhan Liu
2021-09-20
1
-8
/
+0
*
ipv4: fix endianness issue in inet_rtm_getroute_build_skb()
Eric Dumazet
2021-08-31
1
-1
/
+1
*
ipv4: make exception cache less predictible
Eric Dumazet
2021-08-30
1
-16
/
+30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
1
-6
/
+6
|
\
|
*
ipv4: use siphash instead of Jenkins in fnhe_hashfun()
Eric Dumazet
2021-08-26
1
-6
/
+6
*
|
net: Remove redundant if statements
Yajun Deng
2021-08-05
1
-2
/
+1
*
|
net: Keep vertical alignment
Yajun Deng
2021-08-03
1
-3
/
+4
*
|
net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward
Vadim Fedorenko
2021-07-21
1
-20
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
1
-1
/
+2
|
\
|
*
net: lwtunnel: handle MTU calculation in forwading
Vadim Fedorenko
2021-06-28
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
1
-1
/
+14
|
\
|
|
*
ipv4: Fix device used for dst_alloc with local routes
David Ahern
2021-06-14
1
-1
/
+14
*
|
ipv4: Add custom multipath hash policy
Ido Schimmel
2021-05-18
1
-0
/
+121
*
|
ipv4: Calculate multipath hash inside switch statement
Ido Schimmel
2021-05-18
1
-2
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
1
-37
/
+8
|
\
|
*
net: Consolidate common blackhole dst ops
Daniel Borkmann
2021-03-10
1
-37
/
+8
*
|
inet: use bigger hash table for IP ID generation
Eric Dumazet
2021-03-25
1
-14
/
+28
*
|
net: ipv4: route.c: simplify procfs code
Yejune Deng
2021-03-16
1
-30
/
+4
*
|
net: ipv4: route.c: Fix indentation of multi line comment.
Shubhankar Kuranagatti
2021-03-13
1
-48
/
+49
*
|
net: ipv4: route.c: fix space before tab
Shubhankar Kuranagatti
2021-03-11
1
-5
/
+5
|
/
*
IPv4: Add "offload failed" indication to routes
Amit Cohen
2021-02-09
1
-0
/
+1
*
net: fix building errors on powerpc when CONFIG_RETPOLINE is not set
Brian Vazquez
2021-02-05
1
-2
/
+2
*
net: indirect call helpers for ipv4/ipv6 dst_check functions
Brian Vazquez
2021-02-03
1
-2
/
+5
*
net: use indirect call helpers for dst_mtu
Brian Vazquez
2021-02-03
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-04
1
-3
/
+4
|
\
|
*
ipv4: Fix tos mask in inet_rtm_getroute()
Guillaume Nault
2020-11-28
1
-3
/
+4
*
|
IPv4: RTM_GETROUTE: Add RTA_ENCAP to result
Oliver Herms
2020-11-15
1
-0
/
+3
*
|
net: evaluate net.ipvX.conf.all.disable_policy and disable_xfrm
Vincent Bernat
2020-11-12
1
-6
/
+6
|
/
[next]