summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2o: use proc_remove_subtree()Al Viro2013-04-091-50/+1
* silicom: bury bp_proc.cAl Viro2013-04-093-1330/+0
* silicom: switch to create_proc_data(), clean procfs side of things upAl Viro2013-04-091-820/+379
* silicom: untangle module_initAl Viro2013-04-091-192/+133
* silicom: get_bypass_slave_pfs() open-codes lookup_port()Al Viro2013-04-091-25/+2
* silicom: unobfuscate get_{status,master}_port_fn()Al Viro2013-04-091-48/+19
* silicom: helper functions are often useful...Al Viro2013-04-091-280/+43
* get rid of a bunch of open-coded create_proc_read_entry()Al Viro2013-04-092-9/+5
* isp1362-hcd: don't reimplement proc_create_data()Al Viro2013-04-091-4/+1
* rtl8192u: don't play with reassigning ->proc_fops, just use proc_create()Al Viro2013-04-091-5/+1
* dgrp procfs fixes, part 6: just use proc_create{,_data}Al Viro2013-04-093-65/+4
* dgrp procfs fixes, part 5: per-node filesAl Viro2013-04-096-129/+45
* dgrp procfs fixes, part 4: get rid of sysctl-like machineryAl Viro2013-04-092-270/+42
* dgrp procfs fixes, part 3: kill dead codeAl Viro2013-04-091-63/+0
* dgrp procfs fixes, part 2Al Viro2013-04-091-4/+1
* dgrp procfs fixes, part 1Al Viro2013-04-091-2/+1
* The rtl8192e procfs-based debug interface seems very brokenSean MacLennan2013-04-094-1041/+0
* rtl8192e: switch to proc_create()Al Viro2013-04-091-31/+21
* rtl8192e: don't use create_proc_entry() for directoriesAl Viro2013-04-091-1/+1
* mode_t, whack-a-mole at 11...Al Viro2013-04-093-4/+4
* hysdn: stash pointer to card into proc_dir_entry->dataAl Viro2013-04-092-85/+18
* gadgetfs: don't bother with fops->ownerAl Viro2013-04-092-4/+0
* ccg: don't bother with fops->ownerAl Viro2013-04-091-2/+0
* lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-271-2/+4
|\
| * vt: synchronize_rcu() under spinlock is not nice...Al Viro2013-03-271-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-2629-104/+195
|\ \
| * | bonding: remove already created master sysfs link on failureVeaceslav Falico2013-03-261-0/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-03-265-22/+43
| |\ \
| | * | igb: fix PHC stopping on max freqJiri Benc2013-03-261-1/+1
| | * | igb: make sensor info staticStephen Hemminger2013-03-261-1/+1
| | * | igb: SR-IOV init reorderingAlex Williamson2013-03-261-1/+1
| | * | igb: Fix null pointer dereferenceAlex Williamson2013-03-261-1/+1
| | * | igb: fix i350 anti spoofing configLior Levy2013-03-261-14/+19
| | * | ixgbevf: don't release the soft entriesxunleer2013-03-261-4/+20
| * | | pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico2013-03-261-2/+2
| |/ /
| * | bnx2x: fix assignment of signed expression to unsigned variableKumar Amit Mehta2013-03-241-9/+9
| * | net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion2013-03-211-8/+33
| * | net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion2013-03-211-1/+1
| * | net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion2013-03-211-11/+11
| * | net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion2013-03-211-1/+1
| * | net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer2013-03-211-1/+1
| * | net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann2013-03-211-1/+1
| * | lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun2013-03-211-1/+1
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-2011-43/+68
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2011-43/+68
| | |\ \
| | | * | rtlwifi: usb: add missing freeing of skbuffJussi Kivilinna2013-03-181-0/+1
| | | * | mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao2013-03-181-0/+8
| | | * | mwifiex: skip pending commands after function shutdownBing Zhao2013-03-181-3/+14
| | | * | mwifiex: fix race when queuing commandsAmitkumar Karwar2013-03-184-17/+10