Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3c77f845722158206a7209c45ccddc264d19319c
/
net
/
ipv4
/
ip_gre.c
3285ee3
ip_gre: fix fallback tunnel setup
by Eric Dumazet
· 14 years ago
74b0b85
tunnels: Fix tunnels change rcu protection
by Pavel Emelyanov
· 14 years ago
8723e1b
inet: RCU changes in inetdev_by_index()
by Eric Dumazet
· 14 years ago
caf586e
net: add a core netdev->rx_dropped counter
by Eric Dumazet
· 14 years ago
6d0722a
ip_gre: comments change
by Eric Dumazet
· 14 years ago
b790e01
ip_gre: lockless xmit
by Eric Dumazet
· 14 years ago
e985aad
ip_gre: percpu stats accounting
by Eric Dumazet
· 14 years ago
e40051d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
8990f46
net: rx_dropped accounting
by Eric Dumazet
· 14 years ago
842c74b
ip_gre: CONFIG_IPV6_MODULE support
by Eric Dumazet
· 14 years ago
1507850
gre: get rid of ipgre_lock
by Eric Dumazet
· 14 years ago
00959ad
PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)
by Dmitry Kozlov
· 14 years ago
dd4ba83
gre: propagate ipv6 transport class
by Stephen Hemminger
· 14 years ago
d8d1f30
net-next: remove useless union keyword
by Changli Gao
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 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
243aad8
ip_gre: include route header_len in max_headroom calculation
by Timo Teräs
· 15 years ago
6d55cb9
gre: fix hard header destination address checking
by Timo Teräs
· 15 years ago
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
c2892f0
gre: 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
cfb8fbf
net: Simplify ip_gre pernet operations.
by Eric W. Biederman
· 15 years ago
f99189b
netns: net_identifiers should be read_mostly
by Eric Dumazet
· 15 years ago
81adee4
net: Support specifying the network namespace upon device creation.
by Eric W. Biederman
· 15 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
2e9526b
gre: Fix dev_addr clobbering for gretap
by Herbert Xu
· 15 years ago
eef6dd6
gre: Optimize multiple unregistration
by Eric Dumazet
· 15 years ago
8d5b2c0
gre: convert hash tables locking to RCU
by Eric Dumazet
· 15 years ago
0bfbedb
tunnels: Optimize tx path
by Eric Dumazet
· 15 years ago
a43912a
tunnel: eliminate recursion field
by Eric Dumazet
· 15 years ago
3261309
net: constify struct net_protocol
by Alexey Dobriyan
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
6fef4c0
netdev: convert pseudo-devices to netdev_tx_t
by Stephen Hemminger
· 15 years ago
8cdb045
gre: Fix MTU calculation for bound GRE tunnels
by Tom Goff
· 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
ee686ca
gre: fix ToS/DiffServ inherit bug
by Andreas Jaggi
· 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
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
108bfa8
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
by Eric Dumazet
· 15 years ago
da6185d8
gre: used time_before for comparing jiffies
by Wei Yongjun
· 16 years ago
afcf124
gre: optimize hash lookup
by Timo Teras
· 16 years ago
749c10f
gre: strict physical device binding
by Timo Teras
· 16 years ago
be77e59
net: fix tunnels in netns after ndo_ changes
by Alexey Dobriyan
· 16 years ago
b8c26a3
ipgre: convert to netdevice_ops
by Stephen Hemminger
· 16 years ago
6ed2533
net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c
by Jianjun Kong
· 16 years ago
7bb82d9
gre: Initialise rtnl_link tunnel parameters properly
by Herbert Xu
· 16 years ago
4d74f8b
gre: minor cleanups in netlink interface
by Patrick McHardy
· 16 years ago
ba9e64b
gre: fix copy and paste error
by Patrick McHardy
· 16 years ago
64194c3
inet: Make tunnel RX/TX byte counters more consistent
by Herbert Xu
· 16 years ago
e1a8000
gre: Add Transparent Ethernet Bridging
by Herbert Xu
· 16 years ago
c19e654
gre: Add netlink interface
by Herbert Xu
· 16 years ago
42aa916
gre: Move MTU setting out of ipgre_tunnel_bind_dev
by Herbert Xu
· 16 years ago
c95b819
gre: Use needed_headroom
by Herbert Xu
· 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
addd68e
ipgre: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 16 years ago
f96c148
[GRE]: Allow for IPPROTO_GRE protocol in namespaces.
by Pavel Emelyanov
· 17 years ago
0b67ece
[GRE]: Allow to create IPGRE tunnels in net namespaces.
by Pavel Emelyanov
· 17 years ago
9663552
[GRE]: Use proper net in routing calls.
by Pavel Emelyanov
· 17 years ago
eb8ce74
[GRE]: Make tunnels hashes per-net.
by Pavel Emelyanov
· 17 years ago
7daa000
[GRE]: Make the fallback tunnel device per-net.
by Pavel Emelyanov
· 17 years ago
3b4667f
[GRE]: Use proper net in hash-lookup functions.
by Pavel Emelyanov
· 17 years ago
f57e7d5
[GRE]: Add net/gre_net argument to some functions.
by Pavel Emelyanov
· 17 years ago
59a4c75
[GRE]: Introduce empty ipgre_net structure and net init/exit ops.
by Pavel Emelyanov
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 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
7fee0ca
[NETNS]: Add netns parameter to inetdev_by_index.
by Denis V. Lunev
· 17 years ago
f97c1e0
[IPV4] net/ipv4: Use ipv4_is_<type>
by Joe Perches
· 17 years ago
ee34c1e
[IP_GRE]: Rebinding of GRE tunnels to other interfaces
by Michal Schmidt
· 17 years ago
1d06916
[IPV4] ip_gre: set mac_header correctly in receive path
by Timo Teras
· 17 years ago
c2636b4
[NET]: Treat the sign of the result of skb_headroom() consistently
by Chuck Lever
· 17 years ago
6a5f44d
[IPV4] ip_gre: sendto/recvfrom NBMA address
by Timo Teras
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 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
5056a1e
[IPV4] IP_GRE: 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
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
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
4209fb6
[SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was being used
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
459a98e
[SK_BUFF]: Introduce skb_reset_mac_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
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
22f8cde
[NET]: unregister_netdevice as void
by Stephen Hemminger
· 18 years ago
5f92a73
[NET]: Annotate callers of the reset of checksum.h stuff.
by Al Viro
· 18 years ago
d3bc23e
[NET]: Annotate callers of csum_fold() in net/*
by Al Viro
· 18 years ago
d5a0a1e
[IPV4]: encapsulation annotations
by Al Viro
· 18 years ago
496c98d
[NET]: Use hton{l,s}() for non-initializers.
by YOSHIFUJI Hideaki
· 18 years ago
c55e2f4
[IPV4]: ipip and ip_gre encapsulation bugs
by Al Viro
· 18 years ago
Next »