summaryrefslogtreecommitdiffstats
path: root/net/ipv6/sit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-4/+2
* tunnel: implement 64 bits statisticsstephen hemminger2012-04-141-18/+34
* net/ipv6/sit.c: Checkpatch cleanupEldad Zack2012-04-021-3/+3
* ipv6: sit: Convert to dst_neigh_lookup()David S. Miller2012-01-261-5/+15
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-1/+6
|\
| * ipip, sit: copy parms.name after register_netdeviceTed Feng2011-12-121-1/+6
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-2/+2
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
* | net: better pcpu data alignmentEric Dumazet2011-11-081-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-0/+3
|\
| * sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane2011-08-161-0/+3
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-6/+6
|/
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-21/+19
|\
| * net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-5/+0
| * ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().David S. Miller2011-05-041-2/+2
| * ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-031-2/+4
| * inet: constify ip headers and in6_addrEric Dumazet2011-04-221-12/+13
* | net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfreePaul E. McKenney2011-05-071-6/+1
|/