aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-16[PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu1-19/+25
2007-09-16[PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu1-11/+3
2007-08-21[PPP]: Fix output buffer size in ppp_decompress_frame().Konstantin Sharlaimov1-1/+1
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita1-2/+1
2007-06-23[PPP]: Fix osize too small errors when decoding mppe.Konstantin Sharlaimov1-1/+12
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-26[NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.cMilind Arun Choudhary1-3/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-03-25[PPP]: Don't leak an sk_buff on interface destruction.G. Liakhovetski1-0/+3
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-11[PATCH] Replace regular code with appropriate calls to container_of()Robert P. J. Day1-1/+1
2006-12-01Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-8/+8
2006-08-17[PPP]: handle kmalloc failures and convert to using kzallocPanagiotis Issaris1-11/+19
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-7/+0
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-06-17[NET] ppp: Remove unnecessary pskb_may_pullHerbert Xu1-2/+0
2006-03-23[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_genericArjan van de Ven1-12/+13
2006-03-20[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsumHerbert Xu1-2/+2
2006-02-05[PPP]: Fixed hardware RX checksum handlingHerbert Xu1-0/+3
2005-12-27[NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller1-3/+0
2005-11-08[PPP]: add PPP MPPE encryption moduleMatt Domsch1-24/+64
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-10[PATCH] janitor: net/ppp-generic: list_for_each_entryDomen Puncer1-16/+7
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller1-1/+0
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-6/+6
2005-06-20[PATCH] class: convert drivers/* to use the new class api instead of class_simplegregkh@suse.de1-7/+7
2005-05-12 [PATCH] PPP multilink fragmentation improvementsPaul Mackerras1-67/+110
2005-05-03[PPP]: remove redundant NULL pointer checks before kfree & vfreeJesper Juhl1-8/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2746