summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong2017-03-021-0/+6
* ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong2017-03-021-5/+9
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-011-0/+1
* net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2017-03-011-0/+1
* net/ipv6: avoid possible dead locking on addr_gen_mode sysctlFelix Jia2017-03-011-7/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-3/+12
|\
| * ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-261-3/+8
| * vti6: return GRE_KEY for vti6David Forster2017-02-241-0/+4
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
|/
* tcp: setup timestamp offset when write_seq already setAlexey Kodanev2017-02-221-6/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-191-2/+4
|\
| * ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-181-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-168-22/+140
|\ \
| * | esp: Add a software GRO codepathSteffen Klassert2017-02-155-1/+132
| * | net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-151-1/+1
| * | xfrm: Add a secpath_set helper.Steffen Klassert2017-02-151-12/+3
| * | xfrm: policy: make policy backend constFlorian Westphal2017-02-091-1/+1
| * | xfrm: policy: remove family fieldFlorian Westphal2017-02-091-4/+1
| * | xfrm: policy: remove garbage_collect callbackFlorian Westphal2017-02-091-1/+1
| * | xfrm: input: constify xfrm_input_afinfoFlorian Westphal2017-02-091-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-164-8/+24
|\ \ \ | | |/ | |/|
| * | ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-143-8/+21
| * | ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-02-141-0/+3
* | | net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-111-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-113-0/+8
|\| |
| * | igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-091-0/+1
| * | sit: fix a double free on error pathWANG Cong2017-02-081-0/+1
| * | ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-02-081-0/+6
* | | 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