summaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* inet: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-04-151-0/+5
* netlink: let core handle error cases in dump operationsEric Dumazet2024-03-071-6/+1
* inet: switch inet_dump_fib() to RCU protectionEric Dumazet2024-02-261-19/+18
* inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet2024-02-261-4/+11
* ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel2023-03-161-0/+3
* ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel2022-12-061-0/+3
* Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel2022-10-271-2/+2
* ip: fix triggering of 'icmp redirect'Nicolas Dichtel2022-08-311-2/+2
* ipv4: remove unnecessary type castingsYu Zhe2022-04-301-2/+2
* net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern2022-03-151-4/+3
* ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-02-211-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+3
|\
| * ipv4: add description about martian sourceZhang Yunkai2022-02-151-0/+3
* | ipv4: add fib_net_exit_batch()Eric Dumazet2022-02-081-3/+16
* | ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-071-1/+10
|/
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-021-1/+1
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-0/+2
|\
| * net/ipv4: swap flow ports when validating sourceMiao Wang2021-06-221-0/+2
* | ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-181-0/+6
* | ip: Treat IPv4 segment's lowest address as unicastSeth David Schoen2021-05-171-3/+1
|/
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2020-12-281-1/+1
* ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong2020-12-041-1/+1
* ipv4: use IS_ENABLED instead of ifdefFlorian Klink2020-11-171-1/+1
* ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-141-0/+1
* ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-261-9/+10
* net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-211-2/+1
* ipv4: fix a RCU-list lock in inet_dump_fib()Qian Cai2020-03-231-0/+2
* ipv4: move fib4_has_custom_rules() helper to public headerPaolo Abeni2019-11-211-10/+0
* ipv4: fix route update on metric change.Paolo Abeni2019-10-261-1/+1
* ipv4: Add lockdep condition to fix for_each_entry()Joel Fernandes (Google)2019-08-091-1/+2
* fib: relax source validation check for loopback packetsCong Wang2019-07-171-0/+5
* ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio2019-06-241-2/+2
* fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-1/+7
* ipv4: Allow routes to use nexthop objectsDavid Ahern2019-06-101-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern2019-06-041-6/+6
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-041-4/+7
* | net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-021-7/+17
* | net: Set strict_start_type for routes and rulesDavid Ahern2019-05-221-0/+1
* | ipv4: export fib_flushDavid Ahern2019-05-221-1/+1
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+4
* ipv4: Handle RTA_GATEWAY set to 0David Ahern2019-04-101-1/+2
* ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern2019-04-081-3/+57
* ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern2019-04-081-3/+5
* ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-031-3/+3
* ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-5/+5
* ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-151-2/+2