Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e96978b2729171f1dbbc0eb5b19c3524ca36e2bf
/
net
/
ipv6
/
sit.c
1b1d8f7
ipv6: fix display of local and remote sit endpoints
by Bjørn Mork
· 16 years ago
be77e59
net: fix tunnels in netns after ndo_ changes
by Alexey Dobriyan
· 16 years ago
1326c3d
ipv6: convert tunnels to net_device_ops
by Stephen Hemminger
· 16 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
2b4743b
ipv6 sit: Avoid extra need for compat layer in PRL management.
by YOSHIFUJI Hideaki
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
43154d0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
071f92d
net: The world is not perfect patch.
by Rami Rosen
· 16 years ago
4eecc10
sit: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 16 years ago
36ca34c
sit: Add missing kfree_skb() on pskb_may_pull() failure.
by David S. Miller
· 16 years ago
7a97146
[SIT]: Allow to create SIT tunnels in net namespaces.
by Pavel Emelyanov
· 17 years ago
907a08c
[SIT]: Use proper net in routing calls.
by Pavel Emelyanov
· 17 years ago
2918217
[SIT]: Make tunnels hashes per-net.
by Pavel Emelyanov
· 17 years ago
cd3dbc1
[SIT]: Make the fallback tunnel device per-net
by Pavel Emelyanov
· 17 years ago
fcee5ec
[SIT]: Use proper net in hash-lookup functions.
by Pavel Emelyanov
· 17 years ago
ca8def1
[SIT]: Add net/sit_net argument to some functions.
by Pavel Emelyanov
· 17 years ago
8190d90
[SIT]: Introduce empty struct sit_net and init/exit net ops.
by Pavel Emelyanov
· 17 years ago
02e10b9
[IPV6] SIT: Sparse: Use NULL pointer instead of 0.
by YOSHIFUJI Hideaki
· 17 years ago
52eeeb8
[IPV6]: Unify ip6_onlink() and ipip6_onlink().
by YOSHIFUJI Hideaki
· 17 years ago
300aaee
[IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL.
by YOSHIFUJI Hideaki
· 17 years ago
0009ae1
[IPV6] SIT: Disallow 0.0.0.0 in PRL and Flush PRL if given for DEL.
by YOSHIFUJI Hideaki
· 17 years ago
3fcfa12
[IPV6] SIT: Fix locking issues in PRL management.
by YOSHIFUJI Hideaki
· 17 years ago
fadf6bf
[IPV6] SIT: Add PRL management for ISATAP.
by Templin, Fred L
· 17 years ago
4591db4
[NETNS][IPV6] route6 - add netns parameter to ip6_route_output
by Daniel Lezcano
· 17 years ago
606a2b4
[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
by Daniel Lezcano
· 17 years ago
b37d428b
[INET]: Don't create tunnels with '%' in name.
by Pavel Emelyanov
· 17 years ago
34cc7ba
[IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.
by Pavel Emelyanov
· 17 years ago
f206351
[NETNS]: Add namespace parameter to ip_route_output_key.
by Denis V. Lunev
· 17 years ago
8a4a50f
[IPV6] sit: Rebinding of SIT tunnels to other interfaces
by Michal Schmidt
· 17 years ago
c7dc89c
[IPV6]: Add RFC4214 support
by Fred L. Templin
· 17 years ago
c2636b4
[NET]: Treat the sign of the result of skb_headroom() consistently
by Chuck Lever
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
cfbba49
[NET]: Avoid copying writable clones in tunnel drivers
by Patrick McHardy
· 17 years ago
420fe23
[IPV6] SIT: Unify code path to get hash array index.
by YOSHIFUJI Hideaki
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
88c7664
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
by Arnaldo Carvalho de Melo
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
e2d1bca
[SK_BUFF]: Use skb_reset_network_header in skb_push cases
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
c73cb5a
[IPSEC]: make sit use the xfrm4_tunnel_register
by Kazunori MIYAZAWA
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
22f8cde
[NET]: unregister_netdevice as void
by Stephen Hemminger
· 18 years ago
89c8945
[IPV6] net/ipv6/sit.c: make 2 functions static
by Adrian Bunk
· 18 years ago
e69a4adc
[IPV6]: Misc endianness annotations.
by Al Viro
· 18 years ago
daccff0
[IPV6]: Give sit driver an appropriate module alias.
by Patrick McHardy
· 18 years ago
39c8508
[IPV6] sit: Add missing MODULE_LICENSE
by Jan Dittmer
· 18 years ago
989e5b9
[IPV6]: Seperate sit driver to extra module
by Joerg Roedel
· 18 years ago
5d9c5a3
[IPV4]: Get rid of redundant IPCB->opts initialisation
by Herbert Xu
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
45af08b
[INET]: Use port unreachable instead of proto for tunnels
by Herbert Xu
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
2941a48
[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
by Patrick McHardy
· 19 years ago
8cdfab8
[IPV4]: reset IPCB flags when neccessary
by Patrick McHardy
· 19 years ago
46f25df
[NET]: Change 1500 to ETH_DATA_LEN in some files
by Kris Katterjohn
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
db44575
[NET]: fix oops after tunnel module unload
by Alexey Kuznetsov
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago