summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Fix issues when number of Queues >= 4Jose Abreu2019-08-062-0/+8
* net: stmmac: xgmac: Fix XGMAC selftestsJose Abreu2019-08-062-11/+79
* Merge tag 'wireless-drivers-for-davem-2019-08-06' of git://git.kernel.org/pub...David S. Miller2019-08-0619-353/+538
|\
| * iwlwifi: dbg_ini: fix compile time assert build errorsMauro Rossi2019-08-011-10/+12
| * Merge tag 'iwlwifi-fixes-for-kvalo-2019-07-30' of git://git.kernel.org/pub/sc...Kalle Valo2019-07-3116-342/+523
| |\
| | * iwlwifi: mvm: fix a use-after-free bug in iwl_mvm_tx_tso_segmentEmmanuel Grumbach2019-07-301-1/+2
| | * iwlwifi: mvm: fix an out-of-bound accessEmmanuel Grumbach2019-07-301-1/+1
| | * iwlwifi: don't unmap as page memory that was mapped as singleEmmanuel Grumbach2019-07-301-0/+2
| | * iwlwifi: mvm: fix version check for GEO_TX_POWER_LIMIT supportLuca Coelho2019-07-301-2/+7
| | * iwlwifi: add 3 new IDs for the 9000 series (iwl9260_2ac_160_cfg)Ihab Zhaika2019-07-301-0/+3
| | * iwlwifi: mvm: fix possible out-of-bounds read when accessing lq_infoGregory Greenman2019-07-301-8/+20
| | * iwlwifi: mvm: fix frame drop from the reordering bufferEmmanuel Grumbach2019-07-301-11/+33
| | * iwlwifi: mvm: replace RS mutex with a spin_lockGregory Greenman2019-07-304-285/+258
| | * iwlwifi: mvm: send LQ command always ASYNCGregory Greenman2019-07-304-15/+16
| | * iwlwifi: mvm: fix comparison of u32 variable with less than zeroColin Ian King2019-07-301-1/+1
| | * iwlwifi: fix locking in delayed GTK settingJohannes Berg2019-07-301-13/+26
| | * iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdefShahar S Matityahu2019-07-301-1/+1
| | * iwlwifi: dbg_ini: move iwl_dbg_tlv_load_bin out of debug override ifdefShahar S Matityahu2019-07-301-0/+2
| | * iwlwifi: mvm: add a wrapper around rs_tx_status to handle locksGregory Greenman2019-07-301-9/+19
| | * iwlwifi: mvm: add a loose synchronization of the NSSN across Rx queuesEmmanuel Grumbach2019-07-303-15/+56
| | * iwlwiif: mvm: refactor iwl_mvm_notify_rx_queueEmmanuel Grumbach2019-07-302-9/+9
| | * iwlwifi: mvm: add a new RSS sync notification for NSSN syncEmmanuel Grumbach2019-07-305-36/+64
| | * iwlwifi: mvm: prepare the ground for more RSS notificationsEmmanuel Grumbach2019-07-302-3/+5
| | * iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT on version < 41Luca Coelho2019-07-301-7/+15
| | * iwlwifi: mvm: avoid races in rate init and rate performMordechay Goodstein2019-07-304-5/+51
| | * iwlwifi: mvm: disable TX-AMSDU on older NICsJohannes Berg2019-07-301-1/+13
| * | mwifiex: fix 802.11n/WPA detectionBrian Norris2019-07-302-1/+3
| |/
* | be2net: disable bh with spin_lock in be_process_mccDenis Kirjanov2019-08-062-6/+2
* | net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET2019-08-061-1/+4
* | net: ethernet: sun4i-emac: Support phy-handle property for finding PHYsChen-Yu Tsai2019-08-061-1/+3
* | Merge tag 'linux-can-fixes-for-5.3-20190802' of git://git.kernel.org/pub/scm/...David S. Miller2019-08-054-4/+4
|\ \
| * | can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devicesTomas Bortoli2019-08-021-1/+1
| * | can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devicesTomas Bortoli2019-08-021-1/+1
| * | can: peak_usb: force the string buffer NULL-terminatedWang Xiayang2019-08-021-1/+1
| * | can: sja1000: force the string buffer NULL-terminatedWang Xiayang2019-08-021-1/+1
* | | net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTERNikolay Aleksandrov2019-08-053-23/+25
* | | drivers/net/ethernet/marvell/mvmdio.c: Fix non OF caseArnaud Patard (Rtp)2019-08-051-9/+22
* | | net/smc: avoid fallback in case of non-blocking connectUrsula Braun2019-08-051-3/+4
* | | net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun2019-08-051-2/+6
* | | gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan2019-08-053-26/+20
* | | ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rtDavid Ahern2019-08-051-1/+1
* | | selftests/tls: add a litmus test for the socket reuse through shutdownJakub Kicinski2019-08-051-0/+24
* | | net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-053-63/+0
* | | Merge branch 'net-fix-regressions-for-generic-XDP'David S. Miller2019-08-055-18/+75
|\ \ \
| * | | net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2019-08-051-5/+10
| * | | selftests/bpf: reduce time to execute test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-5/+5
| * | | selftests/bpf: add wrapper scripts for test_xdp_vlan.shJesper Dangaard Brouer2019-08-054-2/+24
| * | | bpf: fix XDP vlan selftests test_xdp_vlan.shJesper Dangaard Brouer2019-08-051-6/+36
|/ / /
* | | net/mlx5e: always initialize frag->last_in_pageQian Cai2019-08-051-3/+2
* | | net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-0518-75/+100