aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-22/+140
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+24
2017-02-15esp: Add a software GRO codepathSteffen Klassert5-1/+132
2017-02-15net: Add a skb_gro_flush_final helper.Steffen Klassert1-1/+1
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert1-12/+3
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton3-8/+21
2017-02-14ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton1-0/+3
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov1-1/+1
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+8
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu1-0/+1
2017-02-09xfrm: policy: make policy backend constFlorian Westphal1-1/+1
2017-02-09xfrm: policy: remove family fieldFlorian Westphal1-4/+1
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal1-1/+1
2017-02-09xfrm: input: constify xfrm_input_afinfoFlorian Westphal1-2/+1
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet1-0/+1
2017-02-08sit: fix a double free on error pathWANG Cong1-0/+1
2017-02-08ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe1-0/+6
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-65/+50
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov4-15/+27
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov1-0/+16
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov1-0/+1
2017-02-07ipv6: sr: fix non static symbol warningsWei Yongjun1-4/+4
2017-02-07udp: properly cope with csum errorsEric Dumazet1-1/+1
2017-02-06ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing1-2/+8
2017-02-06ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-02-05ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+21
2017-02-04net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern1-1/+1
2017-02-04net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2-1/+28
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2-3/+53
2017-02-04net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2-17/+105
2017-02-04net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern1-2/+36
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-39/+28
2017-02-03net: ipv6: Set protocol to kernel for local routesDavid Ahern1-0/+1
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet1-4/+1
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2-32/+7
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček1-1/+1
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal1-1/+1
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal3-8/+4
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal3-8/+8
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal1-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-6/+6
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern1-0/+3
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-67/+254
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich1-1/+1
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern3-3/+3
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman1-7/+20
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-34/+59
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira3-6/+5