aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+3
2015-03-20ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca1-5/+3
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso1-3/+3
2015-03-17ip6_tunnel: fix error code when tunnel existsNicolas Dichtel1-16/+17
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-1/+2
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet1-0/+1
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-11/+28
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-2/+3
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek1-2/+2
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert1-1/+5
2015-02-11ipv6: Partial checksum only UDP packetsVlad Yasevich1-1/+1
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+40
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich1-1/+2
2015-02-09ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich1-1/+1
2015-02-09xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert1-1/+1
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch1-1/+1
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17
2015-02-06xfrm6: Fix a offset value for network header in _decode_session6Hajime Tazaki1-0/+1
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline2-3/+20
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-27/+50
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2-6/+4
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich3-21/+44
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro1-1/+1
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro1-2/+1
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich1-1/+10
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich1-4/+20
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich1-27/+40
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich1-19/+84
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich1-69/+89
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-3/+2
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+44
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: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet1-6/+2
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau1-1/+5
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian2-1/+11
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert1-6/+6
2015-01-23ip6gretap: advertise link netns via netlinkNicolas Dichtel1-0/+1
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel4-0/+12
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller1-1/+1
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg5-18/+26
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn1-7/+3
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2015-01-14ipv6:icmp:remove unnecessary bracketszhuyj1-1/+1
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+2
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-2/+15
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2-43/+83
2015-01-05net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann1-7/+6
2015-01-05ip: Move checksum convert defines to inetTom Herbert1-1/+1
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe1-4/+4
2014-12-22tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel1-16/+29
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds35-346/+635
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-10Merge 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-09tcp: fix more NULL deref after prequeue changesEric Dumazet1-14/+14
2014-12-09put iov_iter into msghdrAl Viro2-2/+4
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2-2/+2
2014-12-09ipv6 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-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+17
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro13-106/+181
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches1-50/+63
2014-12-08net-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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-85/+3
2014-11-29Merge 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-25Merge 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-24ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov1-2/+2
2014-11-24Merge 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-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien1-0/+11
2014-11-23ipv6: 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-21Merge 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-19ipv6: 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-16ipv6: 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
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+11
2014-11-06Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-3/+1
2014-11-06net: esp: Convert NETDEBUG to pr_infoJoe Perches1-5/+5
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches1-6/+4
2014-11-06ip6_tunnel: Add support for wildcard tunnel endpoints.Steffen Klassert1-1/+40
2014-11-06ipv6: Allow sending packets through tunnels with wildcard endpointsSteffen Klassert3-11/+24
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar2-3/+1
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert1-1/+1
2014-11-05ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-4/+5
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2-7/+2
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller3-6/+6
2014-11-05udp: Changes to udp_offload to support remote checksum offloadTom Herbert2-0/+2
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches2-8/+8
2014-11-04ipv6: trivial, add bracket for the if blockFlorent Fourcot1-2/+2
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal1-3/+2
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert1-2/+3
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert1-9/+6
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert1-10/+1
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert1-9/+1
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-66/+144
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-66/+109
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-66/+109
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+34
2014-10-30syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal1-2/+5
2014-10-30ip6_tunnel: allow to change mode for the ip6tnl0Alexey Andriyanov1-7/+25
2014-10-30ipv6: remove assignment in if conditionFabian Frederick1-1/+2
2014-10-30ipv6: remove inline on static in c fileFabian Frederick1-6/+6
2014-10-30ipv6: spelling s/incomming/incomingFabian Frederick1-1/+1
2014-10-30netfilter: log: protect nf_log_register against double registeringMarcelo Leitner1-1/+11
2014-10-29net: ipv6: Add a sysctl to make optimistic addresses useful candidatesErik Kline1-2/+44
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel1-0/+1
2014-10-27netfilter: nf_tables: add new expression nft_redirArturo Borrero3-0/+87
2014-10-27netfilter: refactor NAT redirect IPv6 code to use it from nf_tablesArturo Borrero3-0/+82
2014-10-27ipv6: include linux/uaccess.h instead of asm/uaccess.hFabian Frederick1-1/+1
2014-10-27ipv6: replace min/casting by min_tFabian Frederick1-2/+2
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau1-14/+16
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau1-3/+3
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau1-30/+40
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama2-2/+0
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla1-2/+2
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing1-3/+8
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal1-1/+1
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+5
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+4
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing1-3/+3
2014-10-18ipv6: fix a potential use after free in ip6_offload.cLi RongQing1-0/+1
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-13/+16
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet2-12/+16
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing1-1/+0
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso1-0/+1
2014-10-11netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso1-0/+4
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds56-1042/+1506
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-12/+1
2014-10-07ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller1-2/+2
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet4-4/+4
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa1-17/+30
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2-8/+7
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa1-6/+6
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa1-10/+13
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa1-40/+31
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-24/+184
2014-10-04ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel1-2/+2
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert1-0/+1
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero1-23/+11
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-7/+42
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-1/+1
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso3-0/+172
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert1-2/+6
2014-10-01sit: Set inner IP protocol in sitTom Herbert1-0/+4
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-1/+1
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa4-5/+29
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+28
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+0
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-0/+7
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet3-5/+6
2014-09-28ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert1-0/+2
2014-09-28ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert1-1/+5
2014-09-28ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert1-1/+5
2014-09-28net_dma: simple removalDan Williams1-12/+1
2014-09-26ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel1-0/+1
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert3-39/+0
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert1-22/+18
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert1-13/+24
2014-09-23icmp: add a global rate limitationEric Dumazet1-8/+12
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+28
2014-09-22ipv6: mld: answer mldv2 queries with mldv1 reports in mldv1 fallbackDaniel Borkmann1-10/+31
2014-09-22udp: Need to make ip6_udp_tunnel.c have GPL licenseTom Herbert1-0/+2
2014-09-19udp_tunnel: Only build ip6_udp_tunnel.c when IPV6 is selectedAndy Zhou1-1/+4
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert1-0/+1
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-0/+42
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2-0/+64
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+0