Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook
2017-10-18atm: idt77252: Convert timers to use timer_setup()Kees Cook
2017-08-10atm: make atmdev_ops constBhumika Goyal
2017-07-17atm: idt77252: constify pci_device_id.Arvind Yadav
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-02-15atm: idt77252, use setup_timer and mod_timerJan Koniarik
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR
2014-08-09atm: use pci_zalloc_consistentJoe Perches
2014-05-21atm: idt77252: Remove redundant error checkPeter Senna Tschudin
2013-11-20atm: idt77252: fix dev refcnt leakYing Xue
2013-01-04Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15atm: Convert vmalloc/memset to vzallocJoe Perches
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-04-17atm: idt77252: Fix set-but-unused variables.David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-11atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-10-04drivers/atm/idt77252.c: Remove unnecessary error checkJulia Lawall
2010-07-16atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe
2010-07-13atm: remove IRQF_DISABLED in combination with IRQF_SHAREDchas williams - CONTRACTOR
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-07drivers/atm/idt77252.c: use %pM to show MAC addresshartleys
2008-09-22atm: idt77252: Use generic SKB queue management instead of home-grown scheme.David S. Miller
2008-05-21drivers/atm/: remove CVS keywordsAdrian Bunk
2008-04-01[ATM] atm/idt77252.c: Make 2 functions staticAdrian Bunk
2008-03-06atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-07-18[ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kcon...Robert P. J. Day
2007-07-12PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-05-25[ATM]: Use mutex instead of binary semaphore in idt77252 driver.Matthias Kaehlcke
2007-04-26[ATM] idt77252: Fix double kfree_skb on failure in push_rx_skbArnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-02-17atm: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan
2006-07-04[ATM]: add+use poison definesRandy Dunlap
2006-07-03[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-08-30[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-07-20[ATM]: [idt77252] use time_after() macroMarcelo Feitoza Parisi
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds