summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAge
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-05
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: do not create fallback tunnels for non-default namespacesEric Dumazet2018-03-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-06
|\
| * sit: fix IFLA_MTU ignored on NEWLINKXin Long2018-02-27
* | net: Convert sit_net_opsKirill Tkhai2018-02-27
|/
* ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann2018-02-23
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-25
* sit: update frag_off infoHangbin Liu2017-11-30
* net: sit: Update lookup to handle links set to L3 slaveDavid Ahern2017-11-01
* ipv6: speedup ipv6 tunnels dismantleEric Dumazet2017-09-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-30
|\
| * sit: use __GFP_NOWARN for user controlled allocationWANG Cong2017-06-23
* | net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-26
* | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-26
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-26
|/
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-07
* ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-21
* sit: fix a double free on error pathWANG Cong2017-02-08
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* ipv4/6: use core net MTU range checkingJarod Wilson2016-10-20
* sit: make function ipip6_valid_ip_proto() staticWei Yongjun2016-08-12
* net: resolve symbol conflicts with generic hashtable.hJiri Kosina2016-08-10
* sit: support MPLS over IPv4Simon Horman2016-07-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * sit: correct IP protocol used in ipip6_errSimon Horman2016-06-16
* | ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-18
* | ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2016-06-18
* | ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2016-06-18
* | sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman2016-06-09
|/
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-20
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-16
* tunnels: Remove encapsulation offloads on decap.Jesse Gross2016-03-20
* iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-18
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-16
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-12
* sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-01-25
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-25
* 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
|/