summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-13r8169: missing barriers.Francois Romieu1-3/+2
2012-10-13r8169: fix Config2 MSIEnable bit setting.françois romieu1-6/+8
2012-10-13r8169: Rx FIFO overflow fixes.Francois Romieu1-30/+24
2012-10-13r8169: increase the delay parameter of pm_schedule_suspendhayeswang1-1/+1
2012-10-13r8169: expand received packet length indication.Francois Romieu1-1/+1
2012-10-13r8169: jumbo fixes.Francois Romieu1-55/+247
2012-10-13r8169: remove erroneous processing of always set bit.Francois Romieu1-1/+6
2012-10-13r8169: don't enable rx when shutdown.Hayes Wang1-2/+5
2012-10-13r8169: fix wake on lan setting for non-8111E.Hayes Wang1-2/+4
2012-10-13tg3: Fix TSO CAP for 5704 devs w / ASF enabledMatt Carlson1-2/+12
2012-10-13pppoe: drop PPPOX_ZOMBIEs in pppoe_releaseXiaodong Xu1-1/+1
2012-10-13sierra_net: Endianess bug fix.Lennart Sorensen1-1/+1
2012-10-13netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov1-0/+4
2012-10-13ixp4xx_hss: fix build failure due to missing linux/module.h inclusionFlorian Fainelli1-0/+1
2012-10-13net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...htbegin1-0/+1
2012-10-07can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock()Wei Yongjun1-2/+2
2012-10-07b43legacy: Fix crash on unload when firmware not availableLarry Finger1-0/+2
2012-10-02e1000e: Disable ASPM L1 on 82574Chris Boot1-1/+2
2012-10-02rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde11-0/+69
2012-10-02rt2x00: Fix word size of rt2500usb MAC_CSR19 register.Gertjan van Wingerde2-9/+9
2012-10-02can: janz-ican3: fix support for older hardware revisionsIra W. Snyder1-3/+1
2012-10-02can: ti_hecc: fix oops during rmmodMarc Kleine-Budde1-1/+1
2012-10-02asix: Support DLink DUB-E100 H/W Ver C1Søren Holm1-0/+4
2012-10-02can: mcp251x: avoid repeated frame bugBenoît Locher1-1/+10
2012-10-02netconsole: remove a redundant netconsole_target_put()Amerigo Wang1-1/+0
2012-10-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings5-9/+51
2012-09-14USB: rtl8187: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-09-14USB: p54usb: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-09-14ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi1-1/+1
2012-08-27rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.Jeongdo Son1-0/+1
2012-08-15rt61pci: fix NULL pointer dereference in config_lna_gainStanislaw Gruszka1-2/+1
2012-08-15e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-08-09net/tun: fix ioctl() based info leaksMathias Krause1-2/+4
2012-08-09USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-08-09caif: fix NULL pointer checkAlan Cox1-0/+3
2012-08-09bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan1-3/+3
2012-07-19e1000e: Correct link check logic for 82571 serdesTushar Dave1-0/+3
2012-07-19rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka1-1/+1
2012-07-16rtl8187: ->brightness_set can not sleepStanislaw Gruszka1-1/+1
2012-07-16ipheth: add support for iPadDavide Gerhard1-0/+5
2012-07-16mwifiex: fix 11n rx packet drop issueStone Piao3-2/+12
2012-07-16can: c_can: precedence error in c_can_chip_config()Dan Carpenter1-2/+2
2012-07-16ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis1-1/+1
2012-07-16ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan1-1/+13
2012-07-16ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan1-0/+9
2012-07-16be2net: fix a race in be_xmit()Eric Dumazet1-2/+3
2012-07-16sky2: fix checksum bit management on some chipsstephen hemminger1-4/+6
2012-07-16bonding: Fix corrupted queue_mappingEric Dumazet1-4/+5
2012-07-16dummy: fix rcu_sched self-detected stallsEric Dumazet1-1/+4
2012-06-17e1000: save skb counts in TX to avoid cache missesDean Nelson2-9/+11