aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2020-03-23mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_registerNathan Chancellor1-1/+1
2020-03-23net: sched: rename more stats_typesJakub Kicinski7-58/+55
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti2-4/+6
2020-03-23Merge branch 'MSCC-PHY-RGMII-delays-and-VSC8502-support'David S. Miller2-12/+52
2020-03-23net: phy: mscc: add support for VSC8502Vladimir Oltean2-0/+25
2020-03-23net: phy: mscc: configure both RX and TX internal delays for RGMIIVladimir Oltean2-3/+15
2020-03-23net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_setVladimir Oltean1-0/+3
2020-03-23net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delayVladimir Oltean2-10/+10
2020-03-23enetc: Remove unused variable 'enetc_drv_name'YueHaibing2-2/+0
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari1-14/+59
2020-03-23net: Make skb_segment not to compute checksum if network controller supports checksummingYadu Kishore1-8/+15
2020-03-21Merge branch 'net-hns3-add-three-optimizations-for-mailbox-handling'David S. Miller5-386/+420
2020-03-21net: hns3: refactor mailbox response scheme between PF and VFHuazhong Tan3-155/+113
2020-03-21net: hns3: refactor the mailbox message between PF and VFYufeng Mo5-234/+291
2020-03-21net: hns3: add a conversion for mailbox's response codeJian Shen2-2/+21
2020-03-21mptcp: Remove set but not used variable 'can_ack'YueHaibing1-2/+0
2020-03-21Merge branch 'selftests-expand-txtimestamp-with-new-features'David S. Miller2-23/+187
2020-03-21selftests: txtimestamp: print statistics for timestamp events.Jian Yang1-0/+58
2020-03-21selftests: txtimestamp: add support for epoll().Jian Yang1-5/+48
2020-03-21selftests: txtimestamp: add new command-line flags.Jian Yang1-9/+15
2020-03-21selftests: txtimestamp: allow printing latencies in nsec.Jian Yang1-12/+44
2020-03-21selftests: txtimestamp: allow individual txtimestamp tests.Jian Yang1-3/+28
2020-03-21Merge branch 'net-tls-Annotate-lockless-access-to-sk_prot'David S. Miller2-14/+16
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki2-5/+6
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki1-8/+9
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki1-2/+2
2020-03-21Merge branch 'ionic-error-recovery-fixes'David S. Miller3-22/+50
2020-03-21ionic: check for NULL structs on teardownShannon Nelson2-13/+20
2020-03-21ionic: clean irq affinity on queue deinitShannon Nelson1-0/+2
2020-03-21ionic: ignore eexist on rx filter addShannon Nelson1-2/+2
2020-03-21ionic: only save good lif dentryShannon Nelson1-1/+7
2020-03-21ionic: leave dev cmd request contents alone on FW timeoutShannon Nelson1-1/+4
2020-03-21ionic: add timeout error checking for queue disableShannon Nelson1-5/+15
2020-03-21soc: qcom: ipa: kill IPA_RX_BUFFER_ORDERAlex Elder1-5/+5
2020-03-21ice: add board identifier info to devlink .info_getJacob Keller7-70/+150
2020-03-21ice: add basic handler for devlink .info_getJacob Keller3-0/+257
2020-03-21devlink: promote "fw.bundle_id" to a generic info versionJacob Keller3-1/+8
2020-03-21ice: enable initial devlink supportJacob Keller6-4/+166
2020-03-21ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg4-164/+26
2020-03-21ice: discover and store size of available flashJacob Keller3-2/+63
2020-03-21ice: store NVM version info in extracted formatJacob Keller5-75/+88
2020-03-21ice: create function to read a section of the NVM and Shadow RAMJacob Keller3-7/+85
2020-03-20ice: use __le16 types for explicitly Little Endian valuesJacob Keller1-5/+7
2020-03-20Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller19-44/+596
2020-03-20net: dsa: sja1105: Add support for the SGMII portVladimir Oltean5-5/+244
2020-03-20Merge branch 'net-bridge-vlan-options-nest-the-tunnel-options'David S. Miller3-22/+74
2020-03-20net: bridge: vlan options: move the tunnel command to the nested attributeNikolay Aleksandrov2-18/+31
2020-03-20net: bridge: vlan options: nest the tunnel id into a tunnel info attributeNikolay Aleksandrov3-8/+47
2020-03-20mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang1-1/+1
2020-03-20nl80211: clarify code in nl80211_del_station()Johannes Berg1-8/+14