summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: delete protocol and unregister rtnetlink when cleanupDuan Jiong2014-11-191-0/+4
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-161-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-161-0/+1
|\
| * netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1
* | gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert2014-11-031-2/+3
* | sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-031-9/+6
* | vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert2014-11-031-10/+1
* | ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert2014-11-031-9/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-311-66/+109
|\
| * netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2014-10-311-66/+109
* | drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-10-301-0/+34
* | ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel2014-10-291-0/+1
* | net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla2014-10-221-2/+2
* | xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing2014-10-221-3/+8
|/
* net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal2014-10-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-10-202-0/+5
|\
| * netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2014-10-131-0/+1
| * netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2014-10-111-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-192-3/+4
|\ \
| * | ipv6: fix a potential use after free in sit.cLi RongQing2014-10-181-3/+3
| * | ipv6: fix a potential use after free in ip6_offload.cLi RongQing2014-10-181-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-183-13/+16
|\ \ \ | |/ /
| * | ipv6: introduce tcp_v6_iif()Eric Dumazet2014-10-172-12/+16
| * | ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing2014-10-141-1/+0
| |/
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-1/+1
|\ \ | |/ |/|
| * net: Replace get_cpu_var through this_cpu_ptrChristoph Lameter2014-08-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0856-1042/+1506
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-081-2/+2
| |\ \
| | * | ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-041-2/+2
| * | | ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller2014-10-071-2/+2
| * | | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-074-4/+4
| * | | ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa2014-10-071-17/+30
| * | | ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2014-10-072-8/+7
| * | | ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa2014-10-071-6/+6
| * | | ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa2014-10-071-10/+13
| * | | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa2014-10-071-40/+31
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-055-24/+184
| |\ \ \
| | * | | netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero2014-10-031-23/+11
| | * | | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
| | * | | netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso2014-10-023-0/+172
| * | | | fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2014-10-031-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-027-7/+42
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-011-2/+6
| * | | | sit: Set inner IP protocol in sitTom Herbert2014-10-011-0/+4
| * | | | udp: Generalize skb_udp_segmentTom Herbert2014-10-011-1/+1
| | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-291-22/+28
| |\ \ \
| | * | | netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso2014-09-121-12/+15
| | * | | netfilter: NFT_CHAIN_NAT_IPV* is independent of NFT_NATPablo Neira Ayuso2014-09-121-10/+13
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-281-2/+0
| |\ \ \ \
| | * | | | ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu2014-09-181-2/+0