summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_frontend.c
AgeCommit message (Expand)Author
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
2017-02-26ipv4: add missing initialization for flowi4_uidJulian Anastasov
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-01-03ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko
2016-09-28fib: introduce FIB notification infrastructureJiri Pirko
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-06net: Don't delete routes in different VRFsMark Tomlinson
2016-08-09net: Remove fib_local variableDavid Ahern
2016-05-06net: vrf: Create FIB tables on link createDavid Ahern
2016-04-24ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-03-22ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson
2016-03-13ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2015-12-13net: Flush local routes when device changes vrf associationDavid Ahern
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-01ipv4: fix to not remove local route on link downJulian Anastasov
2015-10-23ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 addressPaolo Abeni
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-29net: Initialize flow flags in input pathDavid Ahern
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern
2015-09-01net: Make table id type u32David Ahern
2015-08-29net: FIB tracepointsDavid Ahern
2015-08-13net: Add routes to the table associated with the deviceDavid Ahern
2015-08-13net: Fix up inet_addr_type checksDavid Ahern
2015-08-13net: Add inet_addr lookup by tableDavid Ahern
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern
2015-07-21route: Extend flow representation with tunnel keyThomas Graf
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu