summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski28-103/+1034
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-57/+397
2021-08-10net: hns3: support skb's frag page recycling based on page poolYunsheng Lin3-5/+78
2021-08-10page_pool: keep pp info as long as page pool owns the pageYunsheng Lin4-8/+4
2021-08-10net, bonding: Add XDP support to the bonding driverJussi Maki1-1/+308
2021-08-10net, 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 Romanovsky30-80/+75
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-08atm: horizon: Fix spelling mistakes in TX commentJun Miao1-3/+3
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-07s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter1-4/+127
2021-08-07s390/qeth: Switchdev event handlerAlexandra Winter2-5/+79
2021-08-07s390/qeth: Register switchdev event handlerAlexandra Winter1-3/+40
2021-08-07tulip: Remove deadcode on startup true conditionColin Ian King1-1/+1
2021-08-07net: ethernet: ti: davinci_cpdma: revert "drop frame padding"Grygorii Strashko4-0/+8
2021-08-07vrf: 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-06ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon1-10/+0
2021-08-06ptp: ocp: Rename version string shown by devlink.Jonathan Lemon1-2/+2
2021-08-06ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon1-21/+21
2021-08-06ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon1-80/+0
2021-08-06ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon1-4/+11
2021-08-06ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon1-1/+1
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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski47-196/+392
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-05RDMA/mlx5: Add shared FDB supportMark Bloch2-24/+95
2021-08-05{net, RDMA}/mlx5: Extend send to vport rulesMark Bloch3-4/+5
2021-08-05RDMA/mlx5: Fill port info based on the relevant eswitchMark Bloch1-3/+7