aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/tun: fix ioctl() based info leaksMathias Krause2012-08-091-2/+4
* USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter2012-08-091-1/+1
* caif: fix NULL pointer checkAlan Cox2012-08-091-0/+3
* bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan2012-08-091-3/+3
* e1000e: Correct link check logic for 82571 serdesTushar Dave2012-07-191-0/+3
* rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka2012-07-191-1/+1
* rtl8187: ->brightness_set can not sleepStanislaw Gruszka2012-07-161-1/+1
* ipheth: add support for iPadDavide Gerhard2012-07-161-0/+5
* mwifiex: fix 11n rx packet drop issueStone Piao2012-07-163-2/+12
* can: c_can: precedence error in c_can_chip_config()Dan Carpenter2012-07-161-2/+2
* ath9k: enable serialize_regmode for non-PCIE AR9287Panayiotis Karabassis2012-07-161-1/+1
* ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan2012-07-161-1/+13
* ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan2012-07-161-0/+9
* be2net: fix a race in be_xmit()Eric Dumazet2012-07-161-2/+3
* sky2: fix checksum bit management on some chipsstephen hemminger2012-07-161-4/+6
* bonding: Fix corrupted queue_mappingEric Dumazet2012-07-161-4/+5
* dummy: fix rcu_sched self-detected stallsEric Dumazet2012-07-161-1/+4
* e1000: save skb counts in TX to avoid cache missesDean Nelson2012-06-172-9/+11
* iwlwifi: don't mess up the SCD when removing a keyEmmanuel Grumbach2012-06-171-1/+1
* can: c_can: fix race condition in c_can_open()AnilKumar Ch2012-06-171-1/+2
* can: c_can: fix an interrupt thrash issue with c_can driverAnilKumar Ch2012-06-172-4/+4
* can: c_can: fix "BUG! echo_skb is occupied!" during transmitAnilKumar Ch2012-06-171-2/+4
* net: sierra_net: device IDs for Aircard 320U++Bjørn Mork2012-06-171-4/+10
* wl1251: fix oops on early interruptGrazvydas Ignotas2012-06-102-3/+2
* Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-06-101-1/+1
* iwlwifi: update BT traffic load states correctlyMeenakshi Venkataraman2012-06-101-0/+1
* pch_gbe: memory corruption calling pch_gbe_validate_option()Dan Carpenter2012-05-211-7/+8
* pch_gbe: Do not abort probe on bad MACDarren Hart2012-05-211-3/+14
* pch_gbe: Fixed the issue on which PC was frozen when link was downed.Toshiharu Okada2012-05-211-1/+1
* pch_gbe: support ML7831 IOHToshiharu Okada2012-05-212-5/+16
* pch_gbe: fixed the issue which receives an unnecessary packet.Toshiharu Okada2012-05-211-7/+14
* cdc_ether: add Novatel USB551L device IDs for FLAG_WWANDan Williams2012-05-211-0/+16
* cdc_ether: Ignore bogus union descriptor for RNDIS devicesBjørn Mork2012-05-211-2/+12
* usbnet: fix skb traversing races during unlink(v2)Ming Lei2012-05-211-16/+38
* sungem: Fix WakeOnLanGerard Lledo2012-05-211-1/+1
* tg3: Avoid panic from reserved statblk field accessMatt Carlson2012-05-211-2/+16
* sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger2012-05-212-12/+17
* sky2: propogate rx hash when packet is copiedstephen hemminger2012-05-211-0/+3
* asix: Fix tx transfer padding for full-speed USBIngo van Lil2012-05-211-2/+2
* smsc95xx: mark link down on startup and let PHY interrupt deal with carrier c...Paolo Pisati2012-05-211-1/+1
* wl1251: fix crash on remove due to leftover work itemGrazvydas Ignotas2012-05-071-0/+1
* wl1251: fix crash on remove due to premature kfreeGrazvydas Ignotas2012-05-071-1/+1
* rtlwifi: Fix oops on unloadLarry Finger2012-05-071-0/+1
* ipw2200: Fix race condition in the command completion acknowledgeStanislav Yakovlev2012-05-071-1/+12
* ksz884x: don't copy too much in netdev_set_mac_address()Dan Carpenter2012-04-271-1/+1
* dummy: Add ndo_uninit().Hiroaki SHIMODA2012-04-271-3/+3
* net: usb: smsc75xx: fix mtuStephane Fillod2012-04-271-0/+1
* net/ethernet: ks8851_mll fix rx frame buffer overflowDavide Ciminaghi2012-04-271-1/+1
* net: smsc911x: fix skb handling in receive pathWill Deacon2012-04-271-9/+5
* 8139cp: set intr mask after its handler is registeredJason Wang2012-04-271-2/+8