Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7426977c8efeaedf0a7ca00e1c1a5f52ef6b950f
/
net
/
ipv4
/
ip_tunnel.c
bc1fc39
ip_tunnel: Add GUE support
by Tom Herbert
· 10 years ago
7371e02
ip_tunnel: Account for secondary encapsulation header in max_headroom
by Tom Herbert
· 10 years ago
739e4a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d61746b
ip_tunnel: Don't allow to add the same tunnel multiple times.
by Steffen Klassert
· 10 years ago
1f6d803
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
a35165c
ipv4: do not use this_cpu_ptr() in preemptible context
by Eric Dumazet
· 10 years ago
5632848
net: Changes to ip_tunnel to support foo-over-udp encapsulation
by Tom Herbert
· 10 years ago
d247b6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
95cb574
ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"
by Dmitry Popov
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
e005659
ip_tunnel: fix ip_tunnel_lookup
by Dmitry Popov
· 10 years ago
f886497
ipv4: fix dst race in sk_dst_get()
by Eric Dumazet
· 10 years ago
902455e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
5ce54af
ip_tunnel: fix i_key matching in ip_tunnel_find
by Dmitry Popov
· 10 years ago
7c8e6b9
ip_vti: Fix 'ip tunnel add' with 'key' parameters
by Dmitry Popov
· 10 years ago
586d5fc
ip_tunnel: fix possible rtable leak
by Dmitry Popov
· 10 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
78ff4be
ip_tunnel: Initialize the fallback device properly
by Steffen Klassert
· 10 years ago
22fb22e
ipv4: ip_tunnels: disable cache for nbma gre tunnels
by Timo Teräs
· 10 years ago
ee30ef4
ip_tunnel: don't add tunnel twice
by Duan Jiong
· 10 years ago
4929fd8
ip_tunnel: delete unneeded call to netdev_priv
by Julia Lawall
· 10 years ago
e96f2e7
ip_tunnel: Set network header properly for IP_ECN_decapsulate()
by Ying Cai
· 11 years ago
8c923ce
ip_tunnel: use the right netns in ioctl handler
by Nicolas Dichtel
· 11 years ago
aad8872
ipv4: add a sock pointer to dst->output() path.
by Eric Dumazet
· 11 years ago
64c2723
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
fbd02dd
ip_tunnel: Fix dst ref-count.
by Pravin B Shelar
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
6d608f0
ip_tunnel: Make vti work with i_key set
by Steffen Klassert
· 11 years ago
cf71d2bc
sit: fix panic with route cache in ip tunnels
by Nicolas Dichtel
· 11 years ago
ebe44f3
ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.c
by David S. Miller
· 11 years ago
6dd3c9e
ip_tunnel: return more precise errno value when adding tunnel fails
by Florian Westphal
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
b045d37
ip_tunnel: fix panic in ip_tunnel_xmit()
by Eric Dumazet
· 11 years ago
27d79f3
net: ipv4: Use PTR_ERR_OR_ZERO
by Sachin Kamat
· 11 years ago
11c21a3
ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called
by Duan Jiong
· 11 years ago
967680e
ipv4: remove the useless argument from ip_tunnel_hash()
by Duan Jiong
· 11 years ago
3acfa1e
ipv4: be friend with drop monitor
by Eric Dumazet
· 11 years ago
6c7e761
ipv4: fix a dst leak in tunnels
by Eric Dumazet
· 11 years ago
d0eb1f7
ip_tunnel: fix sparse non static symbol warning
by Wei Yongjun
· 11 years ago
8f84985
net: unify the pcpu_tstats and br_cpu_netstats as one
by Li RongQing
· 11 years ago
9a4aa9a
ipv4: Use percpu Cache route in IP tunnels
by Tom Herbert
· 11 years ago
7d442fa
ipv4: Cache dst in tunnels
by Tom Herbert
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
81b9eab
core/dev: do not ignore dmac in dev_forward_skb()
by Alexei Starovoitov
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
cfe4a53
ip_tunnel: Remove double unregister of the fallback device
by Steffen Klassert
· 11 years ago
6701328
ip_tunnel: Add fallback tunnels to the hash lists
by Steffen Klassert
· 11 years ago
3e08f4a
ip_tunnel: Fix a memory corruption in ip_tunnel_xmit
by Steffen Klassert
· 11 years ago
d4a71b1
ip_tunnel: Do not use stale inner_iph pointer.
by Pravin B Shelar
· 11 years ago
ea23192
tunnels: harmonize cleanup done on skb on rx path
by Nicolas Dichtel
· 11 years ago
963a88b
tunnels: harmonize cleanup done on skb on xmit path
by Nicolas Dichtel
· 11 years ago
8b27f27
skb: allow skb_scrub_packet() to be used by tunnels
by Nicolas Dichtel
· 11 years ago
8b7ed2d
iptunnels: remove net arg from iptunnel_xmit()
by Nicolas Dichtel
· 11 years ago
b4de77a
ipip: potential race in ip_tunnel_init_net()
by Dan Carpenter
· 11 years ago
ea857f2
ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()
by Dan Carpenter
· 11 years ago
6c742e7
ipip: add x-netns support
by Nicolas Dichtel
· 11 years ago
fc8f999
ipv4 tunnels: use net_eq() helper to check netns
by Nicolas Dichtel
· 11 years ago
64261f2
dev: move skb_scrub_packet() after eth_type_trans()
by Nicolas Dichtel
· 11 years ago
6261d98
ip_tunnel: embed hash list head
by stephen hemminger
· 11 years ago
8c91e16
gre: Fix MTU sizing check for gretap tunnels
by Alexander Duyck
· 11 years ago
23a3647
ip_tunnels: Use skb-len to PMTU check.
by Pravin B Shelar
· 11 years ago
5e6700b
sit: add support of x-netns
by Nicolas Dichtel
· 11 years ago
963b89e
sit: fix 4in4 + IPsec scenario
by Nicolas Dichtel
· 11 years ago
3d7b46c
ip_tunnel: push generic protocol handling to ip_tunnel module.
by Pravin B Shelar
· 11 years ago
0e6fbc5
ip_tunnels: extend iptunnel_xmit()
by Pravin B Shelar
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d3b6f61
ip_tunnel: remove __net_init/exit from exported functions
by Eric Dumazet
· 11 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
bf3d6a8
iptunnel: specify protocol outside IP header
by Nicolas Dichtel
· 11 years ago
a622260
ip_tunnel: fix kernel panic with icmp_dest_unreach
by Eric Dumazet
· 11 years ago
54a5d38
ip_tunnel: Fix off-by-one error in forming dev name.
by Pravin B Shelar
· 12 years ago
c544193
GRE: Refactor GRE tunneling code.
by Pravin B Shelar
· 12 years ago