index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp_generic.c
Age
Commit message (
Expand
)
Author
2009-03-13
ppp: ppp_mp_explode() redesign
Gabriele Paoloni
2009-02-26
ppp: remove some pointless conditionals before kfree_skb()
Wei Yongjun
2009-02-26
ppp_generic: Simplify tx_dropped stats
Paulius Zaleckas
2009-02-17
drivers/net/ppp*.c: fix sparse warnings: fix signedness
Hannes Eder
2009-02-09
ppp: section fixes re netns
Alexey Dobriyan
2009-01-21
net: ppp_generic - introduce net-namespace functionality v2
Cyrill Gorcunov
2009-01-12
net: ppp_generic - fix regressions caused by IDR conversion
Cyrill Gorcunov
2008-12-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-18
net: ppp_generic - use DEFINE_IDR for static initialization
Cyrill Gorcunov
2008-12-18
ppp: fix segfaults introduced by netdev_priv changes
James Chapman
2008-12-17
net: ppp_generic - use idr technique instead of cardmaps
Cyrill Gorcunov
2008-11-20
netdev: add more functions to netdevice ops
Stephen Hemminger
2008-11-20
netdevice ppp: Convert directly reference of netdev->priv
Wang Chen
2008-11-19
ppp: convert to net_device_ops
Stephen Hemminger
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2008-10-16
device create: net: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-17
remove CONFIG_KMOD from drivers
Johannes Berg
2008-10-09
ppp: Use skb_queue_walk() in ppp_mp_insert().
David S. Miller
2008-09-23
ppp_generic: Use skb_peek() in ppp_receive_mp_frame().
David S. Miller
2008-09-21
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
2008-07-26
[PATCH] f_count may wrap around
Al Viro
2008-07-21
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-06-20
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
2008-06-20
Add "no BKL needed" comments to several drivers
Jonathan Corbet
2008-05-25
ppp: push BKL down into the driver
Alan Cox
2008-05-13
ppp: Do not free not yet unregistered net device.
Pavel Emelyanov
2008-04-23
ppp_generic: use stats from net_device structure
Paulius Zaleckas
2008-01-28
[PPP]: Sparse warning fixes.
Stephen Hemminger
2007-11-12
[PPP]: Remove ptr comparisons to 0
Joe Perches
2007-09-16
[PPP] generic: Fix receive path data clobbering & non-linear handling
Herbert Xu
2007-09-16
[PPP] generic: Call skb_cow_head before scribbling over skb
Herbert Xu
2007-08-21
[PPP]: Fix output buffer size in ppp_decompress_frame().
Konstantin Sharlaimov
2007-07-19
unregister_chrdev(): ignore the return value
Akinobu Mita
2007-06-23
[PPP]: Fix osize too small errors when decoding mppe.
Konstantin Sharlaimov
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-04-26
[NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c
Milind Arun Choudhary
2007-04-25
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
Arnaldo Carvalho de Melo
2007-03-25
[PPP]: Don't leak an sk_buff on interface destruction.
G. Liakhovetski
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
2007-02-11
[PATCH] Replace regular code with appropriate calls to container_of()
Robert P. J. Day
2006-12-01
Driver core: convert PPP code to use struct device
Greg Kroah-Hartman
2006-09-13
drivers/net: Trim trailing whitespace
Jeff Garzik
2006-08-17
[PPP]: handle kmalloc failures and convert to using kzalloc
Panagiotis Issaris
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] drivers: use list_move()
Akinobu Mita
[next]