aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller127-5923/+13359
2009-10-29atm: Cleanup redundant tests on unsignedroel kluin2-3/+3
2009-10-29gigaset: convert strcmp chain to table lookupTilman Schmidt2-23/+25
2009-10-29gigaset: checkpatch cleanup of ev-layer.cTilman Schmidt1-247/+231
2009-10-29bas_gigaset: checkpatch cleanupTilman Schmidt2-82/+93
2009-10-29ser_gigaset: checkpatch cleanupTilman Schmidt1-19/+37
2009-10-29gigaset: checkpatch cleanupTilman Schmidt5-89/+74
2009-10-29usb_gigaset: code cleanupTilman Schmidt4-331/+358
2009-10-29gigaset: fix bad assumptions about CAPI skbuffsTilman Schmidt5-50/+70
2009-10-29gigaset: fix format string typo in CAPI dial commandTilman Schmidt1-1/+1
2009-10-29gigaset: CAPI module readability improvementsTilman Schmidt1-63/+81
2009-10-29be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.Ajit Khaparde1-0/+2
2009-10-29e1000e: flow control doesn't re-enableBruce Allan1-2/+10
2009-10-29ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599Yi Zou3-0/+48
2009-10-29ixgbe: Add support for 82599 alternative WWNN/WWPN prefixYi Zou2-0/+65
2009-10-28vmxnet3: remove duplicate #includeShreyas Bhatewara1-5/+0
2009-10-28be2net: Changes to update ethtool get_settings function to return appropriate values.Sarveshwar Bandi4-6/+117
2009-10-28e100: Fix to allow systems with FW based cards to resume from STDDavid Graham1-4/+16
2009-10-28netxen: update version to 4.0.65Dhananjay Phadke1-2/+2
2009-10-28netxen: module firmware hintsDhananjay Phadke3-1/+15
2009-10-28netxen: update module infoDhananjay Phadke1-12/+6
2009-10-28netxen: add PCI IDs for new chipDhananjay Phadke3-4/+8
2009-10-28netxen: refactor indirect register accessDhananjay Phadke1-39/+36
2009-10-28netxen: support for new firmware file formatAmit Kumar Salecha2-63/+278
2009-10-28via-velocity: Remove private device listBen Hutchings2-38/+3
2009-10-28tc35815: Enable NAPIAtsushi Nemoto1-0/+1
2009-10-28tc35815: Fix return value of tc35815_do_interrupt when NAPI enabledAtsushi Nemoto1-0/+5
2009-10-28NET/KS8695: add support NAPI for RxFigo.zhang1-25/+78
2009-10-28igb: Fix warnings in igb_set_ringparam()David S. Miller1-2/+2
2009-10-28igb: cleanup whitespace issues in igb_main.cAlexander Duyck1-22/+19
2009-10-28igb: open up SCTP checksum offloads to all MACs 82576 and newerAlexander Duyck1-1/+1
2009-10-28igb: limit minimum mtu to 68 to keep ip bound to interfaceAlexander Duyck1-2/+1
2009-10-28igb: add pci_dev in few spots to clean up use of dev_err/info/warnAlexander Duyck1-12/+12
2009-10-28igb: replace unecessary &adapter->hw with just hw where applicableAlexander Duyck1-14/+12
2009-10-28igb: cleanup clean_rx_irq_adv and alloc_rx_buffers_advAlexander Duyck1-5/+19
2009-10-28igb: cleanup igb xmit frame pathAlexander Duyck1-15/+15
2009-10-28igb: cleanup igb.h header whitespace and some structure formattingAlexander Duyck1-6/+6
2009-10-28igb: Remove invalid stats countersAlexander Duyck2-23/+1
2009-10-28igb: cleanup interrupt enablement in regards to msix_otherAlexander Duyck1-8/+23
2009-10-28igb: change queue ordering for 82576 based adaptersAlexander Duyck1-12/+13
2009-10-28igb: cleanup code related to ring resource allocation and freeAlexander Duyck1-12/+17
2009-10-28igb: make tx hang check multiqueue, check eop descriptorAlexander Duyck1-4/+6
2009-10-28igb: move global_quad_port_a from global into local static defineAlexander Duyck1-6/+2
2009-10-28igb: only process global stats in igb_update_statsAlexander Duyck1-32/+29
2009-10-28igb: move vf init into a seperate functionAlexander Duyck1-42/+56
2009-10-28igb: rework handling of the vfta and vlvf registers in relation to mng_vlanAlexander Duyck1-62/+32
2009-10-28igb: rework use of VMOLR in regards to PF and VFsAlexander Duyck3-60/+125
2009-10-28igb: replace the VF clear_to_send with a flags valueAlexander Duyck2-60/+70
2009-10-28igb: use packet buffer sizes from RXPBS registerAlexander Duyck3-1/+6
2009-10-28igb: misc cleanups within igb_ethtool.cAlexander Duyck1-45/+60