summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* isdn: hisax: l3ni1.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-07-081-5/+9
* xen-netfront: call netif_carrier_off() only once when disconnectingDavid Vrabel2014-07-081-7/+4
* xen-netfront: don't nest queue locks in xennet_connect()David Vrabel2014-07-081-4/+12
* net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz2014-07-071-1/+1
* net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2Bernd Wachter2014-07-071-0/+1
* Revert "net: stmmac: add platform init/exit for Altera's ARM socfpga"David S. Miller2014-07-072-73/+0
* powerpc/ucc_geth: deal with a compile warningZhao Qiang2014-07-071-2/+2
* net: stmmac: Remove unneeded I/O read caught by cppcheckVince Bridgers2014-07-021-4/+1
* net: stmmac: Correct duplicate if/then/else case found by cppcheckVince Bridgers2014-07-021-1/+1
* net: stmmac: add platform init/exit for Altera's ARM socfpgaVince Bridgers2014-07-022-0/+73
* net/mlx4_en: IRQ affinity hint is not cleared on port downAmir Vadai2014-07-021-2/+1
* net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai2014-07-026-72/+26
* defxx: Fix !DYNAMIC_BUFFERS compilation warningsMaciej W. Rozycki2014-07-021-6/+6
* defxx: Remove an incorrectly inverted preprocessor conditionalMaciej W. Rozycki2014-07-021-4/+1
* net: fix circular dependency in of_mdio codeDaniel Mack2014-07-022-34/+44
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-07-0111-71/+39
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-2711-71/+39
| |\
| | * Merge branch 'ath-current' of git://github.com/kvalo/athJohn W. Linville2014-06-262-19/+5
| | |\
| | | * ath10k: fix 8th virtual AP interface with DFSBartosz Markowski2014-06-021-1/+5
| | | * ath10k: remove unnecessary htt rx corruption checkMichal Kazior2014-06-021-18/+0
| | * | brcmfmac: assign chip id and rev in bus interface after brcmf_usb_dlneededArend van Spriel2014-06-251-2/+3
| | * | mwifiex: fix Tx timeout issueAmitkumar Karwar2014-06-251-0/+1
| | * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-253-3/+1
| | |\ \
| | | * | Bluetooth: Ignore H5 non-link packets in non-active stateLoic Poulain2014-06-231-0/+1
| | | * | Revert "Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012."Marcel Holtmann2014-06-202-3/+0
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-06-254-47/+29
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Revert "iwlwifi: remove IWL_UCODE_TLV_FLAGS_UAPSD_SUPPORT flag"Arik Nemtsov2014-06-242-0/+8
| | | * | iwlwifi: update the 7265 series HW IDsOren Givon2014-06-241-1/+2
| | | * | iwlwifi: mvm: rework sched scan channel configurationEliad Peller2014-06-241-46/+19
* | | | | net: bcmgenet: do not set packet length for RX buffersFlorian Fainelli2014-07-011-7/+0
* | | | | net: bcmgenet: start with carrier offFlorian Fainelli2014-07-011-0/+3
* | | | | net: bcmgenet: disable clock before register_netdevFlorian Fainelli2014-07-011-4/+4
* | | | | net: systemport: fix TX NAPI work done return valueFlorian Fainelli2014-07-011-2/+2
* | | | | net: systemport: fix UniMAC reset logicFlorian Fainelli2014-07-011-24/+9
* | | | | net: systemport: do not clear IFF_MULTICAST flagFlorian Fainelli2014-07-011-6/+0
* | | | | bnx2x: fix possible panic under memory stressEric Dumazet2014-07-011-1/+2
|/ / / /
* | | | bnx2x: Fix the MSI flagsYijing Wang2014-06-261-1/+1
* | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-254-5/+19
|\ \ \ \
| * | | | hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio2014-06-251-1/+1
| * | | | hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in KconfigJosef Gajdusek2014-06-251-0/+1
| * | | | hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi2014-06-252-3/+16
| * | | | hwmon: (w83l786ng) Report correct minimum fan speedAxel Lin2014-06-251-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-2543-222/+503
|\ \ \ \ \
| * | | | | net: allwinner: emac: Add missing free_irqMaxime Ripard2014-06-251-0/+1
| * | | | | cxgb4: use dev_port to identify portsThadeu Lima de Souza Cascardo2014-06-251-0/+1
| * | | | | xen-netback: bookkeep number of active queues in our own moduleWei Liu2014-06-253-52/+26
| * | | | | tg3: Change nvram command timeout value to 50msPrashant Sreedharan2014-06-251-2/+2
| * | | | | cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing2014-06-241-9/+7
| * | | | | be2net: fix qnq mode detection on VFsSuresh Reddy2014-06-233-6/+4
| * | | | | of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun2014-06-221-3/+5