summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | can: flexcan: disable bus error interrupts for the i.MX6qWolfgang Grandegger2012-10-231-3/+16
| * | | NET_VENDOR_TI: make available for am33xx as wellPeter Korsgaard2012-10-251-1/+1
| * | | pch_gbe: fix error handling in pch_gbe_up()Veaceslav Falico2012-10-251-6/+11
| |/ /
| * | pch_gbe: don't reset MAC_RX on FIFO overflowVeaceslav Falico2012-10-231-60/+6Star
| * | pch_gbe: don't re-set RX_FIFO_ERR flag in napi_pollVeaceslav Falico2012-10-231-13/+6Star
| * | pch_gbe: create functions for MAC_RX {en,dis}ableVeaceslav Falico2012-10-231-6/+20
| * | qla3xxx: Ensure request/response queue addr writes to the registersJoe Jin2012-10-221-2/+7
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-10-224-61/+50Star
| |\ \
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-194-61/+50Star
| | |\|
| | | * iwlwifi: fix 6000 series channel switch commandJohannes Berg2012-10-161-15/+24
| | | * net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()Stanislav Yakovlev2012-10-151-1/+1
| | | * brcmfmac: fix end of loop check (signedness bug)Dan Carpenter2012-10-151-2/+2
| | | * brcmfmac: set dongle mode accordingly when interface upFranky Lin2012-10-151-36/+2Star
| | | * brcmfmac: use control channel in roamed status reportingFranky Lin2012-10-151-6/+20
| | | * brcmfmac: handle all exceptions as an error.Hante Meuleman2012-10-151-1/+1
| * | | cxgb4: Remove unnecessary #ifdef conditionVipul Pandya2012-10-223-24/+27
| |/ /
| * | net: qmi_wwan: adding more ZTE devicesBjørn Mork2012-10-181-0/+41
| * | phy: add AT803x driverMatus Ujhelyi2012-10-183-0/+182
| * | usb/ipheth: Add iPhone 5 supportJay Purohit2012-10-181-0/+5
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-263-13/+4Star
|\ \ \ | |/ / |/| |
| * | mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() failsDotan Barak2012-10-231-1/+4
| * | mlx4_core: Remove annoying debug messages from SR-IOV flowOr Gerlitz2012-10-232-12/+0Star
| |/
* | bnx2x: fix handling mf storage modesDmitry Kravkov2012-10-162-4/+8
* | vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-161-1/+1
|/
* mcs7830: Fix link state detectionOndrej Zary2012-10-121-9/+21
* usbnet: Support devices reporting idlenessOliver Neukum2012-10-112-0/+21
* net/ethernet/jme: disable ASPMKevin Baradon2012-10-111-0/+4
* kaweth: print correct debug ptrAlan Cox2012-10-111-1/+1
* e1000e: Change wthresh to 1 to avoid possible Tx stallsHiroaki SHIMODA2012-10-112-4/+4
* xen: netback: handle compound page fragments on transmit.Ian Campbell2012-10-111-5/+35
* vxlan: fix oops when give unknown ifindexstephen hemminger2012-10-111-6/+10
* vxlan: fix receive checksum handlingstephen hemminger2012-10-111-2/+1Star
* vxlan: add additional headroomstephen hemminger2012-10-111-0/+1
* vxlan: allow configuring port rangestephen hemminger2012-10-111-5/+57
* vxlan: associate with tunnel socket on transmitstephen hemminger2012-10-111-0/+19
* vxlan: use ip_route_outputstephen hemminger2012-10-111-4/+8
* vxlan: fix byte order in hash functionstephen hemminger2012-10-111-2/+2
* vxlan: minor output refactoringstephen hemminger2012-10-111-11/+20
* Merge tag 'master-2012-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2012-10-1016-92/+136
|\
| * carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
| * ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
| * mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar2012-10-084-16/+27
| * mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2012-10-082-5/+16
| * mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar2012-10-081-6/+10
| * mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2012-10-082-12/+16
| * rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle2012-10-051-2/+2
| * ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
| * ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
| * ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
* | netdev/phy: Prototype of_mdio_find_bus()Mark Brown2012-10-091-0/+1