summaryrefslogtreecommitdiff
path: root/net/ipv4/fib_semantics.c (follow)
Commit message (Expand)AuthorAge
* net: Fix the arp error in some casesguodeqing2020-06-29
* ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern2020-05-10
* net: Don't delete routes in different VRFsMark Tomlinson2020-05-10
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-20
* ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings2018-07-11
* net: metrics: add proper netlink validationEric Dumazet2018-06-13
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-11
* ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-30
* ipv4: add reference counting to metricsEric Dumazet2017-06-07
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-02-04
* net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-15
* ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov2016-08-16
* net/route: enforce hoplimit max valuePaolo Abeni2016-05-18
* net: Fix prefsrc lookupsDavid Ahern2015-11-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-03
|\
| * ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov2015-11-01
| * ipv4: fix to not remove local route on link downJulian Anastasov2015-11-01
* | ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni2015-11-02
* | net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern2015-10-16
* | net: Refactor path selection in __ip_route_output_key_hashDavid Ahern2015-10-07
* | ipv4: Fix compilation errors in fib_rebalancePeter Nørlund2015-10-05
* | ipv4: L3 hash-based multipathPeter Nørlund2015-10-05
|/
* net: Make table id type u32David Ahern2015-09-01
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-31
* fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-31
* net: fib: move metrics parsing to a helperFlorian Westphal2015-08-31
* lwt: Add cfg argument to build_stateTom Herbert2015-08-24
* net: Fix nexthop lookupsDavid Ahern2015-08-20
* ipv4: Make fib_encap_match staticYing Xue2015-08-20
* lwtunnel: fix memory leakJiri Benc2015-08-18
* ipv4: fix refcount leak in fib_check_nh()Eric Dumazet2015-08-16
* net: Use passed in table for nexthop lookupsDavid Ahern2015-08-13
* net: Add routes to the table associated with the deviceDavid Ahern2015-08-13
* net: Fix up inet_addr_type checksDavid Ahern2015-08-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-31
|\
| * ipv4: consider TOS in fib_select_defaultJulian Anastasov2015-07-24
| * ipv4: fib_select_default should match the prefixJulian Anastasov2015-07-24
* | lwtunnel: change prototype of lwtunnel_state_get()Nicolas Dichtel2015-07-27
* | ipv4: be more aggressive when probing alternative gatewaysJulian Anastasov2015-07-26
* | ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-21
|/
* ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek2015-06-28
* net: ipv4 sysctl option to ignore routes when nexthop link is downAndy Gospodarek2015-06-24
* net: track link-status of ipv4 nexthopsAndy Gospodarek2015-06-24
* ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing2015-05-02
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* net: Kill hold_net release_netEric W. Biederman2015-03-12
* fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-27
* fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck2015-01-25