summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-5/+5
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-6/+6
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2015-02-05sit: fix some __be16/u16 mismatchesEric Dumazet1-4/+4
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+1
2014-11-24ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-3/+4
2014-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+6
2014-11-06fou: Fix typo in returning flags in netlinkTom Herbert1-1/+1
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert1-9/+6
2014-10-18ipv6: fix a potential use after free in sit.cLi RongQing1-3/+3
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-02sit: Set inner IP protocol in sitTom Herbert1-0/+4
2014-09-20sit: Setup and TX path for sit/UDP foo-over-udp encapsulationTom Herbert1-10/+97
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-6/+6
2014-08-15sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+3
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-06-11ipip, 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-06Merge 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-15net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-16/+2
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2014-01-05net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing1-5/+5
2014-01-02ipv6: 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-19ipv6: sit: update mtu check to take care of gso packetsEric Dumazet1-1/+1
2013-11-29sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-24sit: generate icmpv6 error when receiving icmpv4 errorOussama Ghorbel1-6/+38
2013-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+14
2013-11-15sit: 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/k...Linus Torvalds1-0/+15
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-0/+15
2013-10-22ipv6: 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-31ipv4 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-05sit: fix tunnel update via netlinkNicolas Dichtel1-2/+2
2013-07-02ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa1-1/+1
2013-06-28sit: add support of x-netnsNicolas Dichtel1-10/+32
2013-06-20sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel1-1/+1