summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-20net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi1-15/+3
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski142-641/+2072
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-24/+87
2021-01-20Merge tag 'linux-can-fixes-for-5.11-20210120' of git://git.kernel.org/pub/scm...Jakub Kicinski3-8/+10
2021-01-20net: systemport: free dev before on error pathPan Bian1-2/+4
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-1/+11
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel1-5/+18
2021-01-20can: peak_usb: fix use after free bugsVincent Mailhol1-4/+4
2021-01-20can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol1-2/+4
2021-01-20can: dev: can_restart: fix use after free bugVincent Mailhol1-2/+2
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter1-1/+1
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson2-8/+39
2021-01-19octeontx2-af: Remove unneeded semicolonsXu Wang3-4/+4
2021-01-19net: smsc911x: Make Runtime PM handling more fine-grainedGeert Uytterhoeven1-1/+9
2021-01-19net: tun: fix misspellings using codespell toolMenglong Dong1-1/+1
2021-01-19net: ethernet: ti: am65-cpsw: add support for am64x cpsw3gVignesh Raghavendra1-0/+7
2021-01-19net: ti: cpsw_ale: add driver data for AM64 CPSW3gVignesh Raghavendra1-0/+7
2021-01-19net: ethernet: ti: am65-cpsw-nuss: Support for transparent ASEL handlingPeter Ujfalusi1-0/+10
2021-01-19net: ethernet: ti: am65-cpsw-nuss: Use DMA device for DMA APIPeter Ujfalusi2-41/+40
2021-01-19sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven1-2/+2
2021-01-19net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: ixgbe: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: igb: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-19net: add inline function skb_csum_is_sctpXin Long1-1/+1
2021-01-19sh_eth: Make PHY access aware of Runtime PM to fix reboot crashGeert Uytterhoeven1-0/+26
2021-01-19mdio-bitbang: Export mdiobb_{read,write}()Geert Uytterhoeven1-2/+4
2021-01-19vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang1-12/+14
2021-01-18net: hns: fix variable used when DEBUG is definedTom Rix1-1/+1
2021-01-18arcnet: fix macro name when DEBUG is definedTom Rix1-1/+1
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan2-2/+54
2021-01-18net/bonding: Take update_features call out of XFRM funcitonTariq Toukan1-9/+10
2021-01-18net/bonding: Implement ndo_sk_get_lower_devTariq Toukan1-0/+93
2021-01-18net/bonding: Take IP hash logic into a helperTariq Toukan1-5/+11
2021-01-18net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-109/+87
2021-01-18net: phy: national: remove definition of DEBUGTom Rix1-2/+0
2021-01-18bareudp: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-18geneve: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-18vxlan: add NETIF_F_FRAGLIST flag for dev featuresXin Long1-2/+3
2021-01-18hv_netvsc: Add (more) validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)4-62/+136
2021-01-18net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnextRasmus Villemoes1-0/+4
2021-01-18net: ipa: allow arbitrary number of interconnectsAlex Elder4-114/+99
2021-01-18net: ipa: clean up interconnect initializationAlex Elder1-36/+47
2021-01-18net: ipa: add interconnect name to configuration dataAlex Elder4-3/+11
2021-01-18net: ipa: store average and peak interconnect bandwidthAlex Elder1-36/+52
2021-01-18net: ipa: introduce an IPA interconnect structureAlex Elder1-25/+34
2021-01-18net: ipa: don't return an error from ipa_interconnect_disable()Alex Elder1-20/+11
2021-01-18net: ipa: rename interconnect settingsAlex Elder4-31/+31
2021-01-18net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean1-3/+1