index
:
history
master
Linux kernel history
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_gre.c
Age
Commit message (
Expand
)
Author
Lines
2005-03-14
[IPV4/IPV6]: Take IPsec overhead into account in tunnels
Herbert Xu
-4
/
+4
2005-03-09
[NET]: Fix CHECKSUM_HW wrt. packet trimming.
Herbert Xu
-3
/
+1
2005-01-13
[NET]: Lock initializer cleanup.
Thomas Gleixner
-1
/
+1
2004-12-27
[IPV4]: Staticize and remove unneeded exports.
Adrian Bunk
-3
/
+3
2004-10-04
[IPV4]: Fix free_netdev after failed alloc_netdev in ipgre_init
Patrick McHardy
-5
/
+6
2004-09-15
[IPV6]: Kill ip6_get_dsfield
Herbert Xu
-1
/
+2
2004-09-13
[IPV4]: Add wccp v1/v2 support to ip_gre.c
Paul P. Komkoff Jr.
-1
/
+12
2004-09-07
[IPV4/IPV6]: Update ECN handling.
Herbert Xu
-4
/
+2
2004-06-23
Merge nuts.davemloft.net:/disk1/BK/netnew-2.6
David S. Miller
-14
/
+2
2004-06-22
[NET] rename struct inet_protocol to net_protocol
Arnaldo Carvalho de Melo
-1
/
+1
2004-06-21
[NETFILTER]: Add new function 'nf_reset' to reset netfilter related skb-fields
Patrick McHardy
-14
/
+2
2004-02-22
[IPV4/IPV6]: Convert tunnel drivers to unconditional module_init.
Alexander Viro
-3
/
+1
2004-01-10
[all over] more kfree -> free_netdev
Alexander Viro
-2
/
+2
2003-10-27
[IPV4]: Make sure ipgre_tunnel_init() gets the correct ioctl settings.
Paul E. Erkkila
-0
/
+2
2003-10-18
[NET]: More build fixes for CONFIG_XFRM disabled.
Herbert Xu
-2
/
+1
2003-10-13
[IPV4/IPV6]: Clear security path for tunnel packets.
Herbert Xu
-0
/
+4
2003-10-06
[IPV4/IPV6]: Do not modify skb->h.raw until skb is unshared.
Julian Anastasov
-2
/
+1
2003-09-24
[IPV4]: Fix GRE tunnel device init.
Michal Ludvig
-1
/
+5
2003-08-19
[NET]: free_netdev - destructors.
Stephen Hemminger
-1
/
+1
2003-07-15
[IPV4/IPV6]: Fix use-after-free bugs in tunneling drivers.
Julian Anastasov
-0
/
+1
2003-07-09
[NET]: Fix tunnel device bugs added by alloc_netdev() changes.
Ville Nuorvala
-1
/
+6
2003-06-12
[IPV4]: Dynamic allocation for IPGRE net device.
Stephen Hemminger
-58
/
+52
2003-05-15
[IPV4]: Respect hoplimit route metric.
David S. Miller
-1
/
+1
2003-04-28
[NET]: Spelling fixes for net/
Steven Cole
-1
/
+1
2003-04-21
[IP_GRE]: Kill duplicate update_pmtu call.
Steven Whitehouse
-3
/
+0
2003-04-09
[IPV4]: Do proper netdev module refcounting in tunnel drivers.
David S. Miller
-48
/
+11
2003-04-09
[IPV{4,6}]: Convert from MOD_{INC,DEC}_USE_COUNT.
Hideaki Yoshifuji
-12
/
+16
2003-03-19
[NET]: Kill NETIF_F_DYNALLOC, based upon ideas from Adam J. Richter
David S. Miller
-1
/
+1
2003-03-19
[NET]: hard_header reservation.
Alexey Kuznetsov
-1
/
+1
2003-02-15
[PATCH] 2.5.61 fix spelling of necessary in 11 files
Steven Cole
-1
/
+1
2002-11-01
[NET]: Some missed cases of dst_pmtu conversion.
David S. Miller
-2
/
+2
2002-10-24
[NET]: Cleanup DST metrics and abstract MSS/PMTU further.
Alexey Kuznetsov
-6
/
+9
2002-10-24
[IPV4]: Kill ip_send, use dst_output instead.
Alexey Kuznetsov
-6
/
+0
2002-10-19
[IPV4]: Provide full proto/ports in flowi route lookups.
David S. Miller
-6
/
+10
2002-10-11
[IPV4]: Use generic struct flowi as routing key.
David S. Miller
-10
/
+32
2002-10-08
[IPV4/IPV6]: Cleanup inet{,6}_protocol.
David S. Miller
-9
/
+8
2002-10-04
[IPV4/IPV6]: C99 designated initializers.
Art Haas
-1
/
+1
2002-10-04
[IPV4/IPV6]: General cleanups.
Hideaki Yoshifuji
-16
/
+16
2002-07-18
NET: Use ISO C struct initializers.
Rusty Russell
-4
/
+4
2002-06-08
ip_gre.c: Use named struct initializers
Sam Ravnborg
-2
/
+4
2002-03-19
Fix for ipv4 tunnel devices:
Alexey Kuznetsov
-1
/
+4
2002-02-04
v2.4.13.5 -> v2.4.13.6
Linus Torvalds
-4
/
+0
2002-02-04
v2.4.10.1 -> v2.4.10.2
Linus Torvalds
-1
/
+3
2002-02-04
v2.4.4.2 -> v2.4.4.3
Linus Torvalds
-0
/
+1
2002-02-04
v2.4.3.4 -> v2.4.3.5
Linus Torvalds
-2
/
+0
2002-02-04
v2.4.3.2 -> v2.4.3.3
Linus Torvalds
-18
/
+29
2002-02-04
Import changeset
Linus Torvalds
-0
/
+1288