summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
AgeCommit message (Expand)AuthorLines
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet-4/+4
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel-0/+1
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris-3/+4
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+6
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert-1/+1
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert-9/+6
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing-3/+3
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet-1/+1
2014-10-01sit: Set inner IP protocol in sitTom Herbert-0/+4
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert-10/+97
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris-6/+6
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani-3/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+3
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov-2/+2
2014-05-21net: tunnels - enable module autoloadingTom Gundersen-0/+1
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel-13/+4
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet-2/+3
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+19
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel-0/+19
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong-16/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+6
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing-5/+5
2014-01-01ipv6: fix the use of pcpu_tstats in sitLi RongQing-0/+2
2013-12-27ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing-1/+3
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet-1/+1
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng-3/+3
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel-6/+38
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+14
2013-11-14sit: fix use after free of fb_tunnel_devWillem de Bruijn-4/+14
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+15
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz-0/+15
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet-9/+19
2013-10-01sit: allow to use rtnl ops on fb tunnelNicolas Dichtel-1/+1
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE-15/+69
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+7
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel-5/+1
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel-4/+1
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel-2/+2
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel-2/+2
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun-4/+2
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa-0/+5
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel-3/+3
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel-2/+2
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa-1/+1
2013-06-27sit: add support of x-netnsNicolas Dichtel-10/+32
2013-06-19sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel-1/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar-1/+6
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar-29/+10