summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
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-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch
2015-02-06ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann
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
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau
2015-01-25net: ipv6: Add sysctl entry to disable MTU updates from RAHarout Hedeshian
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert
2015-01-23ip6gretap: advertise link netns via netlinkNicolas Dichtel
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14ipv6:icmp:remove unnecessary bracketszhuyj
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal
2015-01-05net: fib6: fib6_commit_metrics: fix potential NULL pointer dereferenceDaniel Borkmann
2015-01-05ip: Move checksum convert defines to inetTom Herbert
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe
2014-12-22tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds