summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-5/+2Star
* sit: fix sit0 percpu double allocationsEric Dumazet2015-11-031-22/+4Star
* 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/+1Star
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+1Star
* 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-241-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-071-9/+6Star
|\
| * sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert2014-11-031-9/+6Star
* | fou: Fix typo in returning flags in netlinkTom Herbert2014-11-061-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-021-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-251-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-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-121-2/+2
|\
| * ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov2014-06-111-2/+2
* | net: tunnels - enable module autoloadingTom Gundersen2014-05-211-0/+1
|/
* sit: use the right netns in ioctl handlerNicolas Dichtel2014-04-161-13/+4Star
* 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-061-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/+2Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-2/+6
|\
| * ipv6: fix the use of pcpu_tstats in sitLi RongQing2014-01-021-0/+2
| * ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing2013-12-271-1/+3
| * ipv6: sit: update mtu check to take care of gso packetsEric Dumazet2013-12-181-1/+1
* | net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing2014-01-051-5/+5
|/
* sit: use kfree_skb to replace dev_kfree_skbGao feng2013-11-291-3/+3
* sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel2013-11-231-6/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-201-4/+14
|\
| * sit: fix use after free of fb_tunnel_devWillem de Bruijn2013-11-141-4/+14
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-141-0/+15
|\ \ | |/ |/|
| * net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-061-0/+15
* | ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-221-9/+19
|/
* sit: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-011-1/+1
* IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE2013-09-281-15/+69
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-09-051-4/+7
|\
| * ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-301-4/+2Star
| * ipv6: wire up skb->encapsulationHannes Frederic Sowa2013-08-191-0/+5
* | tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-5/+1Star