aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+32
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca1-7/+19
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-8/+13
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+15
2018-03-04net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern1-14/+10
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern1-9/+11
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern1-3/+2
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unreachableStephen Suryaputra1-1/+10
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann1-2/+1
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu1-14/+29
2018-02-27net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca1-2/+6
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-02-22net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern1-0/+2
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long1-8/+13
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern1-8/+1
2018-02-14net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern1-15/+2
2018-02-13net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern1-1/+0
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai1-0/+4
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-3/+0
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti1-0/+1
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-1/+1
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-10-21ipv4: ipv4_default_advmss() should use route mtuEric Dumazet1-1/+1
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-05net/ipv4: Remove unused variable in route.cTim Hansen1-2/+1
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni1-20/+26
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu1-2/+9
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet1-2/+2
2017-08-16ipv4: better IP_MAX_MTU enforcementEric Dumazet1-1/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-14ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal1-1/+2
2017-08-13net: ipv4: remove unnecessary check on orig_oifDavid Ahern1-1/+1
2017-08-11net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern1-0/+6
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-1/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-2/+1
2017-06-19net/route: use get_random_int for random counterJason A. Donenfeld1-2/+1
2017-06-17net: remove DST_NOCACHE flagWei Wang1-12/+11
2017-06-17net: remove DST_NOGC flagWei Wang1-3/+2
2017-06-17ipv4: mark DST_NOGC and remove the operation of dst_free()Wei Wang1-12/+3
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang1-3/+1
2017-06-17ipv4: call dst_dev_put() properlyWei Wang1-0/+4
2017-06-17ipv4: take dst->__refcnt when caching dst in fibWei Wang1-3/+16
2017-06-17net: use loopback dev when generating blackhole routeWei Wang1-1/+1