summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_generic.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] f_count may wrap aroundAl Viro2008-07-271-3/+3
* device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-0/+2
|\
| * Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-1/+2
| * Add "no BKL needed" comments to several driversJonathan Corbet2008-06-201-0/+1
* | ppp: push BKL down into the driverAlan Cox2008-05-261-7/+15
|/
* ppp: Do not free not yet unregistered net device.Pavel Emelyanov2008-05-141-0/+1
* ppp_generic: use stats from net_device structurePaulius Zaleckas2008-04-241-29/+19Star
* [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-291-1/+1
* [PPP]: Remove ptr comparisons to 0Joe Perches2007-11-131-63/+63
* [PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu2007-09-171-19/+25
* [PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu2007-09-171-11/+3Star
* [PPP]: Fix output buffer size in ppp_decompress_frame().Konstantin Sharlaimov2007-08-221-1/+1
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-2/+1Star
* [PPP]: Fix osize too small errors when decoding mppe.Konstantin Sharlaimov2007-06-241-1/+12
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.cMilind Arun Choudhary2007-04-261-3/+1Star
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [PPP]: Don't leak an sk_buff on interface destruction.G. Liakhovetski2007-03-261-0/+3
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [PATCH] Replace regular code with appropriate calls to container_of()Robert P. J. Day2007-02-111-1/+1
* Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman2006-12-011-2/+2
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-8/+8
* [PPP]: handle kmalloc failures and convert to using kzallocPanagiotis Issaris2006-08-181-11/+19
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0Star
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-261-7/+0Star
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1Star
* [NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu2006-06-181-2/+0Star
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-231-12/+13
* [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-211-2/+2
* [PPP]: Fixed hardware RX checksum handlingHerbert Xu2006-02-061-0/+3
* [NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller2005-12-271-3/+0Star
* [PPP]: add PPP MPPE encryption moduleMatt Domsch2005-11-081-24/+64
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
* [PATCH] janitor: net/ppp-generic: list_for_each_entryDomen Puncer2005-09-101-16/+7Star
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-301-1/+0Star
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-6/+6
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-211-7/+7
* [PATCH] PPP multilink fragmentation improvementsPaul Mackerras2005-05-131-67/+110
* [PPP]: remove redundant NULL pointer checks before kfree & vfreeJesper Juhl2005-05-031-8/+4Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2746