aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)Author
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun
2013-08-19ipv6: wire up skb->encapsulationHannes Frederic Sowa
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel
2013-07-04sit: fix tunnel update via netlinkNicolas Dichtel
2013-07-01ipv6: only apply anti-spoofing checks to not-pointopoint tunnelsHannes Frederic Sowa
2013-06-27sit: add support of x-netnsNicolas Dichtel
2013-06-19sit: fix an oops when IFLA_IPTUN_PROTO is not setNicolas Dichtel
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-05-31sit: add IPv4 over IPv4 supportNicolas Dichtel
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar
2013-03-10tunnel: use iptunnel_xmit() againCong Wang
2013-01-29ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa
2013-01-18ipv6: remove unneeded check to pskb_may_pull in ipip6_rcvHannes Frederic Sowa
2012-11-28ip6tnl/sit: drop packet if ECN present with not-ECTNicolas Dichtel
2012-11-20sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-11-15sit: fix sparse warningsNicolas Dichtel
2012-11-14sit: add support of link creation via rtnlNicolas Dichtel
2012-11-14sit: rename rtnl functions for consistencyNicolas Dichtel
2012-11-14sit/rtnl: add missing parameters on dumpNicolas Dichtel
2012-11-14sit: always notify change when params are updatedNicolas Dichtel
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang
2012-11-09sit: advertise tunnel param via rtnlNicolas Dichtel
2012-09-27xfrm: remove extranous rcu_read_lockstephen hemminger
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger
2012-04-02net/ipv6/sit.c: Checkpatch cleanupEldad Zack
2012-01-26ipv6: sit: Convert to dst_neigh_lookup()David S. Miller
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-08net: better pcpu data alignmentEric Dumazet
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-16sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller