summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_frontend.c
AgeCommit message (Expand)Author
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson
2016-04-20ipv4: 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
2015-06-24net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek
2015-06-24net: track link-status of ipv4 nexthopsAndy Gospodarek
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong
2015-03-31fib_trie: Cleanup ip_fib_net_exit code pathAlexander Duyck
2015-03-31fib_trie: Fix warning on fib4_rules_exitAlexander Duyck
2015-03-12fib_trie: Avoid NULL pointer if local table is not allocatedAlexander Duyck
2015-03-11fib_trie: Fix uninitialized variable warningAlexander Duyck
2015-03-11fib_trie: call fib_table_flush_external under RTNLSabrina Dubroca
2015-03-11ipv4: FIB Local/MAIN table collapseAlexander Duyck
2015-03-06switchdev: don't support custom ip rules, for nowScott Feldman
2015-03-04fib_trie: Make fib_table rcu safeAlexander Duyck
2014-12-31fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck
2014-12-31fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck
2014-08-22ipv4: Restore accept_local behaviour in fib_validate_source()Sébastien Barré
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing
2014-01-24fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp
2013-10-18fib_trie: remove duplicated rcu lockbaker.zhang
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-11ipv4: fib: fix a comment.Rami Rosen
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-10-08ipv4: fix sending of redirectsJulian Anastasov
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman