summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski86-519/+1266
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds72-395/+1147
2021-05-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski13-56/+56
2021-05-27net/appletalk: Fix inconsistent indentingJiapeng Chong1-4/+6
2021-05-26ixgbe: reduce checker warningsJesse Brandeburg1-4/+4
2021-05-26ixgbe: use checker safe conversionsJesse Brandeburg1-5/+4
2021-05-26igbvf: convert to strongly typed descriptorsJesse Brandeburg1-21/+21
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg2-2/+2
2021-05-26igb: override two checker warningsJesse Brandeburg1-2/+2
2021-05-26igb: fix assignment on big endian machinesJesse Brandeburg1-2/+2
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg2-4/+5
2021-05-26igb/igc: use strongly typed pointerJesse Brandeburg2-2/+2
2021-05-26fm10k: move error checkJesse Brandeburg1-5/+5
2021-05-26intel: remove checker warningJesse Brandeburg3-3/+3
2021-05-26e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-05-26net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain1-0/+15
2021-05-26net: mvpp2: add buffer header handling in RXStefan Chulski2-9/+67
2021-05-26bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong1-1/+3
2021-05-26net: wan: add spaces required around that ':' and '+'Peng Li1-2/+4
2021-05-26net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-26net: wan: add some required spacesPeng Li1-7/+7
2021-05-26net: wan: fix an code style issue about "foo* barPeng Li1-2/+2
2021-05-26net: wan: add blank line after declarationsPeng Li1-0/+3
2021-05-26net: wan: remove redundant blank linesPeng Li1-25/+0
2021-05-26net: zero-initialize tc skb extension on allocationVlad Buslov2-2/+2
2021-05-26net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong1-6/+4
2021-05-26net: hns: Fix kernel-docYang Li1-3/+3
2021-05-26net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan3-125/+73
2021-05-25net: dsa: microchip: enable phy errata workaround on 9567George McCollister1-0/+1
2021-05-25net: usb: fix memory leak in smsc75xx_bindPavel Skripkin1-2/+6
2021-05-25net: wan: add braces {} to all arms of the statementPeng Li1-4/+4
2021-05-25net: wan: fix the comments style issuePeng Li1-6/+9
2021-05-25net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-25net: wan: move out assignment in if conditionPeng Li1-2/+5
2021-05-25net: wan: add some required spacesPeng Li1-5/+5
2021-05-25net: wan: fix the code style issue about trailing statementsPeng Li1-15/+44
2021-05-25net: wan: code indent use tabs where possiblePeng Li1-17/+17
2021-05-25net: wan: add blank line after declarationsPeng Li1-0/+5
2021-05-25net: wan: fix an code style issue about "foo* bar"Peng Li1-3/+3
2021-05-25net: wan: remove redundant blank linesPeng Li1-38/+0
2021-05-25net: appletalk: cops: Fix data race in cops_probe1Saubhik Mukherjee1-2/+2
2021-05-24net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean5-22/+27
2021-05-24net: dsa: sja1105: configure the multicast policers, if presentVladimir Oltean1-0/+4
2021-05-24net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedureVladimir Oltean1-16/+6
2021-05-24net: dsa: sja1105: dynamically choose the number of static config table entriesVladimir Oltean1-16/+16
2021-05-24net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean5-2/+44
2021-05-24net: dsa: sja1105: don't assign the host port using dsa_upstream_port()Vladimir Oltean1-1/+10
2021-05-24net: dsa: sja1105: dimension the data structures for a larger port countVladimir Oltean5-24/+25
2021-05-24net: dsa: sja1105: avoid some work for unused portsVladimir Oltean1-5/+22
2021-05-24net: dsa: sja1105: parameterize the number of portsVladimir Oltean5-38/+53