aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_generic.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-27ppp: Move the PPP driversJeff Kirsher1-2954/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-20ppp: Use SKB queue abstraction interfaces in fragment processing.David S. Miller1-15/+16
2011-01-20ppp: Reconstruct fragmented packets using frag lists instead of copying.David S. Miller1-16/+23
2011-01-20ppp: Clean up kernel log messages.David S. Miller1-37/+49
2011-01-10net: ppp: use {get,put}_unaligned_be{16,32}Changli Gao1-5/+4
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+7
2010-12-28ppp: allow disabling multilink protocol ID compressionstephen hemminger1-2/+7
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-21/+22
2010-11-28net, ppp: Report correct error code if unit allocation failedCyrill Gorcunov1-21/+22
2010-11-19filter: optimize sk_run_filterEric Dumazet1-8/+4
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-21/+25
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-10-05ppp: Use a real SKB control block in fragmentation engine.David S. Miller1-21/+25
2010-09-13ppp: potential NULL dereference in ppp_mp_explode()Dan Carpenter1-2/+7
2010-07-12net: autoconvert trivial BKL users to private mutexArnd Bergmann1-10/+9
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-06-04ppp_generic: fix multilink fragment sizesBen McKeegan1-1/+1
2010-06-02ppp: eliminate shadowed variable namestephen hemminger1-3/+3
2010-05-31drivers/net: Use memdup_userJulia Lawall1-8/+3
2010-05-31cleanup: remove MIN_FRAG_SIZE definition.Rami Rosen1-1/+0
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers1-2/+2
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-12/+22
2010-05-03ppp_generic: handle non-linear skbs when passing them to pppdSimon Arlott1-1/+4
2010-05-03ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is validSimon Arlott1-11/+18
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-03ppp: Add ppp_dev_name() exported functionJames Chapman1-0/+19
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-19ppp_generic.c severly whitespace damanged by 9c705260feea6ae329bc6b6d5f6d2ef0...Lennart Sorensen1-61/+61
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-33/+33
2009-12-01net: Simplify ppp_generic pernet operations.Eric W. Biederman1-23/+7
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-16ppp: fix BUG on non-linear SKB (multilink receive)Ben McKeegan1-2/+9
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-19ppp_generic: Help GCC see that 'flen' is always initialized.David S. Miller1-0/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-16/+18
2009-08-02ppp: fix lost fragments in ppp_mp_explode() (resubmit)Ben McKeegan1-16/+18
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-05-19ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()Eric Dumazet1-0/+1
2009-03-13ppp: ppp_mp_explode() redesignGabriele Paoloni1-91/+120
2009-02-26ppp: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-02-26ppp_generic: Simplify tx_dropped statsPaulius Zaleckas1-1/+1
2009-02-17drivers/net/ppp*.c: fix sparse warnings: fix signednessHannes Eder1-1/+1
2009-02-09ppp: section fixes re netnsAlexey Dobriyan1-1/+1
2009-01-21net: ppp_generic - introduce net-namespace functionality v2Cyrill Gorcunov1-77/+198
2009-01-12net: ppp_generic - fix regressions caused by IDR conversionCyrill Gorcunov1-6/+37
2008-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-15/+13
2008-12-18net: ppp_generic - use DEFINE_IDR for static initializationCyrill Gorcunov1-4/+2
2008-12-18ppp: fix segfaults introduced by netdev_priv changesJames Chapman1-15/+13
2008-12-17net: ppp_generic - use idr technique instead of cardmapsCyrill Gorcunov1-135/+48
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-3/+2
2008-11-20netdevice ppp: Convert directly reference of netdev->privWang Chen1-10/+5
2008-11-19ppp: convert to net_device_opsStephen Hemminger1-1/+5
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-2/+2
2008-10-16device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-10-17remove CONFIG_KMOD from driversJohannes Berg1-7/+3
2008-10-09ppp: Use skb_queue_walk() in ppp_mp_insert().David S. Miller1-1/+2
2008-09-23ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller1-3/+5
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller1-1/+1
2008-07-26[PATCH] f_count may wrap aroundAl Viro1-3/+3
2008-07-21device create: net: convert device_create to device_create_drvdataGreg Kroah-Hartman1-1/+2
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-0/+2
2008-06-20Add a bunch of cycle_kernel_lock() callsJonathan Corbet1-1/+2
2008-06-20Add "no BKL needed" comments to several driversJonathan Corbet1-0/+1
2008-05-25ppp: push BKL down into the driverAlan Cox1-7/+15
2008-05-13ppp: Do not free not yet unregistered net device.Pavel Emelyanov1-0/+1
2008-04-23ppp_generic: use stats from net_device structurePaulius Zaleckas1-29/+19
2008-01-28[PPP]: Sparse warning fixes.Stephen Hemminger1-1/+1
2007-11-12[PPP]: Remove ptr comparisons to 0Joe Perches1-63/+63
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_si...gregkh@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-rc2v2.6.12-rc2Linus Torvalds1-0/+2746