summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | macvlan: fix a race on port dismantle and possible skb leaksEric Dumazet2014-10-251-2/+8
* | | xen-netback: reintroduce guest Rx stall detectionDavid Vrabel2014-10-254-1/+86
* | | xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel2014-10-254-178/+161
* | | xen-netback: make feature-rx-notify mandatoryDavid Vrabel2014-10-253-25/+5
* | | hyperv: Fix the total_data_buflen in send pathHaiyang Zhang2014-10-221-0/+1
* | | amd-xgbe: Fix napi Rx budget accountingLendacky, Thomas2014-10-221-8/+12
* | | amd-xgbe: Properly handle feature changes via ethtoolLendacky, Thomas2014-10-221-1/+1
* | | net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel2014-10-221-1/+2
* | | net: fs_enet: set back promiscuity mode after restartLEROY Christophe2014-10-222-0/+6
* | | sfc: remove incorrect EFX_BUG_ON_PARANOID checkJon Cooper2014-10-221-4/+0
* | | enic: Do not call napi_disable when preemption is disabled.Govindarajulu Varadarajan2014-10-211-2/+2
* | | enic: fix possible deadlock in enic_stop/ enic_rfs_flw_tbl_freeGovindarajulu Varadarajan2014-10-211-6/+6
* | | ax88179_178a: fix bonding failureIan Morgan2014-10-201-1/+6
|/ /
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-191-4/+2
|\ \
| * | net: ks8842: use dmaengine_terminate_all() APIVinod Koul2014-10-151-4/+2
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-32/+12
|\ \ \
| * | | virtio_net: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * | | virtio_net: fix use after free on allocation failureMichael S. Tsirkin2014-10-151-0/+2
| * | | virtio_net: enable VQs earlyMichael S. Tsirkin2014-10-151-0/+2
| * | | virtio_net: minor cleanupMichael S. Tsirkin2014-10-151-4/+2
| * | | virtio-net: drop config_mutexMichael S. Tsirkin2014-10-151-6/+1
| * | | virtio_net: drop config_enableMichael S. Tsirkin2014-10-151-23/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-1843-397/+1251
|\ \ \ \
| * | | | bna: fix skb->truesize underestimationEric Dumazet2014-10-181-1/+1
| * | | | dsa: Fix conversion from host device to mii busGuenter Roeck2014-10-182-8/+22
| * | | | sfc: add support for skb->xmit_moreEdward Cree2014-10-182-29/+43
| * | | | r8152: return -EBUSY for runtime suspendhayeswang2014-10-181-7/+15
| * | | | hyperv: Add handling of IP header with option field in netvsc_set_hash()Haiyang Zhang2014-10-181-16/+10
| * | | | vxlan: fix a free after useLi RongQing2014-10-171-0/+1
| * | | | ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov2014-10-161-0/+3
| * | | | fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou2014-10-162-3/+14
| * | | | fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick2014-10-161-3/+4
| * | | | fm10k: Check the host state when bringing the interface upMatthew Vick2014-10-161-0/+1
| * | | | vxlan: using pskb_may_pull as early as possibleLi RongQing2014-10-161-4/+2