index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-07-18
1
-0
/
+2
|
\
|
*
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
2008-06-20
1
-1
/
+2
|
*
Add "no BKL needed" comments to several drivers
Jonathan Corbet
2008-06-20
1
-0
/
+1
*
|
ppp: push BKL down into the driver
Alan Cox
2008-05-25
1
-7
/
+15
|
/
*
ppp: Do not free not yet unregistered net device.
Pavel Emelyanov
2008-05-13
1
-0
/
+1
*
ppp_generic: use stats from net_device structure
Paulius Zaleckas
2008-04-23
1
-29
/
+19
*
[PPP]: Sparse warning fixes.
Stephen Hemminger
2008-01-28
1
-1
/
+1
*
[PPP]: Remove ptr comparisons to 0
Joe Perches
2007-11-12
1
-63
/
+63
*
[PPP] generic: Fix receive path data clobbering & non-linear handling
Herbert Xu
2007-09-16
1
-19
/
+25
*
[PPP] generic: Call skb_cow_head before scribbling over skb
Herbert Xu
2007-09-16
1
-11
/
+3
*
[PPP]: Fix output buffer size in ppp_decompress_frame().
Konstantin Sharlaimov
2007-08-21
1
-1
/
+1
*
unregister_chrdev(): ignore the return value
Akinobu Mita
2007-07-19
1
-2
/
+1
*
[PPP]: Fix osize too small errors when decoding mppe.
Konstantin Sharlaimov
2007-06-23
1
-1
/
+12
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
[NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c
Milind Arun Choudhary
2007-04-26
1
-3
/
+1
*
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[PPP]: Don't leak an sk_buff on interface destruction.
G. Liakhovetski
2007-03-25
1
-0
/
+3
*
[PATCH] mark struct file_operations const 5
Arjan van de Ven
2007-02-12
1
-1
/
+1
*
[PATCH] Replace regular code with appropriate calls to container_of()
Robert P. J. Day
2007-02-11
1
-1
/
+1
*
Driver core: convert PPP code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-2
/
+2
*
drivers/net: Trim trailing whitespace
Jeff Garzik
2006-09-13
1
-8
/
+8
*
[PPP]: handle kmalloc failures and convert to using kzalloc
Panagiotis Issaris
2006-08-17
1
-11
/
+19
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
*
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
*
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
1
-7
/
+0
*
[PATCH] drivers: use list_move()
Akinobu Mita
2006-06-26
1
-2
/
+1
*
[NET] ppp: Remove unnecessary pskb_may_pull
Herbert Xu
2006-06-17
1
-2
/
+0
*
[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic
Arjan van de Ven
2006-03-23
1
-12
/
+13
*
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
2006-03-20
1
-2
/
+2
*
[PPP]: Fixed hardware RX checksum handling
Herbert Xu
2006-02-05
1
-0
/
+3
*
[NET]: Validate socket filters against BPF_MAXINSNS in one spot.
David S. Miller
2005-12-27
1
-3
/
+0
*
[PPP]: add PPP MPPE encryption module
Matt Domsch
2005-11-08
1
-24
/
+64
*
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
2005-10-28
1
-1
/
+1
*
[PATCH] janitor: net/ppp-generic: list_for_each_entry
Domen Puncer
2005-09-10
1
-16
/
+7
*
[NET]: Remove explicit initializations of skb->input_dev
David S. Miller
2005-08-29
1
-1
/
+0
*
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
2005-07-08
1
-6
/
+6
*
[PATCH] class: convert drivers/* to use the new class api instead of class_si...
gregkh@suse.de
2005-06-20
1
-7
/
+7
*
[PATCH] PPP multilink fragmentation improvements
Paul Mackerras
2005-05-12
1
-67
/
+110
*
[PPP]: remove redundant NULL pointer checks before kfree & vfree
Jesper Juhl
2005-05-03
1
-8
/
+4
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+2746