aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01sit: Set inner IP protocol in sitTom Herbert1-0/+4
2014-09-19sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-6/+6
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+3
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-05-21net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-04-16sit: use the right netns in ioctl handlerNicolas Dichtel1-13/+4
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-2/+3
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-0/+19
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-16/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-5/+5
2014-01-01ipv6: fix the use of pcpu_tstats in sitLi RongQing1-0/+2
2013-12-27ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing1-1/+3
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet1-1/+1
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-23sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel1-6/+38
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+14
2013-11-14sit: fix use after free of fb_tunnel_devWillem de Bruijn1-4/+14
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+15
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet1-9/+19
2013-10-01sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-1/+1
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE1-15/+69
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel1-5/+1
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-4/+1
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-2/+2
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+2
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun1-4/+2
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa1-0/+5
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel1-3/+3
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel1-2/+2
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa1-1/+1
2013-06-27sit: add support of x-netnsNicolas Dichtel1-10/+32
2013-06-19sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel1-1/+1
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-1/+6
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-29/+10
2013-05-31sit: add IPv4 over IPv4 supportNicolas Dichtel1-3/+116
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar1-36/+1
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1/+1
2013-03-10tunnel: use iptunnel_xmit() againCong Wang1-0/+2
2013-01-29ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa1-13/+41
2013-01-18ipv6: remove unneeded check to pskb_may_pull in ipip6_rcvHannes Frederic Sowa1-6/+1
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel1-12/+21
2012-11-20sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel1-25/+124
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman1-4/+4