aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-21net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet1-1/+1
2018-09-20net/ipv4: Move device validation to helperDavid Ahern1-17/+27
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern1-11/+42
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-05-24net/ipv4: Remove tracepoint in fib_validate_sourceDavid Ahern1-2/+0
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-0/+3
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern1-1/+7
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro1-6/+2
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel1-2/+7
2017-11-01ipv4: fix validate_source for VRF setupPaolo Abeni1-3/+15
2017-09-21net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni1-5/+17
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-08-03net: core: Make the FIB notification chain genericIdo Schimmel1-5/+12
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-07-05mpls: fix rtm policy in mpls_getrouteRoopa Prabhu1-1/+0
2017-07-04ipv4: Export rtm_ipv4_policy.David S. Miller1-0/+1
2017-05-30net: lwtunnel: Add extack to encap attr validationDavid Ahern1-2/+4
2017-05-30net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern1-3/+4
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern1-0/+2
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern1-7/+9
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern1-4/+11
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng1-1/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
2017-03-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-01net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang1-0/+1
2017-02-26ipv4: add missing initialization for flowi4_uidJulian Anastasov1-3/+3
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern1-0/+8
2017-01-03ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel1-0/+2
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+15
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck1-5/+15
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti1-0/+1
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko1-13/+0
2016-09-28fib: introduce FIB notification infrastructureJiri Pirko1-8/+8
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-09-06net: Don't delete routes in different VRFsMark Tomlinson1-1/+2
2016-08-09net: Remove fib_local variableDavid Ahern1-7/+0
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern1-0/+1
2016-04-24ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni1-1/+5
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-03-13ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller1-0/+4
2015-12-13net: Flush local routes when device changes vrf associationDavid Ahern1-0/+9
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2015-11-01ipv4: fix to not remove local route on link downJulian Anastasov1-6/+7