summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+8
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa1-19/+26
2015-01-26ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-01-16ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe1-4/+4
2014-12-23tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel1-16/+29
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds35-346/+635
2014-12-11net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+8
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+14
2014-12-10tcp: fix more NULL deref after prequeue changesEric Dumazet1-14/+14
2014-12-10put iov_iter into msghdrAl Viro2-2/+4
2014-12-10ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2-2/+2
2014-12-10ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro1-56/+56
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong1-5/+1
2014-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+17
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro13-106/+181
2014-12-09udp: Neaten and reduce size of compute_score functionsJoe Perches1-50/+63
2014-12-09net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn1-2/+19
2014-12-08xfrm6: Fix the nexthdr offset in _decode_session6.Steffen Klassert1-1/+7
2014-12-08xfrm6: Fix transport header offset in _decode_session6.Steffen Klassert1-1/+1
2014-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-85/+3
2014-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+20
2014-11-28netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan1-1/+1
2014-11-27netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso4-84/+2
2014-11-26ipv6: Remove unnecessary testzhuyj1-4/+2
2014-11-26Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2-2/+2
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet1-1/+4
2014-11-25ip6_udp_tunnel: Fix checksum calculationAlexander Duyck1-3/+1
2014-11-25ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov1-2/+2
2014-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-5/+184
2014-11-24new helper: skb_copy_and_csum_datagram_msg()Al Viro2-2/+2
2014-11-24ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien1-0/+11
2014-11-24ipv6: coding style improvements (remove assignment in if statements)Ian Morris13-33/+55
2014-11-23ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalidAlexander Duyck1-1/+2
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+5
2014-11-20vti6: Add a lookup method for tunnels with wildcard endpoints.Steffen Klassert1-0/+17
2014-11-20ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong1-0/+4
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones1-2/+10
2014-11-17ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-4/+5
2014-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2014-11-13netfilter: fix various sparse warningsFlorian Westphal2-4/+4
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches9-53/+45
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet2-0/+2
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet1-1/+2
2014-11-10netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann1-0/+1
2014-11-07udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2-3/+9