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
2021-02-09IPv4: Extend 'fib_notify_on_flag_change' sysctlAmit Cohen
2021-02-09IPv4: Add "offload failed" indication to routesAmit Cohen
2021-02-03net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen
2020-11-06nexthop: Remove in-kernel route notifications when nexthop changesIdo Schimmel
2020-08-27ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-07-06Replace HTTP links with HTTPS ones: IPv*Alexander A. Klimov
2020-05-27ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-30net: add net available in build_stateAlexander Aring
2020-03-30ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai
2020-02-20net: remove unused macro from fib_trie.cLi RongQing
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-15ipv4: Add "offload" and "trap" indications to routesIdo Schimmel
2020-01-15ipv4: Encapsulate function arguments in a structIdo Schimmel
2020-01-15ipv4: Replace route in list before notifyingIdo Schimmel
2020-01-10ipv4: Detect rollover in specific fib table dumpDavid Ahern
2019-12-17ipv4: Remove old route notifications and convert listenersIdo Schimmel
2019-12-17ipv4: Only Replay routes of interest to new listenersIdo Schimmel
2019-12-17ipv4: Handle route deletion notification during flushIdo Schimmel
2019-12-17ipv4: Handle route deletion notificationIdo Schimmel
2019-12-17ipv4: Notify newly added route if should be offloadedIdo Schimmel
2019-12-17ipv4: Notify route if replacing currently offloaded oneIdo Schimmel
2019-12-17ipv4: Extend FIB alias find functionIdo Schimmel
2019-12-17ipv4: Notify route after insertion to the routing tableIdo Schimmel
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko
2019-10-04net: fib_notifier: propagate possible error during fib notifier registrationJiri Pirko
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko
2019-08-25net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend
2019-07-03ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio
2019-06-24ipv4: Dump route exceptions if requestedStefano Brivio
2019-06-20net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-05ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-27ipv4: remove redundant assignment to nColin Ian King
2019-05-23ipv4: Add function to send route updatesDavid Ahern
2019-04-04ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-04-04ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-29ipv4: Move IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN to helperDavid Ahern
2019-03-21ipv4: Allow amount of dirty memory from fib resizing to be controllableDavid Ahern
2019-01-16net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-25net/ipv4: Udate fib_table_lookup tracepointDavid Ahern
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig