summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Refactor __ip6_route_redirectDavid Ahern2019-04-111-23/+33
* ipv6: Refactor rt6_device_matchDavid Ahern2019-04-111-13/+25
* ipv6: Move fib6_multipath_select down in ip6_pol_routeDavid Ahern2019-04-111-3/+3
* ipv6: Be smarter with null_entry handling in ip6_pol_route_lookupDavid Ahern2019-04-111-12/+13
* ipv6: Refactor find_rr_leafDavid Ahern2019-04-111-36/+30
* ipv6: Refactor find_matchDavid Ahern2019-04-111-18/+32
* ipv6: Pass fib6_nh and flags to rt6_score_routeDavid Ahern2019-04-111-8/+10
* ipv6: Change rt6_probe to take a fib6_nhDavid Ahern2019-04-111-8/+8
* ipv6: Remove rt6_check_devDavid Ahern2019-04-111-11/+4
* ipv6: Only call rt6_check_neigh for nexthop with gatewayDavid Ahern2019-04-111-9/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-091-7/+13
|\
| * net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-091-7/+13
* | neighbor: Add skip_cache argument to neigh_outputDavid Ahern2019-04-091-1/+1
* | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-093-11/+11
* | ipv6: Add fib6_nh_init and release to stubsDavid Ahern2019-04-092-0/+11
* | datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-6/+4
* | rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-081-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-054-3/+10
|\|
| * ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-051-0/+4
| * ipv6: Fix dangling pointer when ipv6 fragmentJunwei Hu2019-04-041-1/+3
| * ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev typeSheena Mira-ato2019-04-021-2/+2
| * ila: Fix rhashtable walker list corruptionHerbert Xu2019-03-281-0/+1
* | ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-041-71/+6
* | tcp: fix tcp_inet6_sk() for 32bit kernelsEric Dumazet2019-04-011-2/+3
* | ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-292-1/+2
* | net: Use common nexthop init and release helpersDavid Ahern2019-03-291-16/+5
* | net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-291-0/+3
* | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-294-94/+101
* | ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nhDavid Ahern2019-03-291-19/+20
* | ipv6: Refactor fib6_ignore_linkdownDavid Ahern2019-03-291-18/+3
* | ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-293-25/+35
* | ipv6: Create cleanup helper for fib6_nhDavid Ahern2019-03-292-4/+9
* | ipv6: Create init helper for fib6_nhDavid Ahern2019-03-291-108/+141
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-283-12/+20
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-211-0/+6
| |\
| | * netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-03-181-0/+6
| * | ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-03-201-8/+10
| * | tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-03-191-4/+4
| |/
* | inet: switch IP ID generator to siphashEric Dumazet2019-03-271-14/+16
* | tcp: add one skb cache for rxEric Dumazet2019-03-241-3/+9
* | genetlink: make policy common to familyJohannes Berg2019-03-222-8/+2
* | ipv6: Remove fallback argument from ip6_hold_safeDavid Ahern2019-03-211-7/+6
* | ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern2019-03-211-26/+16
* | ipv6: Move setting default metric for routesDavid Ahern2019-03-211-4/+4
* | ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra2019-03-212-2/+15
* | ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra2019-03-192-0/+13
* | tcp: add tcp_inet6_sk() helperEric Dumazet2019-03-191-18/+26
|/
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-091-2/+2
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+2