summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-02ipw2x00: Replace HTTP links with HTTPS onesAlexander A. Klimov2-3/+3
2020-08-02rt2x00: pci: use generic power managementVaibhav Gupta10-46/+19
2020-08-02wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh2-4/+5
2020-08-02mt7601u: add missing release on skb in mt7601u_mcu_msg_sendNavid Emamdoost1-1/+3
2020-08-02iwlwifi: yoyo: don't print failure if debug firmware is missingWolfram Sang1-1/+1
2020-08-02rtw88: 8821c: coex: add functions and parametersPing-Cheng Chen3-0/+430
2020-08-02rtw88: 8821c: make symbol 'rtw8821c_rtw_pwr_track_tbl' staticWei Yongjun1-1/+1
2020-08-02rtw88: add h2c command in debugfsTzu-En Huang3-0/+37
2020-08-02rtw88: allows driver to enable/disable beaconYan-Hsuan Chuang1-0/+9
2020-08-02rtw88: add ieee80211_ops::change_interfaceYan-Hsuan Chuang1-0/+18
2020-08-02rtw88: coex: only skip coex triggered by BT infoYan-Hsuan Chuang1-1/+2
2020-08-02rtw88: update tx descriptor of mgmt and reserved page packetsTzu-En Huang4-39/+90
2020-08-02rtw88: fix short GI capability based on current bandwidthTsang-Shian Lin1-5/+6
2020-08-02rtw88: fix LDPC field for RA infoTsang-Shian Lin1-1/+1
2020-08-02prism54: switch from 'pci_' to 'dma_' APIChristophe JAILLET4-41/+36
2020-08-02prism54: islpci_hotplug: use generic power managementVaibhav Gupta1-23/+11
2020-08-02prism54: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-02p54: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-30/+35
2020-08-02mwifiex: 11n_rxreorder: Remove unnecessary cast in kfree()Xu Wang1-1/+1
2020-08-02rtlwifi: btcoex: use %*ph to print small bufferAndy Shevchenko1-4/+2
2020-08-02rtlwifi: btcoex: remove redundant initialization of variables ant_num and sin...Colin Ian King1-1/+1
2020-08-02Merge tag 'mt76-for-kvalo-2020-07-21' of https://github.com/nbd168/wirelessKalle Valo62-846/+4691
2020-07-24Merge branch 'net-dsa-mv88e6xxx-port-mtu-support'David S. Miller4-1/+33
2020-07-24net: dsa: mv88e6xxx: Use chip-wide max frame size for MTUChris Packham4-0/+31
2020-07-24net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190XChris Packham1-0/+2
2020-07-24net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham1-1/+0
2020-07-24net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai1-3/+3
2020-07-24Merge branch 'l2tp-avoid-multiple-assignment-remove-BUG_ON'David S. Miller5-23/+38
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin1-1/+3
2020-07-24l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin1-2/+0
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin1-3/+4
2020-07-24l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin1-1/+5
2020-07-24l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin1-3/+7
2020-07-24l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin1-2/+0
2020-07-24l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin1-1/+0
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin1-1/+4
2020-07-24l2tp: avoid multiple assignmentsTom Parkin3-9/+15
2020-07-24Merge branch 'icmp6-support-rfc-4884'David S. Miller8-21/+53
2020-07-24icmp6: support rfc 4884Willem de Bruijn6-0/+32
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn3-15/+19
2020-07-24icmp: revise rfc4884 testsWillem de Bruijn1-6/+2
2020-07-24sctp: remove redundant initialization of variable statusColin Ian King1-6/+6
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-24sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig1-21/+29
2020-07-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller13-648/+2323
2020-07-24mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller1-2/+2
2020-07-24Merge branch 'get-rid-of-the-address_space-override-in-setsockopt-v2'David S. Miller87-742/+893
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig3-9/+43
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig61-258/+246
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16