Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-04-04ipv4: Add fib_nh_common to fib_resultDavid Ahern
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-24ipv4: do metrics match when looking up and deleting a routeXin Long
2017-05-30net: add extack arg to lwtunnel build stateDavid Ahern
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern
2015-07-25ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-03-11ipv4: FIB Local/MAIN table collapseAlexander Duyck
2015-02-28fib_trie: Add slen to fib aliasAlexander Duyck
2015-02-28fib_trie: Convert fib_alias to hlist from listAlexander Duyck
2015-01-26fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck
2013-12-29ipv4: make fib_detect_death staticStephen Hemminger
2013-10-20net: ipv4/ipv6: Remove extern from function prototypesJoe Perches
2013-10-18fib: Use const struct nl_info * in rtmsg_fibJoe Perches
2011-03-25ipv4: Fix nexthop caching wrt. scoping.David S. Miller
2011-03-13ipv4: Kill fib_semantic_match declaration from fib_lookup.hDavid S. Miller
2011-03-08ipv4: Inline fib_semantic_match into check_leafDavid S. Miller
2011-02-01ipv4: Remember FIB alias list head and table in lookup results.David S. Miller
2010-11-04fib: fib_result_assign() should not change fib refcountsEric Dumazet
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet
2010-10-18fib_hash: RCU conversion phase 2Eric Dumazet
2010-10-06fib: RCU conversion of fib_lookup()Eric Dumazet
2009-05-19ipv4: cleanup - remove two unused parameters from fib_semantic_match().Rami Rosen
2008-01-29[IPV4] FIB_HASH: Reduce memory needs and speedup lookupsEric Dumazet
2008-01-29[IPV4]: Unify assignment of fi to fib_resultDenis V. Lunev
2008-01-29[IPV4]: no need pass pointer to a default into fib_detect_deathDenis V. Lunev
2007-05-25[RTNETLINK]: Fix sending netlink message when replace route.Milan Kocian
2006-09-29[IPV4]: net/ipv4/fib annotationsAl Viro
2006-09-29[IPV4]: fib_semantic_match() annotationsAl Viro
2006-09-23[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf
2006-09-23[IPv4]: FIB configuration using struct fib_configThomas Graf
2006-09-23[NET]: Use u32 for routing table IDsPatrick McHardy
2005-08-30[IPV4]: Prepare FIB core for RCU.Robert Olsson
2005-06-19[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds