summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_semantics.c
AgeCommit message (Expand)Author
2022-04-01net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet
2022-02-07ipv4: Use dscp_t in struct fib_aliasGuillaume Nault
2022-01-25ipv4: get rid of fib_info_hash_{alloc|free}Eric Dumazet
2022-01-19ipv4: add net_hash_mix() dispersion to fib_info_laddrhash keysEric Dumazet
2022-01-19ipv4: avoid quadratic behavior in netns dismantleEric Dumazet
2022-01-16ipv4: update fib_info_cnt under spinlock protectionEric Dumazet
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2021-12-31ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern
2021-12-31ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-12-07inet: add net device refcount tracker to struct fib_nh_commonEric Dumazet
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-02ipv4: Fix refcount warning for new fib_infoDavid Ahern
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
2021-05-17ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-08IPv4: Add "offload failed" indication to routesAmit Cohen
2021-02-02net: ipv4: Publish fib_nlmsg_size()Amit Cohen
2021-02-02net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-11-11ipv4: Set nexthop flags in a more consistent wayIdo Schimmel
2020-11-06rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel
2020-06-18net: Fix the arp error in some casesguodeqing
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu
2020-04-22ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern
2020-03-29net: add net available in build_stateAlexander Aring
2020-03-12inet: Use fallthrough;Joe Perches
2020-01-14ipv4: Add "offload" and "trap" indications to routesIdo Schimmel
2020-01-14ipv4: Encapsulate function arguments in a structIdo Schimmel
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern
2019-05-22ipv4: export fib_check_nhDavid Ahern
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern