summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c (follow)
Commit message (Expand)AuthorAge
* ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-05-22
* sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-22
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-23
* IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-18
* vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-16
* ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-27
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-23
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-03-23
* Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2018-07-22
* sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-05-30
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-13
* sit: reload iphdr in ipip6_rcvHaishuang Yan2018-04-13
* ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann2018-03-11
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2018-02-28
* sit: update frag_off infoHangbin Liu2017-12-16
* sit: fix a double free on error pathWANG Cong2017-02-18
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-10-31
* sit: correct IP protocol used in ipip6_errSimon Horman2016-07-11
* sit: fix sit0 percpu double allocationsEric Dumazet2015-11-02
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-10
* ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa2015-04-08
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-02
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-31
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * sit: fix some __be16/u16 mismatchesEric Dumazet2015-02-05
* | tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-19
|/
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-06
|\
| * sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-03
* | fou: Fix typo in returning flags in netlinkTom Herbert2014-11-05
|/
* ipv6: fix a potential use after free in sit.cLi RongQing2014-10-18
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-07
* sit: Set inner IP protocol in sitTom Herbert2014-10-01
* sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert2014-09-19
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-24
* sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-08-14
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-11
|\
| * ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-10
* | net: tunnels - enable module autoloadingTom Gundersen2014-05-21
|/
* sit: use the right netns in ioctl handlerNicolas Dichtel2014-04-16
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\
| * sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-20
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-14
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-06
|\
| * ipv6: fix the use of pcpu_tstats in sitLi RongQing2014-01-01