aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_semantics.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern1-1/+1
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp1-7/+8
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-10ipv4: Optimization for fib_info lookup with nexthopsDavid Ahern1-6/+65
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern1-0/+15
2019-06-09net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern1-36/+106
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-17/+38
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-29/+37
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern1-2/+2
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern1-6/+5
2019-05-22ipv4: export fib_check_nhDavid Ahern1-6/+6
2019-05-05ipv4: Move exception bucket to nh_commonDavid Ahern1-6/+6
2019-05-05ipv4: Move cached routes to fib_nh_commonDavid Ahern1-17/+19
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-04-23net: Change nhc_flags to unsigned charDavid Ahern1-4/+4
2019-04-23lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern1-1/+2
2019-04-22net: Rename net/nexthop.h net/rtnh.hDavid Ahern1-1/+1
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern1-1/+2
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern1-5/+64
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+2
2019-04-08ipv4: Handle ipv6 gateway in fib_good_nhDavid Ahern1-2/+8
2019-04-08ipv4: Handle ipv6 gateway in fib_detect_deathDavid Ahern1-1/+9
2019-04-08ipv4: Add fib_check_nh_v6_gwDavid Ahern1-0/+27
2019-04-08ipv4: Refactor fib_check_nhDavid Ahern1-109/+125
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-6/+23
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern1-14/+26
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-14/+11
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern1-5/+17
2019-04-03ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern1-20/+32
2019-04-03ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern1-59/+107
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-4/+21
2019-03-29net: Use common nexthop init and release helpersDavid Ahern1-21/+39
2019-03-29net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern1-1/+6
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-114/+115
2019-03-29ipv4: Create cleanup helper for fib_nhDavid Ahern1-12/+17
2019-03-29ipv4: Create init helper for fib_nhDavid Ahern1-89/+91
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern1-24/+7
2019-03-29ipv4: Define fib_get_nhs when CONFIG_IP_ROUTE_MULTIPATH is disabledDavid Ahern1-6/+9
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+50
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+50
2018-10-04net: Move free of fib_metrics to helperDavid Ahern1-4/+2
2018-10-04net: common metrics init helper for FIB entriesDavid Ahern1-20/+7
2018-08-31net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern1-1/+3
2018-06-05net: metrics: add proper netlink validationEric Dumazet1-0/+2