summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* gro_cells: move to net/core/gro_cells.cEric Dumazet2017-02-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-076-65/+50
|\
| * udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+1
| * ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-02-061-2/+8
| * ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-061-11/+13
| * ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-051-19/+21
| * ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2017-02-032-32/+7
* | net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov2017-02-074-15/+27
* | net: add confirm_neigh method to dst_opsJulian Anastasov2017-02-071-0/+16
* | net: add dst_pending_confirm flag to skbuffJulian Anastasov2017-02-071-0/+1
* | ipv6: sr: fix non static symbol warningsWei Yongjun2017-02-071-4/+4
* | net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern2017-02-041-1/+1
* | net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2017-02-042-1/+28
* | net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2017-02-042-3/+53
* | net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2017-02-042-17/+105
* | net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2017-02-041-2/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-037-39/+28
|\ \
| * | netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-021-1/+1
| * | netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-021-1/+1
| * | netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-023-8/+4
| * | skbuff: add and use skb_nfct helperFlorian Westphal2017-02-023-8/+8
| * | netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-021-1/+1
| * | netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-6/+6
| * | xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-091-0/+2
| * | ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
* | | net: ipv6: Set protocol to kernel for local routesDavid Ahern2017-02-031-0/+1
* | | tcp: add tcp_mss_clamp() helperEric Dumazet2017-02-031-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-022-2/+2
|\ \ \ | | |/ | |/|
| * | ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-011-1/+1
| * | ipv6: Paritially checksum full MTU framesVlad Yasevich2017-01-301-1/+1
* | | net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern2017-02-011-0/+3
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-012-67/+254
|\ \ \
| * | | esp: Introduce a helper to setup the trailerSteffen Klassert2017-01-171-25/+19
| * | | esp6: Avoid skb_cow_data whenever possibleSteffen Klassert2017-01-171-56/+246
| * | | IPsec: do not ignore crypto err in ah6 inputGilad Ben-Yossef2017-01-161-0/+3
| | |/ | |/|
* | | lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-303-3/+3
* | | net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-301-7/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2813-34/+59
|\ \ \ | | |/ | |/|
| * | tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-273-6/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-264-13/+12
| |\ \
| | * | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-162-13/+8
| | * | tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-01-091-0/+1
| | * | netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-01-091-0/+3
| * | | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-242-0/+2
| * | | ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-01-241-12/+22
| * | | ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-01-242-0/+5
| * | | ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet2017-01-201-0/+2
| * | | ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-01-191-3/+1
| * | | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-1/+11
* | | | net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia2017-01-273-0/+12
OpenPOWER on IntegriCloud