summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-0124-29/+33
* i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson2020-11-174-35/+112
* i40e: Remove unnecessary sw_ring access from xsk TxMagnus Karlsson2020-11-171-5/+1
* ionic: useful names for booleansShannon Nelson2020-11-143-9/+15
* ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson2020-11-141-10/+10
* ionic: flatten calls to ionic_lif_rx_modeShannon Nelson2020-11-141-22/+16
* ionic: use mc sync for multicast filtersShannon Nelson2020-11-141-11/+8
* ionic: batch rx buffer refillingShannon Nelson2020-11-142-9/+13
* ionic: add lif quiesceShannon Nelson2020-11-141-0/+20
* ionic: check for link after netdev registrationShannon Nelson2020-11-141-0/+2
* ionic: start queues before announcing link upShannon Nelson2020-11-141-6/+6
* net: macb: Fix passing zero to 'PTR_ERR'YueHaibing2020-11-141-8/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-143-6/+36
|\
| * net: mlx5: Add xdp tx return bulking supportLorenzo Bianconi2020-11-141-4/+18
| * net: mvpp2: Add xdp tx return bulking supportLorenzo Bianconi2020-11-141-1/+9
| * net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi2020-11-141-1/+9
* | net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund2020-11-131-0/+2
* | net: stmmac: platform: use optional clk/reset get APIsJisheng Zhang2020-11-131-13/+9
* | r8169: improve rtl_txHeiner Kallweit2020-11-131-4/+3
* | r8169: use READ_ONCE in rtl_tx_slots_availHeiner Kallweit2020-11-131-1/+2
* | net: ipa: ignore the microcontroller log eventAlex Elder2020-11-131-1/+2
* | net: ipa: fix source packet contexts limitAlex Elder2020-11-131-2/+2
* | sfc: support GRE TSO on EF100Edward Cree2020-11-132-2/+11
* | sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2020-11-132-2/+5
* | sfc: extend bitfield macros to 19 fieldsEdward Cree2020-11-131-5/+21
* | net: ipa: use enumerated types for GSI field valuesAlex Elder2020-11-132-10/+18
* | net: ipa: move GSI command opcode values into "gsi_reg.h"Alex Elder2020-11-132-22/+19
* | net: ipa: move GSI error values into "gsi_reg.h"Alex Elder2020-11-132-20/+19
* | net: ipa: move channel type values into "gsi_reg.h"Alex Elder2020-11-132-8/+8
* | net: ipa: use common value for channel type and protocolAlex Elder2020-11-131-17/+10
* | net: ipa: define GSI interrupt types with enumsAlex Elder2020-11-132-20/+25
* | Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski2020-11-1312-63/+6
|\ \
| * | rt2x00: remove WDS codeJohannes Berg2020-11-113-8/+2
| * | b43legacy: remove WDS codeJohannes Berg2020-11-111-5/+1
| * | b43: remove WDS codeJohannes Berg2020-11-111-5/+1
| * | carl9170: remove WDS codeJohannes Berg2020-11-112-5/+0
| * | ath9k: remove WDS codeJohannes Berg2020-11-114-27/+2
| * | wireless: remove CONFIG_WIRELESS_WDSJohannes Berg2020-11-101-13/+0
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1231-342/+692
|\ \ \
| * | | lan743x: fix use of uninitialized variableSven Van Asbroeck2020-11-121-1/+1
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2020-11-123-9/+33
| |\ \ \
| | * | | igc: Fix returning wrong statisticsVinicius Costa Gomes2020-11-101-6/+8
| | * | | i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter2020-11-101-1/+1
| | * | | i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba2020-11-101-2/+24
| * | | | vrf: Fix fast path output packet handling with async Netfilter rulesMartin Willi2020-11-121-23/+69
| * | | | cosa: Add missing kfree in error path of cosa_writeWang Hai2020-11-111-0/+1
| * | | | ch_ktls: stop the txq if reaches thresholdRohit Maheshwari2020-11-111-3/+15
| * | | | ch_ktls: tcb update fails sometimesRohit Maheshwari2020-11-111-4/+8
| * | | | ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari2020-11-114-1/+119
| * | | | ch_ktls: don't free skb before sending FINRohit Maheshwari2020-11-111-2/+10