aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
AgeCommit message (Expand)Author
2020-06-08net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-05-21ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai
2019-12-16ipv4: fix route update on metric change.Paolo Abeni
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
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
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-07-05mpls: fix rtm policy in mpls_getrouteRoopa Prabhu
2017-07-04ipv4: Export rtm_ipv4_policy.David S. Miller
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern
2017-05-30net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-03-01net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang