summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern2019-04-031-20/+32
* ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern2019-04-031-59/+107
* ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-031-4/+21
* net: Use common nexthop init and release helpersDavid Ahern2019-03-291-21/+39
* net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-291-1/+6
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-114/+115
* ipv4: Create cleanup helper for fib_nhDavid Ahern2019-03-291-12/+17
* ipv4: Create init helper for fib_nhDavid Ahern2019-03-291-89/+91
* ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern2019-03-291-24/+7
* ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern2019-03-291-6/+9
* ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-011-1/+1
* net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-0/+50
|\
| * net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-101-0/+50
* | net: Move free of fib_metrics to helperDavid Ahern2018-10-041-4/+2
* | net: common metrics init helper for FIB entriesDavid Ahern2018-10-041-20/+7
OpenPOWER on IntegriCloud