aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ppp_generic.c
AgeCommit message (Expand)Author
2009-05-19ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()Eric Dumazet
2009-03-13ppp: ppp_mp_explode() redesignGabriele Paoloni
2009-02-26ppp: remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-02-26ppp_generic: Simplify tx_dropped statsPaulius Zaleckas
2009-02-17drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder
2009-02-09ppp: section fixes re netnsAlexey Dobriyan
2009-01-21net: ppp_generic - introduce net-namespace functionality v2Cyrill Gorcunov
2009-01-12net: ppp_generic - fix regressions caused by IDR conversionCyrill Gorcunov
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-18net: ppp_generic - use DEFINE_IDR for static initializationCyrill Gorcunov
2008-12-18ppp: fix segfaults introduced by netdev_priv changesJames Chapman
2008-12-17net: ppp_generic - use idr technique instead of cardmapsCyrill Gorcunov
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-20netdevice ppp: Convert directly reference of netdev->privWang Chen
2008-11-19ppp: convert to net_device_opsStephen Hemminger
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-17remove CONFIG_KMOD from driversJohannes Berg
2008-10-09ppp: Use skb_queue_walk() in ppp_mp_insert().David S. Miller
2008-09-23ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-07-26[PATCH] f_count may wrap aroundAl Viro
2008-07-21device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet
2008-05-25ppp: push BKL down into the driverAlan Cox
2008-05-13ppp: Do not free not yet unregistered net device.Pavel Emelyanov
2008-04-23ppp_generic: use stats from net_device structurePaulius Zaleckas
2008-01-28[PPP]: Sparse warning fixes.Stephen Hemminger
2007-11-12[PPP]: Remove ptr comparisons to 0Joe Perches
2007-09-16[PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu
2007-09-16[PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu
2007-08-21[PPP]: Fix output buffer size in ppp_decompress_frame().Konstantin Sharlaimov
2007-07-19unregister_chrdev(): ignore the return valueAkinobu Mita
2007-06-23[PPP]: Fix osize too small errors when decoding mppe.Konstantin Sharlaimov
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-26[NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.cMilind 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 5Arjan van de Ven
2007-02-11[PATCH] Replace regular code with appropriate calls to container_of()Robert P. J. Day
2006-12-01Driver core: convert PPP code to use struct deviceGreg Kroah-Hartman
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-08-17[PPP]: handle kmalloc failures and convert to using kzallocPanagiotis Issaris
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman