summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-05drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmitXie He1-28/+26
2020-10-05net: mvneta: fix double free of txq->bufTom Rix1-11/+2
2020-10-05net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-05bnxt_en: Eliminate unnecessary RX resets.Michael Chan2-1/+53
2020-10-05bnxt_en: Reduce unnecessary message log during RX errors.Michael Chan1-2/+4
2020-10-05bnxt_en: Add a software counter for RX ring reset.Michael Chan3-4/+12
2020-10-05bnxt_en: Implement RX ring reset in response to buffer errors.Michael Chan1-4/+75
2020-10-05bnxt_en: Refactor bnxt_init_one_rx_ring().Michael Chan1-46/+50
2020-10-05bnxt_en: Refactor bnxt_free_rx_skbs().Michael Chan1-68/+66
2020-10-05bnxt_en: Log FW health status info, if reset is aborted.Michael Chan1-1/+8
2020-10-05bnxt_en: perform no master recovery during startupEdwin Peer1-9/+29
2020-10-05bnxt_en: log firmware status on firmware init failureEdwin Peer2-5/+55
2020-10-05bnxt_en: refactor bnxt_alloc_fw_health()Edwin Peer1-22/+38
2020-10-05bnxt_en: Update firmware interface spec to 1.10.1.68.Vasundhara Volam1-3/+21
2020-10-05net: dsa: mv88e6xxx: Add per port devlink regionsAndrew Lunn1-4/+105
2020-10-04net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean1-5/+5
2020-10-04bnx2x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-10-04net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-10-04net: bna: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+3
2020-10-04usbnet: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-04net: typhoon: Fix a typo Typoon --> TyphoonChristophe JAILLET1-1/+1
2020-10-04net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King1-1/+1
2020-10-04net: hinic: fix DEVLINK build errorsRandy Dunlap1-0/+1
2020-10-04net: stmmac: Modify configuration method of EEE timersVineetha G. Jaya Kumaran3-9/+28
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski5-15/+15
2020-10-03dpaa2-eth: add support for devlink parser error drop trapsIoana Ciornei3-1/+385
2020-10-03dpaa2-eth: add basic devlink supportIoana Ciornei4-1/+119
2020-10-03ionic: add new bad firmware error codeShannon Nelson2-0/+3
2020-10-03ionic: use lif ident for filter countShannon Nelson1-9/+10
2020-10-03ionic: refill lif identity after fw_upShannon Nelson3-14/+22
2020-10-03ionic: disable all queue napi contexts on timeoutShannon Nelson1-26/+21
2020-10-03ionic: check qcq ptr in ionic_qcq_disableShannon Nelson1-11/+20
2020-10-03ionic: clear linkcheck bit on alloc failShannon Nelson1-1/+3
2020-10-03ionic: drain the work queueShannon Nelson1-10/+13
2020-10-03ionic: contiguous memory for notifyqShannon Nelson1-22/+47
2020-10-03Merge tag 'mlx5-fixes-2020-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller12-119/+347
2020-10-03Merge tag 'wireless-drivers-next-2020-10-02' of git://git.kernel.org/pub/scm/...David S. Miller102-2796/+5531
2020-10-03net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean1-3/+25
2020-10-03net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean1-14/+22
2020-10-03net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean2-5/+11
2020-10-03net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang4-10/+266
2020-10-03net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang5-0/+226
2020-10-03net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean3-32/+288
2020-10-03net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean7-0/+63
2020-10-03net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean3-55/+53
2020-10-03Merge tag 'mac80211-next-for-net-next-2020-10-02' of git://git.kernel.org/pub...David S. Miller1-10/+90
2020-10-03net/smscx5xx: change to of_get_mac_address() eth_platform_get_mac_address()Ɓukasz Stelmach2-12/+14
2020-10-03net: usb: pegasus: Proper error handing when setting pegasus' MAC addressPetko Manolov1-8/+27
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-0/+1
2020-10-02net/mlx5e: Fix race condition on nhe->n pointer in neigh updateVlad Buslov2-37/+50