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-11-22ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni
2019-10-26ipv4: fix route update on metric change.Paolo Abeni
2019-08-09ipv4: Add lockdep condition to fix for_each_entry()Joel Fernandes (Google)
2019-07-18fib: relax source validation check for loopback packetsCong Wang
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-05ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-05ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-06-03net: use new in_dev_ifa iteratorsFlorian Westphal
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-23net: Set strict_start_type for routes and rulesDavid Ahern
2019-05-23ipv4: export fib_flushDavid Ahern
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern
2019-04-09ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern
2019-04-09ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern
2019-04-04ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-02-27ipv4: Return error for RTA_VIA attributeDavid Ahern
2019-01-16net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel
2018-10-25net: Don't return invalid table id error when dumping all familiesDavid Ahern
2018-10-16net/ipv4: Bail early if user only wants prefix entriesDavid Ahern
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-11net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-10-08rtnetlink: Update fib dumps for strict data checkingDavid Ahern
2018-09-22net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet
2018-09-21net/ipv4: Move device validation to helperDavid Ahern
2018-07-29ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern
2018-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-25net/ipv4: Remove tracepoint in fib_validate_sourceDavid Ahern
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern
2018-01-25ip_rt_ioctl(): take copyin to callerAl Viro
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
2017-11-01ipv4: fix validate_source for VRF setupPaolo Abeni
2017-09-22net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni
2017-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-04net: core: Make the FIB notification chain genericIdo Schimmel
2017-07-21ipv4: 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