aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_generic.c
Commit message (Expand)AuthorAge
* [PPP]: Remove ptr comparisons to 0Joe Perches2007-11-12
* [PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu2007-09-16
* [PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu2007-09-16
* [PPP]: Fix output buffer size in ppp_decompress_frame().Konstantin Sharlaimov2007-08-21
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-19
* [PPP]: Fix osize too small errors when decoding mppe.Konstantin Sharlaimov2007-06-24
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.cMilind Arun Choudhary2007-04-26
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-26
* [PPP]: Don't leak an sk_buff on interface destruction.G. Liakhovetski2007-03-25
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-12
* [PATCH] Replace regular code with appropriate calls to container_of()Robert P. J. Day2007-02-11
* Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman2006-12-01
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-13
* [PPP]: handle kmalloc failures and convert to using kzallocPanagiotis Issaris2006-08-17
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman2006-06-26
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-26
* [NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu2006-06-18
* [PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven2006-03-23
* [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu2006-03-21
* [PPP]: Fixed hardware RX checksum handlingHerbert Xu2006-02-05
* [NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller2005-12-27
* [PPP]: add PPP MPPE encryption moduleMatt Domsch2005-11-08
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-28
* [PATCH] janitor: net/ppp-generic: list_for_each_entryDomen Puncer2005-09-10
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-29
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-08
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-20
* [PATCH] PPP multilink fragmentation improvementsPaul Mackerras2005-05-12
* [PPP]: remove redundant NULL pointer checks before kfree & vfreeJesper Juhl2005-05-03
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16