summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2017-11-01net: sit: Update lookup to handle links set to L3 slaveDavid Ahern
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-23sit: use __GFP_NOWARN for user controlled allocationWANG Cong
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2017-02-08sit: fix a double free on error pathWANG Cong
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson
2016-08-12sit: make function ipip6_valid_ip_proto() staticWei Yongjun
2016-08-10net: resolve symbol conflicts with generic hashtable.hJiri Kosina
2016-07-09sit: support MPLS over IPv4Simon Horman
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet
2016-06-16sit: correct IP protocol used in ipip6_errSimon Horman
2016-06-09sit: remove unnecessary protocol check in ipip6_tunnel_xmit()Simon Horman
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-01-25sit: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar
2015-11-02sit: fix sit0 percpu double allocationsEric Dumazet
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar
2015-04-08ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-01sit: Set inner IP protocol in sitTom Herbert
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris