index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
fib_rules.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fib_rules: Fix iif / oif matching on L3 master device
Ido Schimmel
2025-04-16
1
-8
/
+40
*
net: fib_rules: Enable DSCP mask usage
Ido Schimmel
2025-02-22
1
-1
/
+1
*
net: fib_rules: Add DSCP mask attribute
Ido Schimmel
2025-02-22
1
-0
/
+1
*
net: fib_rules: Enable port mask usage
Ido Schimmel
2025-02-20
1
-2
/
+2
*
net: fib_rules: Add port mask support
Ido Schimmel
2025-02-20
1
-1
/
+66
*
net: fib_rules: Add port mask attributes
Ido Schimmel
2025-02-20
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-13
1
-11
/
+13
|
\
|
*
net: fib_rules: annotate data-races around rule->[io]ifindex
Eric Dumazet
2025-02-07
1
-11
/
+13
*
|
net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.
Kuniyuki Iwashima
2025-02-11
1
-7
/
+16
*
|
net: fib_rules: Add error_free label in fib_delrule().
Kuniyuki Iwashima
2025-02-11
1
-5
/
+6
*
|
net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.
Kuniyuki Iwashima
2025-02-11
1
-2
/
+14
*
|
net: fib_rules: Factorise fib_newrule() and fib_delrule().
Kuniyuki Iwashima
2025-02-11
1
-13
/
+23
*
|
net: fib_rules: Split fib_nl2rule().
Kuniyuki Iwashima
2025-02-11
1
-17
/
+41
*
|
net: fib_rules: Pass net to fib_nl2rule() instead of skb.
Kuniyuki Iwashima
2025-02-11
1
-4
/
+3
*
|
net: fib_rules: Don't check net in rule_exists() and rule_find().
Kuniyuki Iwashima
2025-02-11
1
-6
/
+0
|
/
*
net: fib_rules: Enable flow label selector usage
Ido Schimmel
2024-12-19
1
-2
/
+2
*
net: fib_rules: Add flow label selector attributes
Ido Schimmel
2024-12-19
1
-0
/
+2
*
net: convert to nla_get_*_default()
Johannes Berg
2024-11-11
1
-2
/
+1
*
ipv4: Use rtnl_register_many().
Kuniyuki Iwashima
2024-10-16
1
-7
/
+10
*
fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seq
Eric Dumazet
2024-10-11
1
-6
/
+8
*
net: fib_rules: Enable DSCP selector usage
Ido Schimmel
2024-09-14
1
-1
/
+2
*
net: fib_rules: Add DSCP selector attribute
Ido Schimmel
2024-09-14
1
-1
/
+2
*
net: Correct spelling in net/core
Simon Horman
2024-08-26
1
-1
/
+1
*
fib: rules: delete redundant judgment statements
Li Zetao
2024-08-23
1
-2
/
+1
*
fib: rules: no longer hold RTNL in fib_nl_dumprule()
Eric Dumazet
2024-04-13
1
-8
/
+9
*
fib: rules: remove repeated assignment in fib_nl2rule
Zhengchao Shao
2024-01-07
1
-1
/
+0
*
fib: remove unnecessary input parameters in fib_default_rule_add
Zhengchao Shao
2024-01-04
1
-2
/
+1
*
fib: expand fib_rule_policy
Florian Westphal
2021-12-16
1
-1
/
+17
*
fib: rules: remove duplicated nla policies
Florian Westphal
2021-12-16
1
-2
/
+7
*
ipv6: fix memory leak in fib6_rule_suppress
msizanoen1
2021-11-29
1
-1
/
+1
*
memcg: enable accounting for IP address and routing-related objects
Vasily Averin
2021-07-20
1
-2
/
+2
*
fib: Return the correct errno code
Zheng Yongjun
2021-06-03
1
-1
/
+1
*
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-11-16
1
-2
/
+2
*
fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=m
Brian Vazquez
2020-09-09
1
-1
/
+1
*
fib: Fix undef compile warning
YueHaibing
2020-08-04
1
-1
/
+1
*
fib: fix another fib_rules_ops indirect call wrapper problem
Brian Vazquez
2020-08-01
1
-0
/
+6
*
fib: fix fib_rules_ops indirect calls wrappers
Brian Vazquez
2020-07-29
1
-12
/
+19
*
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
2020-07-29
1
-3
/
+13
*
net: fib_rules: Correctly set table field when table number exceeds 8 bits
Jethro Beekman
2020-02-17
1
-1
/
+1
*
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
2019-10-04
1
-3
/
+6
*
net: fib_notifier: propagate possible error during fib notifier registration
Jiri Pirko
2019-10-04
1
-3
/
+8
*
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
2019-10-04
1
-4
/
+3
*
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-08
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
|
Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...
Hangbin Liu
2019-06-06
1
-3
/
+3
|
/
*
fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...
Hangbin Liu
2019-05-08
1
-3
/
+3
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-2
/
+4
*
net/fib_rules: Update fib_nl_dumprule for strict data checking
David Ahern
2018-10-08
1
-1
/
+35
*
fib_rules: NULL check before kfree is not needed
YueHaibing
2018-07-30
1
-2
/
+1
*
net: fib_rules: bring back rule_exists to match rule during add
Roopa Prabhu
2018-06-30
1
-1
/
+71
[next]