net: cris/eth_v10: Use net_device_stats from struct net_device_stats
[deliverable/linux.git] / drivers /
2010-12-06  Tobias Klausernet: cris/eth_v10: Use net_device_stats from struct...
2010-12-06  Tobias Klausernet: emaclite: Omit private ndo_get_stats function
2010-12-06  Tobias Klausernet: am79c961a: Omit private ndo_get_stats function
2010-12-06  Don Skidmoreixgbe: fix enum type mismatch on disable laser
2010-12-06  Don Skidmoreixgbe: fix for link failure on SFP+ DA cables
2010-12-06  Sathya Perlabe2net: Handle out of buffer completions for lancer
2010-12-06  Sathya Perlabe2net: FW init cmd fix for lancer
2010-12-06  Sathya Perlabe2net: Fix be_dev_family_check() return value check
2010-12-06  Joe Perchesehea: Use the standard logging functions
2010-12-06  Michał Mirosławnet: Fix too optimistic NETIF_F_HW_CSUM features
2010-12-06  Alexey OrishkoUSB CDC NCM host driver
2010-12-06  Alexey Orishkousbnet: changes for upcoming cdc_ncm driver
2010-12-06  Matt Carlsontg3: Update version to 3.116
2010-12-06  Matt Carlsontg3: Relax EEE thresholds
2010-12-06  Matt Carlsontg3: Minor EEE code tweaks
2010-12-06  Matt Carlsontg3: Fix 57765 EEE support
2010-12-06  Matt Carlsontg3: Move EEE definitions into mdio.h
2010-12-06  Matt Carlsontg3: Raise the jumbo frame BD flag threshold
2010-12-03  Don Skidmoreixgbe: add support for new format of PBA numbers
2010-12-03  Don Skidmoreixgbe: add support for 82599 FCoE SKU
2010-12-03  Don Skidmoreixgbe: add WOL support for SFP+ subdevice
2010-12-03  Don Skidmoreixgbe: fix link behavior for SFP+ when driver is brough...
2010-12-03  Anirban Chakrabortyqlcnic: Updated driver version to 5.0.13
2010-12-03  Sritej Velagaqlcnic: LICENSE file for qlcnic
2010-12-03  Amit Kumar Salechaqlcnic: validate eswitch config values for PF
2010-12-03  Sucheta Chakrabortyqlcnic: Disable loopback support
2010-12-03  Ben Hutchingssfc: Store MAC address from NVRAM in net_device::perm_addr
2010-12-03  Ben Hutchingssfc: Use current MAC address, not NVRAM MAC address...
2010-12-03  Steve Hodgsonsfc: When waking a stopped tx_queue, only lock that...
2010-12-03  Ben Hutchingssfc: Update kernel-doc to match earlier move of Toeplit...
2010-12-03  Ben Hutchingssfc: Move xmac_poll_required into struct falcon_nic_data
2010-12-03  Ben Hutchingssfc: Move Falcon global event handling to falcon.c
2010-12-03  Ben Hutchingssfc: Move mdio_lock to struct falcon_nic_data
2010-12-03  Ben Hutchingssfc: Move SPI state to struct falcon_nic_data
2010-12-03  Ben Hutchingssfc: Remove unnecessary inclusion of various private...
2010-12-03  Ben Hutchingssfc: Expose Falcon BootROM config through MTD, not...
2010-12-03  Ben Hutchingssfc: Remove broken automatic fallback for invalid Falco...
2010-12-03  Steve Hodgsonsfc: Fix event based MCDI completion and MC REBOOT...
2010-12-03  Ben Hutchingssfc: Clear RXIN_SEL when soft-resetting QT2025C
2010-12-03  Ben Hutchingssfc: Read-to-clear LM87 alarm/interrupt status at start...
2010-12-03  Ben Hutchingssfc: Distinguish critical and non-critical over-tempera...
2010-12-03  Ben Hutchingssfc: Fix condition for no-op in set_phy_flash_cfg()
2010-12-03  Ben Hutchingssfc: Reduce log level for MCDI error response in efx_mc...
2010-12-02  Tomoyacan: EG20T PCH: Delete unnecessary spin_lock
2010-12-02  Tomoyacan: EG20T PCH: Enumerate LEC macros
2010-12-02  Tomoyacan: EG20T PCH: Change Message Object Index
2010-12-02  Tomoyacan: EG20T PCH: Separate Interface Register(IF1/IF2)
2010-12-01  Jon Masonvxge: update driver version
2010-12-01  Jon Masonvxge: use strcpy for strings
2010-12-01  Jon Masonvxge: remove unnecessary printks
2010-12-01  Dmitry Kravkovbnx2x: Add Nic partitioning mode (57712 devices)
2010-11-29  Joe Perchesforcedeth: Use netdev_dbg for printk(KERN_DEBUG
2010-11-29  Joe Perchesforcedeth: Remove netdev_dbg uses
2010-11-29  Joe Perchesforcedeth: Convert dev_printk(<level> to dev_<level>(
2010-11-29  Joe Perchesforcedeth: Separate vendor specific initializations...
2010-11-29  Joe Perchesforcedeth: Add function init_realtek_8211b
2010-11-29  Joe Perchesforcedeth: Convert pr_<level> to netdev_<level>
2010-11-29  Joe Perchesforcedeth: Use pr_fmt and pr_<level>
2010-11-29  Joe Perchesforcedeth: Convert remaining dprintk to netdev_dbg
2010-11-29  Joe Perchesforcedeth: Use print_hex_dump
2010-11-29  Joe Perchesforcedeth: convert dprintk(KERN_DEBUG to netdev_dbg
2010-11-29  Joe Perchesforcedeth: Change reg_delay arguments and use
2010-11-29  David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2010-11-29  Scott J. Goldmanvmxnet3: fix compilation when RSS is disabled
2010-11-29  Frank Blaschkaqeth: l3 fix len in tso hdr
2010-11-29  Ursula Braunqeth: enable interface setup if LAN is offline
2010-11-29  Joe Perchesdrivers/s390/net: Remove unnecessary semicolons
2010-11-29  Sachin Santqeth lcs: convert mc rwlock to RCU
2010-11-29  Giuseppe Cavallarostmmac: fix stmmac_resume removing not yet used shutdow...
2010-11-29  Szymon Jancforcedeth: use usleep_range not msleep for small sleeps
2010-11-29  Szymon Jancforcedeth: do not use assignment in if conditions
2010-11-29  Szymon Jancforcedeth: include <linux/io.h> and <linux/uaccess...
2010-11-29  Szymon Jancforcedeth: remove unnecessary checks before kfree
2010-11-29  Szymon Jancforcedeth: fix multiple code style issues
2010-11-29  Joe Percheszd1211rw: document need for kmalloc cast
2010-11-29  Joe Perchesvxge: remove unnecessary [kv][mcz]alloc casts
2010-11-29  Joe Perchesqlcnic: remove unnecessary [kv][mcz]alloc casts
2010-11-29  Joe Perchesnetxen: remove unnecessary [kv][mcz]alloc casts
2010-11-28  Breno Leitaocxgb3: Removing unused return variable
2010-11-28  Jonas Bonnethoc: remove division from loops
2010-11-28  Jonas Bonnethoc: fix function return type
2010-11-28  Jonas Bonnethoc: rework mdio read/write
2010-11-28  Jonas Bonnethoc: rework interrupt handling
2010-11-28  Jonas Bonnethoc: Double check pending RX packet
2010-11-28  Adam Edvardssonethoc: enable interrupts after napi_complete
2010-11-28  Jonas Bonnethoc: remove unused spinlock
2010-11-28  Jonas Bonnethoc: Add device tree configuration
2010-11-28  Vladislav Zolotarovbnx2x: Use helpers instead of direct access to the...
2010-11-28  Michael Chanbnx2: Remove config access to non-standard registers
2010-11-28  Eddie Waibnx2: Fix reset bug on 5709
2010-11-28  Uwe Kleine-Könignet: add some KERN_CONT markers to continuation lines
2010-11-28  Rajesh Borundianetxen: avoid using reset_devices as it may become...
2010-11-28  Rajesh Borundiaqlcnic: avoid using reset_devices as it may become...
2010-11-28  Eric Dumazetdrivers/net: use vzalloc()
2010-11-28  Sathya Perlabe2net: adding support for Lancer family of CNAs
2010-11-24  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-11-24  Felix Fietkauath9k_hw: remove ath9k_hw_stoppcurecv
2010-11-24  Rajkumar Manoharanath9k_htc: Identify devices using driver_info
2010-11-24  Rajkumar Manoharanath9k_hw: Fix eeprom offset for AR9287 devices (PCI...
2010-11-24  Rajkumar Manoharanath9k_htc: Add driver_info in usb device list
next
This page took 0.047037 seconds and 8 git commands to generate.