summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-11-15ipv6: set all.accept_dad to 0 by defaultNicolas Dichtel
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-14xfrm6_tunnel: exit_net cleanup check addedVasily Averin
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long
2017-11-13ip6_tunnel: process toobig in a better wayXin Long
2017-11-13ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long
2017-11-13ip6_gre: process toobig in a better wayXin Long
2017-11-13ip6_gre: add the process for redirect in ip6gre_errXin Long
2017-11-13ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri
2017-11-11net: Remove unused skb_shared_info memberMat Martineau
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-11-08ila: Add a hook type for LWT routesTom Herbert
2017-11-08ila: allow configuration of identifier typeTom Herbert
2017-11-08ila: add checksum neutral map autoTom Herbert
2017-11-08ila: cleanup checksum diffTom Herbert
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-07ipv6: addrconf: fix a lockdep splatEric Dumazet
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal
2017-11-05ipv6: remove IN6_ADDR_HSIZE from addrconf.hEric Dumazet
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03net: use -ENOSPC for transient busy indicationGilad Ben-Yossef
2017-11-03ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai
2017-11-01net: sit: Update lookup to handle links set to L3 slaveDavid Ahern
2017-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29ipv6: prevent user from adding cached routesWei Wang
2017-10-28tcp: Namespace-ify sysctl_tcp_workaround_signed_windowsEric Dumazet
2017-10-28ipv6: exthdrs: use swap macro in ipv6_dest_haoGustavo A. R. Silva
2017-10-27ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long
2017-10-27ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long
2017-10-27ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva