summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * zd1211rw: fix potential array underflowDan Carpenter2010-03-021-6/+4
| | * airo: return from set_wep_key() when key length is zeroStanislaw Gruszka2010-03-021-1/+2
| * | davinci_emac: off by oneDan Carpenter2010-03-031-1/+1
| * | cassini: fix off by oneDan Carpenter2010-03-031-1/+1
| * | be2net: download NCSI section during firmware updateSarveshwar Bandi2010-03-032-5/+14
| * | cpmac: use after freeDan Carpenter2010-03-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-1239-58/+58
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-0839-58/+58
| |\ \ \
| | * | | tree-wide: Assorted spelling fixesDaniel Mack2010-02-0929-37/+37
| | * | | tree-wide: s/widht/width/g typo in commentsDaniel Mack2010-02-051-1/+1
| | * | | tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-051-1/+1
| | * | | Fix spelling of 'platform' in log messagesStefan Weil2010-02-051-1/+1
| | * | | Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-2/+2
| | * | | Coding style correction of some wan driversRudy Matela2010-02-043-11/+11
| | * | | Fix misspellings of "truly" in comments.Adam Buchbinder2010-02-041-1/+1
| | * | | Fix misspelling of "truly" in a label.Adam Buchbinder2010-02-041-3/+3
| | * | | Fix a grammar error (redundant "be") in commentAdam Buchbinder2010-02-041-1/+1
* | | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-3/+3
* | | | | driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+4
|/ / / /
* | | | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-066-11/+11
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-036-5/+93
|\ \ \ \ | |_|/ / |/| | |
| * | | RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise2010-02-246-5/+93
* | | | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-021-2/+2
|\ \ \ \
| * \ \ \ Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-0130-349/+403
| |\ \ \ \
| * \ \ \ \ Merge branch 'omap-fixes-for-linus' into omap-for-linusTony Lindgren2010-02-176-32/+29
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren2010-02-151-1/+1
| * | | | | omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren2010-02-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-03-02637-18432/+56354
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | virtio_net: remove forgotten assignmentJiri Pirko2010-03-021-1/+0
| * | | | be2net: fix tx completion pollingSathya Perla2010-03-023-38/+37
| * | | | sis190: fix cable detect via link status pollHerton Ronaldo Krzesinski2010-03-021-5/+18
| * | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-02-288-291/+257
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | bnx2x: Tx barriers and locksVladislav Zolotarov2010-02-281-9/+22
| * | | | wireless: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-287-36/+31
| * | | | axnet_cs: add new idKen Kawasaki2010-02-281-0/+1
| * | | | tg3: Remove now useless VPD codeMatt Carlson2010-02-281-29/+23
| * | | | bnx2: Remove now useless VPD codeMatt Carlson2010-02-281-45/+29
| * | | | pci: Add helper to search for VPD keywordsMatt Carlson2010-02-282-43/+43
| * | | | pci: Add VPD information field helper functionsMatt Carlson2010-02-282-8/+10
| * | | | pci: Add helper to find a VPD resource data typeMatt Carlson2010-02-282-41/+9
| * | | | pci: Add large and small resource data type codeMatt Carlson2010-02-282-12/+34
| * | | | pci: Add PCI LRDT tag size and section sizeMatt Carlson2010-02-282-10/+11
| * | | | ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()John Fastabend2010-02-271-10/+11
| * | | | bonding: fix device leak on error in bond_create()Patrick McHardy2010-02-271-0/+2
| * | | | rtnetlink: support specifying device flags on device creationPatrick McHardy2010-02-271-5/+10
| * | | | fs_enet: add FEC TX buffer alignment workaround for MPC5121Anatolij Gustschin2010-02-271-0/+47
| * | | | fs_enet: Add support for MPC512x to fs_enet driverAnatolij Gustschin2010-02-275-21/+95
| * | | | fs_enet: use dev_xxx instead of printkAnatolij Gustschin2010-02-274-38/+27
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-2710-73/+53
| |\ \ \ \
| | * | | | b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds2010-02-263-7/+31