summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-02ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong
2015-03-29net: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong
2015-03-25ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-03-23tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-03-20ipv6: fix backtracking for throw routesSteven Barth
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso
2015-03-17ip6_tunnel: fix error code when tunnel existsNicolas Dichtel
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-02-23ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert
2015-02-11ipv6: Partial checksum only UDP packetsVlad Yasevich
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-09ipv6: Make __ipv6_select_ident staticVlad Yasevich
2015-02-09ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich
2015-02-09xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann
2015-02-06xfrm6: Fix a offset value for network header in _decode_session6Hajime Tazaki
2015-02-05net: ipv6: allow explicitly choosing optimistic addressesErik Kline
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet
2015-02-05ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro
2015-02-04ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich
2015-02-02udpv6: Add lockless sendmsg() supportVlad Yasevich
2015-02-02ipv6: Introduce udpv6_send_skb()Vlad Yasevich
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich
2015-02-02net-timestamp: no-payload optionWillem de Bruijn
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-01-27ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa
2015-01-26ipv6: tcp: fix race in IPV6_2292PKTOPTIONSEric Dumazet