aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_generic.c
Commit message (Expand)AuthorAge
* net: ppp_generic - fix regressions caused by IDR conversionCyrill Gorcunov2009-01-13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-23
|\
| * ppp: fix segfaults introduced by netdev_priv changesJames Chapman2008-12-18
* | net: ppp_generic - use DEFINE_IDR for static initializationCyrill Gorcunov2008-12-19
* | net: ppp_generic - use idr technique instead of cardmapsCyrill Gorcunov2008-12-17
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-20
* | netdevice ppp: Convert directly reference of netdev->privWang Chen2008-11-20
* | ppp: convert to net_device_opsStephen Hemminger2008-11-20
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-16
|\
| * device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-16
* | remove CONFIG_KMOD from driversJohannes Berg2008-10-16
|/
* ppp: Use skb_queue_walk() in ppp_mp_insert().David S. Miller2008-10-09
* ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller2008-09-23
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-22
* [PATCH] f_count may wrap aroundAl Viro2008-07-26
* device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18
|\
| * Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-20
| * Add "no BKL needed" comments to several driversJonathan Corbet2008-06-20
* | ppp: push BKL down into the driverAlan Cox2008-05-26
|/
* ppp: Do not free not yet unregistered net device.Pavel Emelyanov2008-05-14
* ppp_generic: use stats from net_device structurePaulius Zaleckas2008-04-23
* [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-28
* [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