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