aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/packetengines (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg3-15/+15
2020-09-25drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg2-2/+2
2020-09-25drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg1-0/+10
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2-0/+2
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg15-84/+37
2020-09-25intel: handle unused assignmentsJesse Brandeburg3-149/+131
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg38-129/+185
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2-6/+16
2020-09-25ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'Kalle Valo2-10/+20
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang3-8/+9
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang5-11/+55
2020-09-24net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2-0/+13
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo3-0/+5
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo6-9/+9
2020-09-24net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal3-8/+5
2020-09-24mptcp: retransmit ADD_ADDR when timeoutGeliang Tang3-17/+96
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang2-0/+9
2020-09-24mptcp: add struct mptcp_pm_add_entryGeliang Tang1-7/+12
2020-09-24selftests: mptcp: add remove addr and subflow test casesGeliang Tang1-3/+142
2020-09-24selftests: mptcp: add remove cfg in mptcp_connectGeliang Tang1-3/+15
2020-09-24mptcp: add mptcp_destroy_common helperGeliang Tang3-6/+10
2020-09-24mptcp: add RM_ADDR related mibsGeliang Tang3-0/+9
2020-09-24mptcp: implement mptcp_pm_remove_subflowGeliang Tang3-3/+42
2020-09-24mptcp: remove addr and subflow in PM netlinkGeliang Tang5-11/+130
2020-09-24mptcp: add accept_subflow re-checkGeliang Tang1-4/+6
2020-09-24selftests: mptcp: add ADD_ADDR mibs check functionGeliang Tang1-0/+44
2020-09-24mptcp: add ADD_ADDR related mibsGeliang Tang3-1/+10
2020-09-24mptcp: send out ADD_ADDR with echo flagGeliang Tang4-23/+32
2020-09-24mptcp: add the incoming RM_ADDR supportGeliang Tang5-4/+66
2020-09-24mptcp: add the outgoing RM_ADDR supportGeliang Tang3-0/+63
2020-09-24mptcp: rename addr_signal and the related functionsGeliang Tang3-18/+18
2020-09-24dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei3-1/+91
2020-09-24of: add of_mdio_find_device() apiRussell King2-9/+35
2020-09-24net: pcs-lynx: add support for 10GBASERIoana Ciornei1-0/+6
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean5-29/+38
2020-09-24mt76: mt7663s: remove max_tx_fragments limitationLorenzo Bianconi1-6/+7
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao3-56/+13
2020-09-24mt76: mt7915: add offchannel condition in switch channel commandShayne Chen1-2/+4
2020-09-24mt76: mt7915: convert to use le16_add_cpu()Liu Shixin1-2/+2
2020-09-24mt76: Fix unsigned expressions compared with zeroYe Bin1-3/+3
2020-09-24mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beaconLorenzo Bianconi1-8/+10
2020-09-24mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones3-145/+160
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva11-17/+16
2020-09-24mt76: mt7615: unlock dfs bandsLorenzo Bianconi1-2/+23
2020-09-24mt76: mt7663: check isr read return value in mt7663s_rx_workLorenzo Bianconi1-2/+5
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi4-19/+50
2020-09-24mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quotaLorenzo Bianconi1-13/+30
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi7-14/+18
2020-09-24mt76: mt7663s: introduce __mt7663s_xmit_queue routineLorenzo Bianconi1-13/+22