summaryrefslogtreecommitdiff
path: root/net/ipv6/sit.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-1/+6
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-29/+10
2013-06-01sit: 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-30ipv6: 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-19net: Allow userns root to control ipv6Eric W. Biederman1-4/+4
2012-11-15sit: fix sparse warningsNicolas Dichtel1-5/+5
2012-11-15sit: add support of link creation via rtnlNicolas Dichtel1-28/+150
2012-11-15sit: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-15sit/rtnl: add missing parameters on dumpNicolas Dichtel1-1/+8
2012-11-15sit: always notify change when params are updatedNicolas Dichtel1-17/+15
2012-11-15net: unify for_each_ip_tunnel_rcu()Amerigo Wang1-10/+3
2012-11-15net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-13/+1
2012-11-10sit: advertise tunnel param via rtnlNicolas Dichtel1-1/+56
2012-09-28xfrm: remove extranous rcu_read_lockstephen hemminger1-6/+0
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-12ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+8
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-4/+11
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches1-2/+4
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+2
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger1-18/+34
2012-04-02net/ipv6/sit.c: Checkpatch cleanupEldad Zack1-3/+3
2012-01-27ipv6: sit: Convert to dst_neigh_lookup()David S. Miller1-5/+15
2012-01-13net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-5/+5
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-12-13ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-11-09net: better pcpu data alignmentEric Dumazet1-1/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2011-08-17sit tunnels: propagate IPv6 transport class to IPv4 Type of ServiceLionel Elie Mamane1-0/+3
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-6/+6
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-2/+2
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-21/+19
2011-05-08net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfreePaul E. McKenney1-6/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-5/+0
2011-05-04ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().David S. Miller1-2/+2
2011-05-04ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-2/+4
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-12/+13
2011-03-13ipv4: Create and use route lookup helpers.David S. Miller1-17/+14
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-1/+1
2011-03-03ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+5
2011-01-21net: ipv6: sit: fix rcu annotationsEric Dumazet1-10/+13
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2