Age | Commit message (Expand) | Author | Files | Lines |
2016-10-27 | brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap | Arnd Bergmann | 1 | -1/+1 |
2016-10-27 | Merge tag 'iwlwifi-for-kalle-2015-10-25' of git://git.kernel.org/pub/scm/linu... | Kalle Valo | 9 | -53/+128 |
2016-10-27 | netvsc: fix incorrect receive checksum offloading | Stephen Hemminger | 1 | -8/+11 |
2016-10-27 | rocker: fix error return code in rocker_world_check_init() | Wei Yongjun | 1 | -1/+1 |
2016-10-24 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2 | -1/+9 |
2016-10-24 | net: fec: Call swap_buffer() prior to IP header alignment | Fabio Estevam | 1 | -3/+3 |
2016-10-24 | bnx2x: Use the correct divisor value for PHC clock readings. | Sudarsana Reddy Kalluru | 1 | -1/+1 |
2016-10-23 | qede: Fix incorrrect usage of APIs for un-mapping DMA memory | Manish Chopra | 2 | -6/+6 |
2016-10-23 | qed: Zero-out the buffer paased to dcbx_query() API | Sudarsana Reddy Kalluru | 1 | -0/+2 |
2016-10-23 | qede: Reconfigure rss indirection direction table when rss count is updated | Sudarsana Reddy Kalluru | 1 | -0/+7 |
2016-10-23 | qed*: Reduce the memory footprint for Rx path | Sudarsana Reddy Kalluru | 2 | -1/+2 |
2016-10-23 | qede: Loopback implementation should ignore the normal traffic | Sudarsana Reddy Kalluru | 3 | -35/+49 |
2016-10-23 | qede: Do not allow RSS config for 100G devices | Sudarsana Reddy Kalluru | 1 | -0/+6 |
2016-10-23 | qede: get_channels() need to populate max tx/rx coalesce values | Sudarsana Reddy Kalluru | 1 | -0/+2 |
2016-10-22 | net: dsa: bcm_sf2: Do not rely on kexec_in_progress | Florian Fainelli | 1 | -2/+3 |
2016-10-20 | net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernels | Florian Fainelli | 1 | -0/+14 |
2016-10-20 | net: add recursion limit to GRO | Sabrina Dubroca | 2 | -2/+2 |
2016-10-20 | stmmac: display the descriptors if DES0 = 0 | Giuseppe CAVALLARO | 1 | -4/+3 |
2016-10-20 | mlxsw: pci: Fix reset wait for SwitchX2 | Jiri Pirko | 1 | -2/+8 |
2016-10-20 | mlxsw: switchx2: Fix ethernet port initialization | Elad Raz | 1 | -0/+1 |
2016-10-20 | mlxsw: spectrum_router: Make mlxsw_sp_router_fib4_del return void and remove ... | Jiri Pirko | 1 | -8/+5 |
2016-10-20 | mlxsw: spectrum_router: Use correct tree index for binding | Jiri Pirko | 1 | -1/+2 |
2016-10-20 | Bluetooth: btwilink: Fix probe return value | Jacob Siverskog | 1 | -1/+1 |
2016-10-19 | stmmac: fix and review the ptp registration. | Giuseppe CAVALLARO | 3 | -14/+9 |
2016-10-19 | iwlwifi: mvm: fix netdetect starting/stopping for unified images | Luca Coelho | 2 | -6/+46 |
2016-10-19 | iwlwifi: pcie: fix SPLC structure parsing | Luca Coelho | 1 | -31/+48 |
2016-10-19 | iwlwifi: mvm: wake the wait queue when the RX sync counter is zero | Sara Sharon | 4 | -3/+5 |
2016-10-19 | iwlwifi: mvm: comply with fw_restart mod param on suspend | Haim Dreyfuss | 1 | -1/+4 |
2016-10-19 | iwlwifi: mvm: fix d3_test with unified D0/D3 images | Luca Coelho | 1 | -10/+15 |
2016-10-19 | iwlwifi: mvm: use ssize_t for len in iwl_debugfs_mem_read() | Luca Coelho | 1 | -2/+2 |
2016-10-19 | iwlwifi: pcie: mark command queue lock with separate lockdep class | Johannes Berg | 1 | -0/+8 |
2016-10-18 | qed: Use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 1 | -7/+4 |
2016-10-18 | rocker: fix maybe-uninitialized warning | Arnd Bergmann | 1 | -2/+2 |
2016-10-18 | net/hyperv: avoid uninitialized variable | Arnd Bergmann | 1 | -1/+1 |
2016-10-18 | net: bcm63xx: avoid referencing uninitialized variable | Arnd Bergmann | 1 | -1/+2 |
2016-10-18 | ibmvnic: Update MTU after device initialization | Thomas Falcon | 1 | -0/+2 |
2016-10-18 | ibmvnic: Fix GFP_KERNEL allocation in interrupt context | Thomas Falcon | 1 | -1/+1 |
2016-10-18 | ibmvnic: Driver Version 1.0.1 | Thomas Falcon | 1 | -1/+1 |
2016-10-18 | cxgb4: Fix number of queue sets corssing the limit | Ganesh Goudar | 1 | -1/+1 |
2016-10-18 | dwc_eth_qos: enable flow control by default | Niklas Cassel | 1 | -0/+1 |
2016-10-18 | dwc_eth_qos: do not clear pause flags from phy_device->supported | Niklas Cassel | 1 | -1/+2 |
2016-10-18 | Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -1/+1 |
2016-10-18 | bnx2: fix locking when netconsole is used | Ivan Vecera | 1 | -6/+11 |
2016-10-17 | net: dsa: bcm_sf2: Fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-17 | net: dsa: b53: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-17 | net: hisilicon: Fix hns_mdio module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-17 | net: qcom/emac: Fix module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-17 | net: hns: Fix hns_dsaf module autoload for OF registration | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-17 | net: ethernet: nb8800: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2016-10-17 | net: nps_enet: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |