index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fib_semantics.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-19
ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keys
Eric Dumazet
1
-14
/
+15
2022-01-19
ipv4: avoid quadratic behavior in netns dismantle
Eric Dumazet
1
-19
/
+17
2022-01-16
ipv4: update fib_info_cnt under spinlock protection
Eric Dumazet
1
-3
/
+8
2022-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+43
2021-12-31
lwtunnel: Validate RTA_ENCAP_TYPE attribute length
David Ahern
1
-0
/
+3
2021-12-31
ipv4: Check attribute length for RTA_FLOW in multipath route
David Ahern
1
-3
/
+14
2021-12-31
ipv4: Check attribute length for RTA_GATEWAY in multipath route
David Ahern
1
-3
/
+26
2021-12-08
inet: add net device refcount tracker to struct fib_nh_common
Eric Dumazet
1
-5
/
+7
2021-12-02
ipv4: convert fib_num_tclassid_users to atomic_t
Eric Dumazet
1
-2
/
+2
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
1
-7
/
+9
2021-08-05
net: Remove redundant if statements
Yajun Deng
1
-3
/
+1
2021-08-02
ipv4: Fix refcount warning for new fib_info
David Ahern
1
-1
/
+1
2021-07-30
net: convert fib_treeref from int to refcount_t
Yajun Deng
1
-4
/
+4
2021-05-18
ipv4: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-02-09
IPv4: Add "offload failed" indication to routes
Amit Cohen
1
-0
/
+3
2021-02-03
net: ipv4: Publish fib_nlmsg_size()
Amit Cohen
1
-1
/
+1
2021-02-03
net: ipv4: Pass fib_rt_info as const to fib_dump_info()
Amit Cohen
1
-1
/
+1
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
1
-1
/
+1
2020-11-12
ipv4: Set nexthop flags in a more consistent way
Ido Schimmel
1
-5
/
+2
2020-11-06
rtnetlink: Add RTNH_F_TRAP flag
Ido Schimmel
1
-0
/
+2
2020-06-19
net: Fix the arp error in some cases
guodeqing
1
-1
/
+1
2020-04-28
net: ipv4: add sysctl for nexthop api compatibility mode
Roopa Prabhu
1
-0
/
+3
2020-04-23
ipv4: Update fib_select_default to handle nexthop objects
David Ahern
1
-3
/
+3
2020-03-30
net: add net available in build_state
Alexander Aring
1
-10
/
+12
2020-03-13
inet: Use fallthrough;
Joe Perches
1
-2
/
+2
2020-01-15
ipv4: Add "offload" and "trap" indications to routes
Ido Schimmel
1
-0
/
+7
2020-01-15
ipv4: Encapsulate function arguments in a struct
Ido Schimmel
1
-10
/
+16
2019-11-08
ipv4: Fix table id reference in fib_sync_down_addr
David Ahern
1
-1
/
+1
2019-09-05
net: Properly update v4 routes with v6 nexthop
Donald Sharp
1
-7
/
+8
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-10
ipv4: Optimization for fib_info lookup with nexthops
David Ahern
1
-6
/
+65
2019-06-10
ipv4: Allow routes to use nexthop objects
David Ahern
1
-0
/
+15
2019-06-09
net: ipv4: fib_semantics: fix uninitialized variable
Enrico Weigelt
1
-1
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-06
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-1
/
+1
2019-06-05
ipv4: Plumb support for nexthop object in a fib_info
David Ahern
1
-36
/
+106
2019-06-05
ipv4: Prepare for fib6_nh from a nexthop object
David Ahern
1
-17
/
+38
2019-06-05
ipv4: Use accessors for fib_info nexthop data
David Ahern
1
-29
/
+37
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-23
ipv4: Rename and export nh_update_mtu
David Ahern
1
-2
/
+2
2019-05-23
ipv4: export fib_info_update_nh_saddr
David Ahern
1
-6
/
+5
2019-05-23
ipv4: export fib_check_nh
David Ahern
1
-6
/
+6
2019-05-05
ipv4: Move exception bucket to nh_common
David Ahern
1
-6
/
+6
2019-05-05
ipv4: Move cached routes to fib_nh_common
David Ahern
1
-17
/
+19
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-1
/
+1
2019-04-24
net: Change nhc_flags to unsigned char
David Ahern
1
-4
/
+4
2019-04-24
lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap
David Ahern
1
-1
/
+2
2019-04-23
net: Rename net/nexthop.h net/rtnh.h
David Ahern
1
-1
/
+1
2019-04-10
ipv4: Handle RTA_GATEWAY set to 0
David Ahern
1
-1
/
+2
2019-04-09
ipv4: Allow ipv6 gateway with ipv4 routes
David Ahern
1
-5
/
+64
[next]