summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1536-1044/+1869
|\
| * tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-1/+2
| * ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel2017-11-151-1/+1
| * xfrm6_tunnel: exit_net cleanup check addedVasily Averin2017-11-141-0/+8
| * ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long2017-11-131-28/+14
| * ip6_tunnel: process toobig in a better wayXin Long2017-11-131-4/+3
| * ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long2017-11-131-5/+10
| * ip6_gre: process toobig in a better wayXin Long2017-11-131-13/+2
| * ip6_gre: add the process for redirect in ip6gre_errXin Long2017-11-131-0/+5
| * ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri2017-11-131-0/+4
| * net: Remove unused skb_shared_info memberMat Martineau2017-11-111-31/+0
| * net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski2017-11-112-1/+19
| * tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-101-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-083-12/+36
| |\
| | * netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+7
| | * netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-241-1/+1
| | * netfilter: x_tables: don't use seqlock when fetching old countersFlorian Westphal2017-10-241-2/+20
| | * netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0
| | * netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-6/+8
| * | ila: Add a hook type for LWT routesTom Herbert2017-11-081-3/+36
| * | ila: allow configuration of identifier typeTom Herbert2017-11-083-23/+58
| * | ila: add checksum neutral map autoTom Herbert2017-11-083-44/+60
| * | ila: cleanup checksum diffTom Herbert2017-11-081-21/+18
| * | ipv6: addrconf: fix a lockdep splatEric Dumazet2017-11-071-5/+7
| * | ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet2017-11-051-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0412-0/+12
| |\ \
| * | | ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-033-12/+91
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-0/+1
| |\ \ \
| * | | | net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2017-11-012-7/+8
| * | | | net: sit: Update lookup to handle links set to L3 slaveDavid Ahern2017-11-011-10/+21
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-011-4/+4
| |\ \ \ \
| | * | | | ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-271-2/+2
| | * | | | esp6: remove redundant initialization of esphColin Ian King2017-10-231-2/+2
| * | | | | net: Add extack to fib_notifier_infoDavid Ahern2017-11-011-6/+9
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-6/+14
| |\ \ \ \ \
| * | | | | | ipv6: prevent user from adding cached routesWei Wang2017-10-291-0/+6
| * | | | | | tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet2017-10-281-1/+1
| * | | | | | ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva2017-10-281-4/+1
| * | | | | | ip6_tunnel: Allow rcv/xmit even if remote address is a local addressShmulik Ladkani2017-10-251-2/+4
| * | | | | | ipv6: add ip6_null_entry check in rt6_select()Wei Wang2017-10-241-1/+1
| * | | | | | ipv6: addrconf: do not block BH in ipv6_chk_home_addr()Eric Dumazet2017-10-241-3/+3
| * | | | | | ipv6: addrconf: do not block BH in /proc/net/if_inet6 handlingEric Dumazet2017-10-241-8/+8
| * | | | | | ipv6: addrconf: do not block BH in ipv6_get_ifaddr()Eric Dumazet2017-10-241-3/+3
| * | | | | | ipv6: addrconf: do not block BH in ipv6_chk_addr_and_flags()Eric Dumazet2017-10-241-3/+3
| * | | | | | ipv6: addrconf: add per netns perturbation in inet6_addr_hash()Eric Dumazet2017-10-241-7/+9
| * | | | | | ipv6: addrconf: factorize inet6_addr_hash() callEric Dumazet2017-10-241-10/+5
| * | | | | | ipv6: addrconf: move ipv6_chk_same_addr() to avoid forward declarationEric Dumazet2017-10-241-18/+17
| * | | | | | tcp: add tracepoint trace_tcp_send_resetSong Liu2017-10-241-2/+8
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-2/+3
| |\ \ \ \ \ \
| * | | | | | | ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni2017-10-211-6/+6
OpenPOWER on IntegriCloud