summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
* 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-011-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-041-5/+5
|/
* sit: use kfree_skb to replace dev_kfree_skbGao feng2013-11-281-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-191-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-211-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/+2
| * ipv6: wire up skb->encapsulationHannes Frederic Sowa2013-08-191-0/+5
* | tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel2013-09-041-5/+1
* | tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-041-4/+1
* | skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel2013-09-041-2/+2
* | iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-041-2/+2
* | ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel2013-08-151-3/+3
|/
* sit: fix tunnel update via netlinkNicolas Dichtel2013-07-041-2/+2
* ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa2013-07-011-1/+1
* sit: add support of x-netnsNicolas Dichtel2013-06-271-10/+32
* sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel2013-06-191-1/+1
* ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-191-1/+6
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-191-29/+10
* sit: add IPv4 over IPv4 supportNicolas Dichtel2013-05-311-3/+116
* Tunneling: use IP Tunnel stats APIs.Pravin B Shelar2013-03-261-36/+1
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1/+1
* tunnel: use iptunnel_xmit() againCong Wang2013-03-101-0/+2
* ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa2013-01-291-13/+41
* ipv6: remove unneeded check to pskb_may_pull in ipip6_rcvHannes Frederic Sowa2013-01-181-6/+1
* ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel2012-11-281-12/+21
* sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel2012-11-201-25/+124
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-181-4/+4
* sit: fix sparse warningsNicolas Dichtel2012-11-151-5/+5
* sit: add support of link creation via rtnlNicolas Dichtel2012-11-141-28/+150
* sit: rename rtnl functions for consistencyNicolas Dichtel2012-11-141-4/+4
* sit/rtnl: add missing parameters on dumpNicolas Dichtel2012-11-141-1/+8
* sit: always notify change when params are updatedNicolas Dichtel2012-11-141-17/+15
* net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-141-10/+3
* net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-141-13/+1
* sit: advertise tunnel param via rtnlNicolas Dichtel2012-11-091-1/+56
* xfrm: remove extranous rcu_read_lockstephen hemminger2012-09-271-6/+0
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-0/+8
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-141-4/+11
* net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-2/+4
OpenPOWER on IntegriCloud