summaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
AgeCommit message (Expand)Author
2018-07-29route: add support for directed broadcast forwardingXin Long
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu
2018-05-02ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-07ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-14ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04net/ipv4: Simplify fib_multipath_hash with optional flow keysDavid Ahern
2018-03-04net: Align ip_multipath_l3_keys and ip6_multipath_l3_keysDavid Ahern
2018-03-04net/ipv4: Pass net to fib_multipath_hash instead of fib_infoDavid Ahern
2018-03-01vrf: check forwarding on the original netdevice when generating ICMP dest unr...Stephen Suryaputra
2018-03-01net: ipv4: avoid unused variable warning for sysctlArnd Bergmann
2018-02-28ipv6: route: dissect flow in input path if fib rules need itRoopa Prabhu
2018-02-27net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-22net: ipv4: Set addr_type in hash_keys for forwarded caseDavid Ahern
2018-02-16xfrm: reuse uncached_list to track xdstsXin Long
2018-02-15net/ipv4: Remove fib table id from rtableDavid Ahern
2018-02-14net: Move ipv4 set_lwt_redirect helper to lwtunnelDavid Ahern
2018-02-13net/ipv4: Unexport fib_multipath_hash and fib_select_pathDavid Ahern
2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-21ipv4: ipv4_default_advmss() should use route mtuEric Dumazet
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ipv4: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-05net/ipv4: Remove unused variable in route.cTim Hansen
2017-10-01udp: perform source validation for mcast early demuxPaolo Abeni
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu