summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Disable UFO through virtioBen Hutchings2014-10-313-26/+30
* mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz2014-10-311-0/+4
* net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz2014-10-311-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-10-314-3/+14
|\
| * ixgbe: fix race when setting advertised speedEmil Tantilov2014-10-301-0/+4
| * ixgbe: need not repeat init skb with NULLJunwei Zhang2014-10-301-1/+1
| * igb: don't reuse pages with pfmemalloc flagRoman Gushchin2014-10-301-1/+5
| * e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri2014-10-301-1/+4
* | cxgb4 : Fix missing initialization of win0_lockAnish Bhatt2014-10-301-0/+1
* | r8152: check WORK_ENABLE in suspend functionhayeswang2014-10-301-1/+1
* | r8152: reset tp->speed before autoresuming in open functionhayeswang2014-10-301-0/+5
* | r8152: clear SELECTIVE_SUSPEND when autoresuminghayeswang2014-10-301-4/+3
|/
* cnic: Update the rcu_access_pointer() usagesTej Parkash2014-10-291-4/+1
* cxgb4vf: Replace repetitive pci device ID's with right onesHariprasad Shenai2014-10-291-8/+8
* cdc-ether: handle promiscuous mode with a set_rx_mode callbackOlivier Blin2014-10-281-0/+5
* cdc-ether: extract usbnet_cdc_update_filter functionOlivier Blin2014-10-281-14/+28
* usbnet: add a callback for set_rx_modeOlivier Blin2014-10-281-0/+20
* net: systemport: reset UniMAC coming out of a suspend cycleFlorian Fainelli2014-10-281-0/+2
* net: systemport: enable RX interrupts after NAPIFlorian Fainelli2014-10-281-6/+3
* net: phy: Add SGMII Configuration for Marvell 88E1145 InitializationVince Bridgers2014-10-281-0/+19
* drivers: net:cpsw: fix probe_dt when only slave 1 is pinned outMugunthan V N2014-10-281-9/+9
* Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-10-2832-106/+238
|\
| * Merge tag 'iwlwifi-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linux...John W. Linville2014-10-2714-44/+106
| |\
| | * iwlwifi: pcie: fix polling in various placesEmmanuel Grumbach2014-10-231-3/+3
| | * Revert "iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rate"Emmanuel Grumbach2014-10-231-6/+2
| | * iwlwifi: dvm: drop non VO frames when flushingEmmanuel Grumbach2014-10-231-11/+13
| | * iwlwifi: mvm: ROC - bug fixes around time events and lockingMatti Gottlieb2014-10-232-10/+17
| | * iwlwifi: mvm: Add tx power condition to bss_info_changed_ap_ibssHaim Dreyfuss2014-10-231-0/+7
| | * iwlwifi: mvm: BT coex - fix BT prio for probe requestsEmmanuel Grumbach2014-10-231-1/+2
| | * iwlwifi: mvm: BT Coex - update the MPLUT Boost register valueEmmanuel Grumbach2014-10-232-4/+4
| | * iwlwifi: 8000: fix string given to MODULE_FIRMWARELiad Kaufman2014-10-231-1/+2
| | * iwlwifi: configure the LTREmmanuel Grumbach2014-10-236-8/+56
| * | rtlwifi: Add check for get_btc_status callbackLarry Finger2014-10-231-1/+2
| * | ath9k_common: always update value in ath9k_cmn_update_txpowFelix Fietkau2014-10-231-4/+4
| * | rtl8192cu: Prevent Ooops under rtl92c_set_fw_rsvdpagepktKarsten Wiese2014-10-235-6/+26
| * | rtl8192cu: Call ieee80211_register_hw from rtl_usb_probeKarsten Wiese2014-10-231-0/+11
| * | rtl8192cu: Fix for rtlwifi's bluetooth coexist functionalityKarsten Wiese2014-10-231-0/+7
| * | ath: use CTL region from cfg80211 if unset in EEPROMFelix Fietkau2014-10-232-0/+15
| * | rtlwifi: rtl8821ae: Fix possible array overrunLarry Finger2014-10-231-6/+9
| * | ath9k: Enable HW queue control only for MCCSujith Manoharan2014-10-233-27/+41
| * | rtlwifi: prevent format string usage from leakingKees Cook2014-10-231-1/+1
| * | brcmfmac: dhd_sdio.c: Cleaning up missing null-terminate in conjunction with ...Rickard Strandqvist2014-10-231-13/+12
| * | rtlwifi: rtl8192ee: Prevent log spamming for switch statementsLarry Finger2014-10-231-4/+4
* | | dsa: mv88e6171: Fix tagging protocol/KconfigAndrew Lunn2014-10-281-1/+1
* | | cxgb4 : Handle dcb enable correctlyAnish Bhatt2014-10-282-2/+11
* | | cxgb4 : Improve handling of DCB negotiation or loss thereofAnish Bhatt2014-10-281-3/+45
* | | net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-271-0/+1
* | | net/mlx5_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-271-0/+1
* | | drivers: net: xgene: Rewrite buggy loop in xgene_enet_ecc_init()Geert Uytterhoeven2014-10-251-9/+7
* | | i40e: _MASK vs _SHIFT typo in i40e_handle_mdd_event()Dan Carpenter2014-10-251-2/+2