index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_frontend.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().
Kuniyuki Iwashima
1
-2
/
+2
2025-04-16
ipv4: Use nlmsg_payload in fib_frontend file
Breno Leitao
1
-2
/
+2
2025-03-05
inet: fix lwtunnel_valid_encap_type() lock imbalance
Eric Dumazet
1
-2
/
+2
2025-03-03
ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+14
2025-03-03
ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
Kuniyuki Iwashima
1
-2
/
+16
2025-03-03
ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().
Kuniyuki Iwashima
1
-6
/
+4
2025-03-03
ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().
Kuniyuki Iwashima
1
-5
/
+7
2025-03-03
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
1
-0
/
+11
2025-03-03
ipv4: fib: Use cached net in fib_inetaddr_event().
Kuniyuki Iwashima
1
-2
/
+2
2024-11-18
net: ip: fix unexpected return in fib_validate_source()
Menglong Dong
1
-1
/
+1
2024-11-12
net: ip: make fib_validate_source() support drop reasons
Menglong Dong
1
-5
/
+12
2024-10-29
ipv4: Prepare fib_compute_spec_dst() to future .flowi4_tos conversion.
Guillaume Nault
1
-1
/
+1
2024-10-15
ipv4: Use rtnl_register_many().
Kuniyuki Iwashima
1
-4
/
+10
2024-10-09
ipv4: Convert __fib_validate_source() to dscp_t.
Guillaume Nault
1
-4
/
+4
2024-10-09
ipv4: Convert fib_validate_source() to dscp_t.
Guillaume Nault
1
-2
/
+3
2024-08-22
ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()
Ido Schimmel
1
-1
/
+1
2024-08-22
ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP family
Ido Schimmel
1
-1
/
+1
2024-08-20
ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
Ido Schimmel
1
-1
/
+1
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
1
-6
/
+1
2024-04-15
inet: bring NLM_DONE out to a separate recv() again
Jakub Kicinski
1
-0
/
+5
2024-03-07
netlink: let core handle error cases in dump operations
Eric Dumazet
1
-6
/
+1
2024-02-26
inet: switch inet_dump_fib() to RCU protection
Eric Dumazet
1
-19
/
+18
2024-02-26
inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCU
Eric Dumazet
1
-4
/
+11
2023-03-16
ipv4: Fix incorrect table ID in IOCTL path
Ido Schimmel
1
-0
/
+3
2022-12-06
ipv4: Fix incorrect route flushing when table ID 0 is used
Ido Schimmel
1
-0
/
+3
2022-10-27
Revert "ip: fix triggering of 'icmp redirect'"
Nicolas Dichtel
1
-2
/
+2
2022-08-31
ip: fix triggering of 'icmp redirect'
Nicolas Dichtel
1
-2
/
+2
2022-04-30
ipv4: remove unnecessary type castings
Yu Zhe
1
-2
/
+2
2022-03-15
net: Add l3mdev index to flow struct and avoid oif reset for port devices
David Ahern
1
-4
/
+3
2022-02-21
ipv4: Invalidate neighbour for broadcast address upon address addition
Ido Schimmel
1
-1
/
+4
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-02-15
ipv4: add description about martian source
Zhang Yunkai
1
-0
/
+3
2022-02-08
ipv4: add fib_net_exit_batch()
Eric Dumazet
1
-3
/
+16
2022-02-07
ipv4: Reject routes specifying ECN bits in rtm_tos
Guillaume Nault
1
-1
/
+10
2021-12-02
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
1
-1
/
+1
2021-07-13
net: Use nlmsg_unicast() instead of netlink_unicast()
Yajun Deng
1
-1
/
+1
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-06-22
net/ipv4: swap flow ports when validating source
Miao Wang
1
-0
/
+2
2021-05-18
ipv4: Add a sysctl to control multipath hash fields
Ido Schimmel
1
-0
/
+6
2021-05-17
ip: Treat IPv4 segment's lowest address as unicast
Seth David Schoen
1
-3
/
+1
2020-12-28
ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
Guillaume Nault
1
-1
/
+1
2020-12-04
ipv4: fix error return code in rtm_to_fib_config()
Zhang Changzhong
1
-1
/
+1
2020-11-17
ipv4: use IS_ENABLED instead of ifdef
Florian Klink
1
-1
/
+1
2020-09-14
ipv4: Initialize flowi4_multipath_hash in data path
David Ahern
1
-0
/
+1
2020-05-26
ipv4: nexthop version of fib_info_nh_uses_dev
David Ahern
1
-9
/
+10
2020-05-21
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
1
-2
/
+1
2020-03-23
ipv4: fix a RCU-list lock in inet_dump_fib()
Qian Cai
1
-0
/
+2
2019-11-21
ipv4: move fib4_has_custom_rules() helper to public header
Paolo Abeni
1
-10
/
+0
2019-10-26
ipv4: fix route update on metric change.
Paolo Abeni
1
-1
/
+1
2019-08-09
ipv4: Add lockdep condition to fix for_each_entry()
Joel Fernandes (Google)
1
-1
/
+2
[next]