summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-3/+4
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing-3/+3
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing-0/+1
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-13/+16
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet-12/+16
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing-1/+0
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1042/+1506
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds-12/+1
2014-10-07ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller-2/+2
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-4/+4
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa-17/+30
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa-8/+7
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa-6/+6
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa-10/+13
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa-40/+31
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-24/+184
2014-10-04ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel-2/+2
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert-0/+1
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero-23/+11
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+42
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso-1/+1
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso-0/+172
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert-2/+6
2014-10-01sit: Set inner IP protocol in sitTom Herbert-0/+4
2014-10-01udp: Generalize skb_udp_segmentTom Herbert-1/+1
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa-5/+29
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-22/+28
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-2/+0
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet-0/+7
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet-5/+6
2014-09-28ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert-0/+2
2014-09-28ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert-1/+5
2014-09-28ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert-1/+5
2014-09-28net_dma: simple removalDan Williams-12/+1
2014-09-26ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel-0/+1
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert-39/+0
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert-22/+18
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert-13/+24
2014-09-23icmp: add a global rate limitationEric Dumazet-8/+12
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+28
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann-10/+31
2014-09-22udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert-0/+2
2014-09-19udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou-1/+4
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert-10/+97
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert-0/+1
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou-0/+42
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou-0/+64
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu-2/+0