summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-7/+9
* net: Remove redundant if statementsYajun Deng2021-08-051-3/+1
* ipv4: Fix refcount warning for new fib_infoDavid Ahern2021-08-021-1/+1
* net: convert fib_treeref from int to refcount_tYajun Deng2021-07-301-4/+4
* ipv4: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* IPv4: Add "offload failed" indication to routesAmit Cohen2021-02-081-0/+3
* net: ipv4: Publish fib_nlmsg_size()Amit Cohen2021-02-021-1/+1
* net: ipv4: Pass fib_rt_info as const to fib_dump_info()Amit Cohen2021-02-021-1/+1
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* ipv4: Set nexthop flags in a more consistent wayIdo Schimmel2020-11-111-5/+2
* rtnetlink: Add RTNH_F_TRAP flagIdo Schimmel2020-11-061-0/+2
* net: Fix the arp error in some casesguodeqing2020-06-181-1/+1
* net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-281-0/+3
* ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-221-3/+3
* net: add net available in build_stateAlexander Aring2020-03-291-10/+12
* inet: Use fallthrough;Joe Perches2020-03-121-2/+2
* ipv4: Add "offload" and "trap" indications to routesIdo Schimmel2020-01-141-0/+7
* ipv4: Encapsulate function arguments in a structIdo Schimmel2020-01-141-10/+16
* ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2019-11-071-1/+1
* net: Properly update v4 routes with v6 nexthopDonald Sharp2019-09-051-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+1
|\
| * net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt2019-06-091-1/+1
* | ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern2019-06-101-6/+65
* | ipv4: Allow routes to use nexthop objectsDavid Ahern2019-06-101-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
* | ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern2019-06-041-36/+106
* | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-041-17/+38
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-29/+37
* | ipv4: Rename and export nh_update_mtuDavid Ahern2019-05-221-2/+2
* | ipv4: export fib_info_update_nh_saddrDavid Ahern2019-05-221-6/+5
* | ipv4: export fib_check_nhDavid Ahern2019-05-221-6/+6
|/
* ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-051-6/+6
* ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-051-17/+19
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net: Change nhc_flags to unsigned charDavid Ahern2019-04-231-4/+4
* lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-231-1/+2
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-221-1/+1
* ipv4: Handle RTA_GATEWAY set to 0David Ahern2019-04-101-1/+2
* ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-081-5/+64
* ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern2019-04-081-0/+2
* ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern2019-04-081-2/+8
* ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern2019-04-081-1/+9
* ipv4: Add fib_check_nh_v6_gwDavid Ahern2019-04-081-0/+27
* ipv4: Refactor fib_check_nhDavid Ahern2019-04-081-109/+125
* ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern2019-04-081-6/+23
* ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-081-14/+26
* net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-081-14/+11
* ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-031-5/+17