summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-02-06ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing
2017-02-06ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-02-05ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-02-04net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern
2017-02-04net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern
2017-02-04net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern
2017-02-04net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-02-03net: ipv6: Set protocol to kernel for local routesDavid Ahern
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-01-27net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia
2017-01-27net/ipv6: allow sysctl to change link-local address generation modeFelix Jia
2017-01-26net: ipv6: ignore null_entry on route dumpsDavid Ahern
2017-01-26net: ipv6: remove skb_reserve in getrouteDavid Ahern
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-01-25net/tcp-fastopen: Add new API supportWei Wang
2017-01-25net: Remove __sk_dst_reset() in tcp_v6_connect()Wei Wang
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman
2017-01-24ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2017-01-22ipv6: add NUMA awareness to seg6_hmac_init_algo()Eric Dumazet
2017-01-20gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki
2017-01-20ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet
2017-01-19net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern
2017-01-19ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-01-18net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern
2017-01-18net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern
2017-01-18inet: drop ->bind_conflictJosef Bacik
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-17esp: Introduce a helper to setup the trailerSteffen Klassert