summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* ipv4/6: use core net MTU range checkingJarod Wilson2016-10-201-12/+2
* sit: make function ipip6_valid_ip_proto() staticWei Yongjun2016-08-121-1/+1
* net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-101-5/+5
* sit: support MPLS over IPv4Simon Horman2016-07-091-16/+77
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-2/+2
|\
| * sit: correct IP protocol used in ipip6_errSimon Horman2016-06-161-2/+2
* | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-181-1/+3
* | ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2016-06-181-3/+3
* | ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2016-06-181-37/+1
* | sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman2016-06-091-3/+0
|/
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+2
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-8/+6
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-201-2/+4
* iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-161-8/+9
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+2
* sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-01-251-2/+2
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-5/+2
* sit: fix sit0 percpu double allocationsEric Dumazet2015-11-021-22/+4
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-101-1/+1
* ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa2015-04-081-1/+1
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-2/+1
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+1
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-6/+6
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-5/+5
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-4/+4
|\
| * sit: fix some __be16/u16 mismatchesEric Dumazet2015-02-051-4/+4
* | tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+1
|/
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-9/+6
|\
| * sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-031-9/+6
* | fou: Fix typo in returning flags in netlinkTom Herbert2014-11-051-1/+1
|/
* ipv6: fix a potential use after free in sit.cLi RongQing2014-10-181-3/+3
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* sit: Set inner IP protocol in sitTom Herbert2014-10-011-0/+4
* sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert2014-09-191-10/+97
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-6/+6
* sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-08-141-3/+3
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-111-2/+2
|\
| * ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-101-2/+2
* | net: tunnels - enable module autoloadingTom Gundersen2014-05-211-0/+1
|/
* sit: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-13/+4
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-0/+19
|\
| * sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-201-0/+19
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-16/+2
|/