Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
588dc91151d99e9307c2f9a8468453274fe43ecd
/
net
/
ipv6
/
sit.c
69cce1d
net: Abstract dst->neighbour accesses behind helpers.
by David S. Miller
· 13 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
11c476f
net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree
by Paul E. McKenney
· 14 years ago
1c5cae8
net: call dev_alloc_name from register_netdevice
by Jiri Pirko
· 14 years ago
301102c
ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().
by David S. Miller
· 14 years ago
31e4543
ipv4: Make caller provide on-stack flow key to ip_route_output_ports().
by David S. Miller
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
78fbfd8
ipv4: Create and use route lookup helpers.
by David S. Miller
· 14 years ago
33175d8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
8909c9a
net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules
by Vasiliy Kulikov
· 14 years ago
b23dd4f
ipv4: Make output route lookup return rtable directly.
by David S. Miller
· 14 years ago
753ea8e
net: ipv6: sit: fix rcu annotations
by Eric Dumazet
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6dcdd1b
net/ipv6/sit.c: return unhandled skb to tunnel4_rcv
by David McCullough
· 14 years ago
5811662
net: use the macros defined for the members of flowi
by Changli Gao
· 14 years ago
74b0b85
tunnels: Fix tunnels change rcu protection
by Pavel Emelyanov
· 14 years ago
caf586e
net: add a core netdev->rx_dropped counter
by Eric Dumazet
· 14 years ago
8df40d1
sit: enable lockless xmits
by Eric Dumazet
· 14 years ago
dd4080e
sit: fix percpu stats accounting
by Eric Dumazet
· 14 years ago
15fc1f7
sit: percpu stats accounting
by Eric Dumazet
· 14 years ago
8990f46
net: rx_dropped accounting
by Eric Dumazet
· 14 years ago
3a43be3
sit: get rid of ipip6_lock
by Eric Dumazet
· 14 years ago
6dcd814
net: struct xfrm_tunnel in read_mostly section
by Eric Dumazet
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
aac4ddd
ipv6: get rid of ipip6_prl_lock
by Eric Dumazet
· 14 years ago
d19d56d
net: Introduce skb_tunnel_rx() helper
by Eric Dumazet
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
dc4c2c3
net: remove INIT_RCU_HEAD() usage
by Alexey Dobriyan
· 15 years ago
d5aa407
tunnels: fix netns vs proto registration ordering
by Alexey Dobriyan
· 15 years ago
2c8c1e7
net: spread __net_init, __net_exit
by Alexey Dobriyan
· 15 years ago
6710117
net: Simplify ipip6 aka sit pernet operations.
by Eric W. Biederman
· 15 years ago
f99189b
netns: net_identifiers should be read_mostly
by Eric Dumazet
· 15 years ago
292f4f3
sit: Clean up DF code by copying from IPIP
by Herbert Xu
· 15 years ago
62808f9
ipv6 sit: Optimize multiple unregistration
by Eric Dumazet
· 15 years ago
4543c10
ipv6 sit: RCU conversion phase II
by Eric Dumazet
· 15 years ago
ef9a9d1
ipv6 sit: RCU conversion phase I
by Eric Dumazet
· 15 years ago
91b2a3f
ipv6 sit: Set relay to 0.0.0.0 directly if relay_prefixlen == 0.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
e7db38c
ipv6 sit: Fix 6rd relay address.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
e0c9394
ipv6 sit: Ensure to initialize 6rd parameters.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
fa857af
ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.
by YOSHIFUJI Hideaki / 吉藤英明
· 15 years ago
0bfbedb
tunnels: Optimize tx path
by Eric Dumazet
· 15 years ago
298bf12
sit: fix off-by-one in ipip6_tunnel_get_prl
by Sascha Hlusiak
· 15 years ago
d1f8297
Revert "sit: stateless autoconf for isatap"
by Sascha Hlusiak
· 15 years ago
a43912a
tunnel: eliminate recursion field
by Eric Dumazet
· 15 years ago
6fef4c0
netdev: convert pseudo-devices to netdev_tx_t
by Stephen Hemminger
· 15 years ago
8945a80
sit: allow ip fragmentation when using nopmtudisc to fix package loss
by Sascha Hlusiak
· 15 years ago
da81203
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f2ba025
sit: fix regression: do not release skb->dst before xmit
by Sascha Hlusiak
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
6450692
sit: stateless autoconf for isatap
by Sascha Hlusiak
· 15 years ago
4b2796017
sit: ipip6_tunnel_del_prl: return err
by Sascha Hlusiak
· 15 years ago
4fddbf5
sit: strictly restrict incoming traffic to tunnel link device
by Sascha Hlusiak
· 15 years ago
8db99e5
sit: Fail to create tunnel, if it already exists
by Sascha Hlusiak
· 15 years ago
2b1c435
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
1b1d8f7
ipv6: fix display of local and remote sit endpoints
by Bjørn Mork
· 16 years ago
bb80087
sit: used time_before for comparing jiffies
by Wei Yongjun
· 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
· 17 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
b37d428
[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
Next »