summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov
2014-05-21net: tunnels - enable module autoloadingTom Gundersen
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-01ipv6: fix the use of pcpu_tstats in sitLi RongQing
2013-12-27ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-14sit: fix use after free of fb_tunnel_devWillem de Bruijn
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet
2013-10-01sit: allow to use rtnl ops on fb tunnelNicolas Dichtel
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa
2013-06-27sit: add support of x-netnsNicolas Dichtel
2013-06-19sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-05-31sit: add IPv4 over IPv4 supportNicolas Dichtel
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar
2013-03-10tunnel: use iptunnel_xmit() againCong Wang
2013-01-29ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa
2013-01-18ipv6: remove unneeded check to pskb_may_pull in ipip6_rcvHannes Frederic Sowa
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel
2012-11-20sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-11-15sit: fix sparse warningsNicolas Dichtel
2012-11-14sit: add support of link creation via rtnlNicolas Dichtel
2012-11-14sit: rename rtnl functions for consistencyNicolas Dichtel