summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0212-0/+12
| |\ \
| | * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-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
|\ \ \ \ | |/ / /
| * | | ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-011-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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-10-271-2/+7
| * | | | ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-10-271-4/+7
| | |/ / | |/| |
* | | | 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: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-10-222-2/+3
* | | | ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni2017-10-211-6/+6
* | | | ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni2017-10-211-1/+11
* | | | ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni2017-10-211-1/+3
* | | | net: Add extack to validator_info structs used for address notifierDavid Ahern2017-10-201-10/+12
* | | | net: ipv6: Make inet6addr_validator a blocking notifierDavid Ahern2017-10-202-11/+19
* | | | ipv6: addrconf: cleanup locking in ipv6_add_addrDavid Ahern2017-10-201-44/+60
OpenPOWER on IntegriCloud