aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-24e100: Fix the TX workqueue raceAlan Cox1-2/+8
2010-04-23gianfar: Fix potential oops during OF address translationAnton Vorontsov1-5/+1
2010-04-23fsl_pq_mdio: Fix kernel oops during OF address translationAnton Vorontsov1-6/+14
2010-04-21drivers/net/usb: Add new driver iphethDiego Giagio4-0/+582
2010-04-21cxgb3: fix linkup issueHiroshi Shimamoto1-1/+1
2010-04-21KS8851: NULL pointer dereference if list is emptyAbraham Arce1-5/+7
2010-04-21net: 3c574_cs fix stats.tx_bytes counterAlexander Kurz1-2/+5
2010-04-21can: Fix possible NULL pointer dereference in ems_usb.cHans J. Koch1-4/+4
2010-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller7-15/+29
2010-04-198139too: Fix a typo in the function name.Alexander Kuznetsov1-1/+1
2010-04-16WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.Krzysztof Halasa1-0/+6
2010-04-16iwlwifi: correct 6000 EEPROM regulatory addressShanyu Zhao2-2/+6
2010-04-16iwlwifi: fix scan racesJohannes Berg5-13/+23
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+12
2010-04-14tun: orphan an skb on txMichael S. Tsirkin1-0/+4
2010-04-13forcedeth: fix tx limit2 flag checkAyaz Abdulla1-1/+1
2010-04-13smc91c92_cs: define multicast_table as unsigned charKen Kawasaki1-7/+6
2010-04-13e1000e: stop cleaning when we reach tx_ring->next_to_useTerry Loftin1-0/+2
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann2-0/+2
2010-04-12virtio_net: missing sg_init_tableShirley Ma1-0/+2
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller445-117/+377
2010-04-09iwlwifi: work around bogus active chains detectionJohannes Berg1-0/+12
2010-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-4/+9
2010-04-08iwlwifi: need check for valid qos packet before freeWey-Yi Guy1-4/+9
2010-04-07myri10ge: fix rx_pause in myri10ge_set_pauseparamBrice Goglin1-1/+1
2010-04-07stmmac: use resource_size()Dan Carpenter1-5/+5
2010-04-07cnic: Fix crash during bnx2x MTU change.Michael Chan1-5/+5
2010-04-07qlcnic: fix set mac addrAmit Kumar Salecha1-0/+3
2010-04-07r6040: fix r6040_multicast_listFlorian Fainelli1-7/+4
2010-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-51/+130
2010-04-06ath9k: fix double calls to ath_radio_enableFelix Fietkau1-2/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds32-53/+13998
2010-04-03smc91c92_cs: fix the problem of "Unable to find hardware address"Ken Kawasaki1-5/+7
2010-04-02iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi3-15/+60
2010-04-02iwlwifi: use consistent table for tx data collectShanyu Zhao1-31/+24
2010-04-02iwlwifi: fix DMA allocation warningsZhu Yi1-3/+45
2010-04-01r8169: clean up my printk uglynessNeil Horman1-2/+2
2010-04-01net: Hook up cxgb4 to Kconfig and MakefileDimitris Michailidis2-0/+26
2010-04-01cxgb4: Add main driver file and driver MakefileDimitris Michailidis2-0/+3395
2010-04-01cxgb4: Add remaining driver headers and L2T managementDimitris Michailidis4-0/+1714
2010-04-01cxgb4: Add packet queues and packet DMA codeDimitris Michailidis1-0/+2431
2010-04-01cxgb4: Add HW and FW support codeDimitris Michailidis2-0/+3231
2010-04-01cxgb4: Add register, message, and FW definitionsDimitris Michailidis3-0/+3122
2010-04-01bonding: fix potential deadlock in bond_uninit()Amerigo Wang1-12/+14
2010-04-01stmmac: fix kconfig for crc32 build errorCarmelo AMOROSO1-0/+1
2010-04-01be2net: fix bug in vlan rx path for big endian architectureAjit Khaparde1-2/+2
2010-04-01be2net: fix flashing on big endian architecturesAjit Khaparde2-10/+9
2010-04-01be2net: fix a bug in flashing the redboot sectionAjit Khaparde1-1/+1
2010-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller10-13/+33
2010-03-31bonding: bond_xmit_roundrobin() fixEric Dumazet1-1/+1