aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
AgeCommit message (Expand)Author
2020-06-03ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern
2020-06-03net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-03-23ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni
2019-10-26ipv4: fix route update on metric change.Paolo Abeni
2019-08-09ipv4: Add lockdep condition to fix for_each_entry()Joel Fernandes (Google)
2019-07-17fib: relax source validation check for loopback packetsCong Wang
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern
2019-05-22ipv4: export fib_flushDavid Ahern
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-02-26ipv4: Return error for RTA_VIA attributeDavid Ahern
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern
2018-10-16net/ipv4: Bail early if user only wants prefix entriesDavid Ahern
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern
2018-09-21net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet
2018-09-20net/ipv4: Move device validation to helperDavid Ahern
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-24net/ipv4: Remove tracepoint in fib_validate_sourceDavid Ahern
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
2017-11-01ipv4: fix validate_source for VRF setupPaolo Abeni
2017-09-21net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel