summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ptp: ptp_clockmatrix: Fix missing unlock on error in idtcm_probe()Wei Yongjun2019-11-071-1/+3
* tipc: eliminate the dummy packet in link synchingTuong Lien2019-11-071-15/+14
* Merge branch 'lwtunnel-add-ip-and-ip6-options-setting-and-dumping'David S. Miller2019-11-072-21/+402
|\
| * lwtunnel: add options setting and dumping for erspanXin Long2019-11-072-2/+104
| * lwtunnel: add options setting and dumping for vxlanXin Long2019-11-072-2/+74
| * lwtunnel: add options setting and dumping for geneveXin Long2019-11-072-16/+216
| * lwtunnel: add options process for cmp_encapXin Long2019-11-071-2/+8
| * lwtunnel: add options process for arp requestXin Long2019-11-071-3/+4
|/
* tipc: reduce sensitive to retransmit failuresHoang Le2019-11-071-1/+1
* tipc: update cluster capabilities if node deletedHoang Le2019-11-071-1/+11
* selftest: net: add some traceroute testsFrancesco Ruggeri2019-11-072-1/+323
* Merge branch 'net-various-KCSAN-inspired-fixes'David S. Miller2019-11-0731-62/+59
|\
| * net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-079-10/+10
| * net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-077-9/+9
| * net: use helpers to change sk_ack_backlogEric Dumazet2019-11-0716-21/+21
| * net: avoid potential false sharing in neighbor related codeEric Dumazet2019-11-073-12/+12
| * inet_diag: use jiffies_delta_to_msecs()Eric Dumazet2019-11-071-9/+6
| * net: neigh: use long type to store jiffies deltaEric Dumazet2019-11-071-2/+2
|/
* tc-testing: updated pedit TDC testsRoman Mashak2019-11-061-0/+250
* selftests: devlink: undo changes at the end of resource_testJakub Kicinski2019-11-061-0/+6
* gianfar: Maximize Rx buffer sizeClaudiu Manoil2019-11-061-4/+4
* ehea: replace with page_shift() in ehea_is_hugepage()Yunfeng Ye2019-11-061-4/+1
* net: forcedeth: add xmit_more supportZhu Yanjun2019-11-061-10/+49
* Merge branch 'netdevsim-fix-tests-and-netdevsim'David S. Miller2019-11-062-45/+22
|\
| * selftests: bpf: log direct file writesJakub Kicinski2019-11-061-6/+14
| * netdevsim: drop code duplicated by a mergeJakub Kicinski2019-11-061-39/+8
|/
* Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller2019-11-06162-2523/+8542
|\
| * mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang2019-10-311-1/+1
| * rtlwifi: rtl8821ae: Drop condition with no effectSaurav Girepunje2019-10-311-2/+0
| * b43: dma: Fix use true/false for bool type variableSaurav Girepunje2019-10-311-2/+2
| * b43: main: Fix use true/false for bool typeSaurav Girepunje2019-10-311-3/+3
| * rtlwifi: rtl8192c: Drop condition with no effectSaurav Girepunje2019-10-311-2/+0
| * rtw88: remove redundant null pointer check on arraysColin Ian King2019-10-311-1/+1
| * rtw88: avoid FW info floodYan-Hsuan Chuang2019-10-312-17/+10
| * rtw88: fix potential read outside array boundaryTzu-En Huang2019-10-313-11/+19
| * rtw88: rearrange if..else statements for rx rate indexesYan-Hsuan Chuang2019-10-311-8/+6
| * rtw88: use rtw_phy_pg_cfg_pair struct, not arraysYan-Hsuan Chuang2019-10-314-202/+199
| * rtw88: 8822b: add RFE type 3 supportYan-Hsuan Chuang2019-10-313-1/+647
| * rtw88: fix sparse warnings for power trackingYan-Hsuan Chuang2019-10-312-2/+2
| * rtw88: fix sparse warnings for DPKYan-Hsuan Chuang2019-10-311-2/+2
| * Merge tag 'iwlwifi-next-for-kalle-2019-10-18-2' of git://git.kernel.org/pub/s...Kalle Valo2019-10-2538-897/+2553
| |\
| | * iwlwifi: rx: use new api to get band from rx mpduTova Mussai2019-10-254-2/+34
| | * iwlwifi: nvm: create function to convert channel index to nl80211_bandTova Mussai2019-10-251-9/+17
| | * iwlwifi: mvm: Invert the condition for OFDM rateTova Mussai2019-10-253-7/+9
| | * iwlwifi: mvm: create function to convert nl80211 band to phy bandTova Mussai2019-10-253-20/+25
| | * iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regionsShahar S Matityahu2019-10-251-6/+6
| | * iwlwifi: dbg_ini: add user trigger supportShahar S Matityahu2019-10-251-0/+3
| | * iwlwifi: mvm: add notification for missed VAPLior Cohen2019-10-253-0/+44
| | * iwlwifi: mvm: fix old-style declarationYueHaibing2019-10-251-2/+2
| | * iwlwifi: mvm: use the new session protection commandEmmanuel Grumbach2019-10-257-11/+331