summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Add support for RTM_DELNETCONFDavid Ahern2017-03-281-5/+15
* net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-282-15/+27
* ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2017-03-282-2/+55
* ipv6: sr: select DST_CACHE by defaultDavid Lebrun2017-03-272-18/+1
* tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-241-2/+0
* ipv6: sr: use dst_cache in seg6_inputDavid Lebrun2017-03-241-1/+26
* ipv6: sr: expand skb head only if necessaryDavid Lebrun2017-03-241-2/+2
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-244-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-234-9/+11
|\
| * ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
| * net: ipv6: set route type for anycast routesDavid Ahern2017-03-161-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-152-8/+8
| |\
| | * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-132-8/+8
* | | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-03-222-0/+12
* | | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-03-211-1/+1
|\ \ \
| * | | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-1/+1
| | |/ | |/|
* | | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-161-4/+1
* | | tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-161-5/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-157-18/+34
|\ \ \ | | |/ | |/|
| * | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-131-3/+5
| * | ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-131-1/+6
| * | ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-131-0/+2
| * | udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-091-1/+1
| * | net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-091-1/+3
| * | net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern2017-03-091-5/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-03-071-2/+6
| |\ \
| | * | vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-02-161-2/+6
| * | | ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-03-071-5/+5
| | |/ | |/|
* | | net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org2017-03-121-0/+59
* | | tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-091-11/+11
* | | ipv6: Provide ipv6 version of "disable_policy" sysctlDavid Forster2017-03-061-0/+114
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-043-12/+32
|\ \
| * | ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong2017-03-021-0/+6
| * | ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong2017-03-021-5/+9
| * | ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-011-0/+1
| * | net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2017-03-011-0/+1
| * | net/ipv6: avoid possible dead locking on addr_gen_mode sysctlFelix Jia2017-03-011-7/+15
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-3/+12
|\ \
| * | ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-261-3/+8
| * | vti6: return GRE_KEY for vti6David Forster2017-02-241-0/+4
* | | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
|/ /
* | tcp: setup timestamp offset when write_seq already setAlexey Kodanev2017-02-221-6/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-2/+4
|\ \
| * | ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-181-2/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-168-22/+140
|\ \ \
| * | | esp: Add a software GRO codepathSteffen Klassert2017-02-155-1/+132
| * | | net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-151-1/+1
| * | | xfrm: Add a secpath_set helper.Steffen Klassert2017-02-151-12/+3