index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pppoe.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-26
[NET] make all protos partially use sk_prot
Arnaldo Carvalho de Melo
1
-7
/
+21
2005-03-09
[NET]: Fix CHECKSUM_HW wrt. packet trimming.
Herbert Xu
1
-1
/
+3
2005-03-08
Merge pobox.com:/garz/repo/linux-2.6
Jeff Garzik
1
-1
/
+1
2005-02-20
[PATCH] drivers/net/pppoe.c: make a struct static
Adrian Bunk
1
-1
/
+1
2005-02-08
Resolve ATM conflicts.
David S. Miller
1
-62
/
+39
2005-01-20
[PATCH] Lock initializer cleanup: Network drivers
Thomas Gleixner
1
-1
/
+1
2005-01-20
[PPPOX] stop using sk_protinfo
Arnaldo Carvalho de Melo
1
-62
/
+39
2004-10-05
[SKBUFF] introduce eth_hdr(skb)
Arnaldo Carvalho de Melo
1
-2
/
+2
2004-07-29
[PATCH 7/8] gcc-3.5 fixes
Andrew Morton
1
-0
/
+2
2004-07-04
[PATCH] gcc 3.5 fixes
Anton Blanchard
1
-0
/
+1
2004-06-23
[PATCH] sparse: trivial drivers/net/* annotations
Alexander Viro
1
-4
/
+4
2004-02-22
[PPPOE]: Kill unneeded ifdef/endif.
Luiz Capitulino
1
-2
/
+0
2004-02-22
[PPPOE]: Handle disabled PROC_FS properly.
Luiz Capitulino
1
-14
/
+20
2004-02-06
Merge
Jeff Garzik
1
-1
/
+0
2004-02-05
[PPPOE]: Fix illegal lvalue with gcc-3.5
Andrew Morton
1
-1
/
+1
2004-01-12
Eliminate ancient and unused include/linux/{if_pppvar,ppp}.h.
Jeff Garzik
1
-1
/
+0
2004-01-08
[PPPOE]: Use size_t for size in {send,recv}msg.
Stephen Hemminger
1
-3
/
+3
2003-12-29
[PATCH] More MODULE_ALIASes
Andrew Morton
1
-0
/
+1
2003-11-24
[PPPOE]: Do not leak SKB if sock_queue_rcv_skb() fails.
David S. Miller
1
-1
/
+2
2003-10-06
[NET]: Delete support for old-style protocols, no longer necessary.
David S. Miller
1
-2
/
+0
2003-09-24
[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.
Joe Perches
1
-2
/
+2
2003-09-09
[PATCH] Use SEQ_START_TOKEN in drivers/net/* [1/3]
Joe Perches
1
-3
/
+3
2003-06-22
[NET]: Convert PPPoE to new style protocol.
Stephen Hemminger
1
-8
/
+31
2003-06-22
[NET]: Fix oops on /proc/net/pppoe.
Stephen Hemminger
1
-2
/
+3
2003-06-22
[NET]: PPPoE cleanup [TRIVIAL].
Stephen Hemminger
1
-38
/
+24
2003-06-18
[NET]: Missing owner field on pppoe /proc
Stephen Hemminger
1
-0
/
+1
2003-06-04
o net: create struct sock_common and use in struct sock & tcp_tw_bucket
Arnaldo Carvalho de Melo
1
-30
/
+31
2003-05-29
Merge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds
1
-3
/
+3
2003-05-29
[PATCH] Fix CONFIG_PROCFS=n
Andrew Morton
1
-0
/
+2
2003-05-27
o net: abstract access to struct sock ->flags
Arnaldo Carvalho de Melo
1
-3
/
+3
2003-05-02
o pppoe: use revised net module infrastructure
Arnaldo Carvalho de Melo
1
-4
/
+9
2003-04-28
o af_pppox: create module infrastructure for protocol modules
Arnaldo Carvalho de Melo
1
-20
/
+10
2003-03-05
[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...
Benjamin LaHaise
1
-3
/
+4
2003-03-02
[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...
James Morris
1
-3
/
+3
2003-02-25
[PATCH] Spelling fixes: guarantee
Michael Hayes
1
-1
/
+1
2002-12-22
[PPPOE]: Fix connect handling.
Michal Ostrowski
1
-21
/
+24
2002-11-25
[PATCH] Fix PPPoE oops.
Dave Jones
1
-2
/
+4
2002-11-21
o drivers/net: fix up header cleanup: remove unneeded sched.h includes
Arnaldo Carvalho de Melo
1
-6
/
+2
2002-10-12
Merge master.kernel.org:/home/acme/BK/llc-2.5
David S. Miller
1
-51
/
+107
2002-10-11
drivers/net/pppoe.c: Update for new sendmsg/recvmsg AIO args.
David S. Miller
1
-2
/
+2
2002-10-08
o pppoe: use seq_file for proc stuff
Arnaldo Carvalho de Melo
1
-51
/
+107
2002-10-08
drivers/net/pppoe.c: Use sock_owned_by_user.
David S. Miller
1
-2
/
+2
2002-08-03
Convert drivers/net to C99 struct initializers.
Rusty Russell
1
-23
/
+23
2002-04-11
PPP updates and fixes. This fixes the various SMP races, deadlocks
Paul Mackerras
1
-9
/
+14
2002-03-10
Move IP-specific identity information
David S. Miller
1
-3
/
+3
2002-02-10
Split protocol specific information out from struct sock.
David S. Miller
1
-36
/
+33
2002-02-04
v2.4.14.1 -> v2.4.14.2
Linus Torvalds
1
-6
/
+12
2002-02-04
v2.4.10.0.1 -> v2.4.10.0.2
Linus Torvalds
1
-1
/
+5
2002-02-04
v2.4.6.8 -> v2.4.6.9
Linus Torvalds
1
-106
/
+151
2002-02-04
v2.4.6.5 -> v2.4.6.6
Linus Torvalds
1
-4
/
+10
[next]