aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel1-2/+2
2022-08-31ip: fix triggering of 'icmp redirect'Nicolas Dichtel1-2/+2
2022-04-30ipv4: remove unnecessary type castingsYu Zhe1-2/+2
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern1-4/+3
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel1-1/+4
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-02-15ipv4: add description about martian sourceZhang Yunkai1-0/+3
2022-02-08ipv4: add fib_net_exit_batch()Eric Dumazet1-3/+16
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault1-1/+10
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet1-1/+1
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng1-1/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-06-22net/ipv4: swap flow ports when validating sourceMiao Wang1-0/+2
2021-05-18ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel1-0/+6
2021-05-17ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen1-3/+1
2020-12-28ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault1-1/+1
2020-12-04ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong1-1/+1
2020-11-17ipv4: use IS_ENABLED instead of ifdefFlorian Klink1-1/+1
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern1-0/+1
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern1-9/+10
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca1-2/+1
2020-03-23ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai1-0/+2
2019-11-21ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni1-10/+0
2019-10-26ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-08-09ipv4: Add lockdep condition to fix for_each_entry()Joel Fernandes (Google)1-1/+2
2019-07-17fib: relax source validation check for loopback packetsCong Wang1-0/+5
2019-06-24ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio1-2/+2
2019-06-24fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio1-1/+7
2019-06-10ipv4: Allow routes to use nexthop objectsDavid Ahern1-0/+19
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern1-6/+6
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-4/+7
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal1-7/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern1-0/+1
2019-05-22ipv4: export fib_flushDavid Ahern1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern1-1/+2
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern1-3/+57
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern1-3/+5
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-3/+3
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-5/+5
2019-02-26ipv4: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-01-15net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-2/+2
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern1-0/+4
2018-10-16net/ipv4: Bail early if user only wants prefix entriesDavid Ahern1-2/+6
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern1-7/+44
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern1-1/+12
2018-10-16net: Add struct for fib dump filterDavid Ahern1-2/+4
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8