summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-081-1/+0
* net: qmi_wwan: add Olivetti Olicard modemsBjørn Mork2014-06-061-1/+6
* hplance: fix ram size in commentAmos Kong2014-06-051-2/+2
* mvme147: fix ram size in commentAmos Kong2014-06-051-3/+3
* xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss2014-06-051-11/+25
* qlcnic: Initialize mailbox cmd structure to zeroRajesh Borundia2014-06-051-0/+3
* gianfar: Call netif_carrier_off() prior to registrationFabio Estevam2014-06-051-3/+3
* sh_eth: fix SH7619/771x supportSergei Shtylyov2014-06-031-0/+21
* sh_eth: use RNC mode for packet receptionBen Dooks2014-06-032-11/+2
* bnx2x: Fix kernel crash and data miscompare after EEH recoverywenxiong@linux.vnet.ibm.com2014-06-031-0/+12
* bnx2x: Adapter not recovery from EEH error injectionwenxiong@linux.vnet.ibm.com2014-06-031-2/+2
* net: driver: smsc: set NOCARRIER flag in dev at driver initializationBalakumaran Kannan2014-06-031-0/+2
* cnic: Fix missing ISCSI_KEVENT_IF_DOWN messageMichael Chan2014-06-021-3/+5
* cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()Michael Chan2014-06-021-6/+0
* cnic: Don't take rcu_read_lock in cnic_rcv_netevent()Michael Chan2014-06-021-4/+11
* net: davinci_emac: Remove unwanted debug/error messageChristian Riesch2014-06-021-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-0214-33/+166
|\
| * net: ec_bhf: Add runtime dependenciesJean Delvare2014-06-021-0/+1
| * ipheth: Add support for iPad 2 and iPad 3Kristian Evensen2014-06-021-0/+10
| * team: fix mtu settingJiri Pirko2014-06-021-1/+6
| * net: qmi_wwan: interface #11 in Sierra Wireless MC73xx is not QMIAleksander Morgado2014-06-021-1/+0
| * net: qmi_wwan: add additional Sierra Wireless QMI devicesAleksander Morgado2014-06-021-0/+4
| * net: qmi_wwan: add Netgear AirCard 341UAleksander Morgado2014-06-011-0/+1
| * Merge tag 'linux-can-fixes-for-3.15-20140528' of git://gitorious.org/linux-ca...David S. Miller2014-05-301-0/+3
| |\
| | * can: only rename enabled led triggers when changing the netdev nameOliver Hartkopp2014-05-271-0/+3
| * | net/mlx4_core: Reset RoCE VF gids when guest driver goes downJack Morgenstein2014-05-304-14/+127
| * | emac: aggregation of v1-2 PLB errors for IER registerIvan Mikhaylov2014-05-302-16/+9
| * | emac: add missing support of 10mbit in emac/rgmiiIvan Mikhaylov2014-05-301-0/+3
| |/
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-241-1/+1
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-231-1/+1
| | |\
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-05-221-1/+1
| | | |\
| | | | * iwlwifi: mvm: disable beacon filteringEmmanuel Grumbach2014-05-211-1/+1
| * | | | qlcnic: info leak in qlcnic_dcb_peer_app_info()Dan Carpenter2014-05-241-0/+1
* | | | | Merge tag 'md/3.15-fixes' of git://neil.brown.name/mdLinus Torvalds2014-06-021-1/+4
|\ \ \ \ \
| * | | | | md: always set MD_RECOVERY_INTR when interrupting a reshape thread.NeilBrown2014-05-291-0/+1
| * | | | | md: always set MD_RECOVERY_INTR when aborting a reshape or other "resync".NeilBrown2014-05-281-1/+3
* | | | | | libata: Blacklist queued trim for Crucial M500Martin K. Petersen2014-06-021-4/+4
* | | | | | Merge tag 'usb-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-029-17/+47
|\ \ \ \ \ \
| * | | | | | xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman2014-05-281-10/+10
| * | | | | | usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman2014-05-281-0/+7
| * | | | | | USB: serial: option: add support for Novatel E371 PCIe cardAlexej Starschenko2014-05-271-0/+2
| * | | | | | USB: ftdi_sio: add NovaTech OrionLXm product IDGeorge McCollister2014-05-272-0/+7
| * | | | | | USB: io_ti: fix firmware download on big-endian machines (part 2)Johan Hovold2014-05-272-2/+2
| * | | | | | USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern2014-05-242-5/+19
* | | | | | | Merge tag 'staging-3.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-027-14/+54
|\ \ \ \ \ \ \
| * | | | | | | staging: r8192e_pci: fix htons errorSean MacLennan2014-05-281-1/+1
| * | | | | | | Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vtBen Hutchings2014-05-242-3/+13
| * | | | | | | Staging: speakup: Move pasting into a work itemBen Hutchings2014-05-243-6/+34
| * | | | | | | staging: comedi: ni_daq_700: add mux settling delayIan Abbott2014-05-241-0/+2
| * | | | | | | speakup: fix incorrect perms on speakup_acntsa.cRusty Russell2014-05-241-4/+4