aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson1-12/+2
2016-08-12sit: make function ipip6_valid_ip_proto() staticWei Yongjun1-1/+1
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina1-5/+5
2016-07-09sit: support MPLS over IPv4Simon Horman1-16/+77
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet1-1/+3
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet1-3/+3
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet1-37/+1
2016-06-16sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-06-09sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman1-3/+0
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-8/+6
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross1-2/+4
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+1
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni1-8/+9
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+2
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-2/+2
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-5/+2
2015-11-02sit: fix sit0 percpu double allocationsEric Dumazet1-22/+4
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-1/+1
2015-04-08ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa1-1/+1
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel1-2/+1
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+1
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-6/+6
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-5/+5
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-6/+6
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-3/+4
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+6
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert1-1/+1
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert1-9/+6
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing1-3/+3
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-01sit: Set inner IP protocol in sitTom Herbert1-0/+4
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-6/+6
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+3
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-05-21net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel1-13/+4
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-2/+3
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-0/+19
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-16/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6