aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_generic.c
Commit message (Expand)AuthorAgeFilesLines
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()Eric Dumazet2009-05-191-0/+1
* ppp: ppp_mp_explode() redesignGabriele Paoloni2009-03-131-91/+120
* ppp: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-261-4/+2
* ppp_generic: Simplify tx_dropped statsPaulius Zaleckas2009-02-261-1/+1
* drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder2009-02-171-1/+1
* ppp: section fixes re netnsAlexey Dobriyan2009-02-091-1/+1
* net: ppp_generic - introduce net-namespace functionality v2Cyrill Gorcunov2009-01-211-77/+198
* net: ppp_generic - fix regressions caused by IDR conversionCyrill Gorcunov2009-01-121-6/+37
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-231-15/+13
|\
| * ppp: fix segfaults introduced by netdev_priv changesJames Chapman2008-12-181-15/+13
* | net: ppp_generic - use DEFINE_IDR for static initializationCyrill Gorcunov2008-12-181-4/+2
* | net: ppp_generic - use idr technique instead of cardmapsCyrill Gorcunov2008-12-171-135/+48
* | netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-3/+2
* | netdevice ppp: Convert directly reference of netdev->privWang Chen2008-11-201-10/+5
* | ppp: convert to net_device_opsStephen Hemminger2008-11-191-1/+5
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-2/+2
|\
| * device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* | remove CONFIG_KMOD from driversJohannes Berg2008-10-171-7/+3
|/
* ppp: Use skb_queue_walk() in ppp_mp_insert().David S. Miller2008-10-091-1/+2
* ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller2008-09-231-3/+5
* net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-211-1/+1
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-3/+3
* device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-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-251-7/+15
|/
* ppp: Do not free not yet unregistered net device.Pavel Emelyanov2008-05-131-0/+1
* ppp_generic: use stats from net_device structurePaulius Zaleckas2008-04-231-29/+19
* [PPP]: Sparse warning fixes.Stephen Hemminger2008-01-281-1/+1
* [PPP]: Remove ptr comparisons to 0Joe Perches2007-11-121-63/+63
* [PPP] generic: Fix receive path data clobbering & non-linear handlingHerbert Xu2007-09-161-19/+25
* [PPP] generic: Call skb_cow_head before scribbling over skbHerbert Xu2007-09-161-11/+3
* [PPP]: Fix output buffer size in ppp_decompress_frame().Konstantin Sharlaimov2007-08-211-1/+1
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-191-2/+1
* [PPP]: Fix osize too small errors when decoding mppe.Konstantin Sharlaimov2007-06-231-1/+12
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.cMilind Arun Choudhary2007-04-261-3/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PPP]: Don't leak an sk_buff on interface destruction.G. Liakhovetski2007-03-251-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-171-11/+19
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-1/+0