summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-11net: ipa: kill ipa_clock_get_additional()Alex Elder3-20/+4
2021-08-11net: ipa: kill IPA clock reference countAlex Elder1-71/+6
2021-08-11net: ipa: get rid of extra clock referenceAlex Elder1-11/+0
2021-08-11net: ipa: use runtime PM coreAlex Elder1-37/+38
2021-08-11net: ipa: resume in ipa_clock_get()Alex Elder1-26/+37
2021-08-11net: ipa: disable clock in suspendAlex Elder1-8/+3
2021-08-11net: ipa: have ipa_clock_get() return a valueAlex Elder7-59/+99
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski22-69/+926
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-57/+397
2021-08-09net: hns3: support skb's frag page recycling based on page poolYunsheng Lin3-5/+78
2021-08-09page_pool: keep pp info as long as page pool owns the pageYunsheng Lin4-8/+4
2021-08-09net, bonding: Add XDP support to the bonding driverJussi Maki1-1/+308
2021-08-09net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki1-57/+90
2021-08-09net: fec: fix build error for ARCH m68kJoakim Zhang1-0/+2
2021-08-09devlink: Set device as early as possibleLeon Romanovsky28-56/+68
2021-08-09wwan: mhi: Fix missing spin_lock_init() in mhi_mbim_probe()Wei Yongjun1-0/+1
2021-08-08net: dsa: sja1105: add FDB fast ageing supportVladimir Oltean1-0/+41
2021-08-08net: dsa: sja1105: rely on DSA core tracking of port learning stateVladimir Oltean2-20/+13
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean1-7/+0
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky4-16/+12
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing1-32/+0
2021-08-07net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()Nathan Chancellor1-10/+8
2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King1-1/+1
2021-08-06net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko4-0/+8
2021-08-06vrf: fix NULL dereference in vrf_finish_output()Dan Carpenter1-1/+1
2021-08-06net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang2-2/+37
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean4-31/+0
2021-08-06net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean1-13/+0
2021-08-06net: ethernet: ti: am65-cpsw: use napi_complete_done() in TX completionGrygorii Strashko1-5/+5
2021-08-06net: ti: am65-cpsw-nuss: fix RX IRQ state after .ndo_stop()Vignesh Raghavendra2-2/+13
2021-08-06netdevsim: Protect both reload_down and reload_up pathsLeon Romanovsky3-1/+22
2021-08-06net: ethernet: ti: davinci_cpdma: drop frame paddingGrygorii Strashko4-8/+0
2021-08-06net: ethernet: ti: davinci_emac: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-08-06net: ethernet: ti: cpsw: switch to use skb_put_padto()Grygorii Strashko1-1/+1
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-143/+251
2021-08-05net/mlx5: Lag, Create shared FDB when in switchdev modeMark Bloch3-18/+105
2021-08-05net/mlx5: E-Switch, add logic to enable shared FDBMark Bloch6-2/+394
2021-08-05net/mlx5: Lag, move lag destruction to a workqueueMark Bloch1-8/+9
2021-08-05net/mlx5: Lag, properly lock eswitch if neededMark Bloch7-18/+107
2021-08-05net/mlx5: Add send to vport rules on paired deviceMark Bloch3-3/+101
2021-08-05net/mlx5: E-Switch, Add event callback for representorsMark Bloch1-3/+47
2021-08-05net/mlx5e: Use shared mappings for restoring from metadataRoi Dayan4-10/+39
2021-08-05net/mlx5e: Add an option to create a shared mappingRoi Dayan2-0/+50
2021-08-05net/mlx5: E-Switch, set flow source for send to uplink ruleAriel Levkovich1-0/+3
2021-08-05{net, RDMA}/mlx5: Extend send to vport rulesMark Bloch2-3/+4
2021-08-05net/mlx5: Lag, add initial logic for shared FDBMark Bloch2-0/+50
2021-08-05net/mlx5: Return mdev from eswitchMark Bloch1-0/+12
2021-08-05net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin1-3/+3
2021-08-05net: fec: fix use-after-free in fec_drv_removePavel Skripkin1-1/+1
2021-08-05net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin1-3/+11