Age | Commit message (Expand) | Author |
2021-02-01 | net/mlx5e: Separate between netdev objects and mlx5e profiles initialization | Saeed Mahameed |
2021-02-01 | ibmvnic: remove unnecessary rmb() inside ibmvnic_poll | Lijun Pan |
2021-02-01 | ibmvnic: rework to ensure SCRQ entry reads are properly ordered | Lijun Pan |
2021-02-01 | Merge tag 'mlx5-dr-2021-01-29' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski |
2021-01-29 | net: dsa: felix: perform switch setup for tag_8021q | Vladimir Oltean |
2021-01-29 | net: mscc: ocelot: don't use NPI tag prefix for the CPU port module | Vladimir Oltean |
2021-01-29 | net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leave | Vladimir Oltean |
2021-01-29 | net: mscc: ocelot: store a namespaced VCAP filter ID | Vladimir Oltean |
2021-01-29 | net: mscc: ocelot: export VCAP structures to include/soc/mscc | Vladimir Oltean |
2021-01-29 | net: hns3: add debugfs support for tm nodes, priority and qset info | Guangbin Huang |
2021-01-29 | net: hns3: add interfaces to query information of tm priority/qset | Guangbin Huang |
2021-01-29 | net/ethernet: convert to use module_platform_driver in octeon_mgmt.c | dingsenjie |
2021-01-29 | net/mlx5: DR, Allow SW steering for sw_owner_v2 devices | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Copy all 64B whenever replacing STE in the head of miss-list | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Use HW specific logic API when writing STE | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Use the right size when writing partial STE into HW | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Add STEv1 modify header logic | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Add STEv1 action apply logic | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Add STEv1 setters and getters | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Allow native protocol support for HW STEv1 | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Add HW STEv1 match logic | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Add match STEv1 structs to ifc | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: DR, Fix potential shift wrapping of 32-bit value | Yevgeny Kliteynik |
2021-01-29 | net/mlx5: CT: Add support for matching on ct_state reply flag | Paul Blakey |
2021-01-28 | octeontx2-af: Fix 'physical' typos | Bjorn Helgaas |
2021-01-28 | nexthop: Use enum to encode notification type | Ido Schimmel |
2021-01-28 | lan743x: fix endianness when accessing descriptors | Alexey Denisov |
2021-01-28 | e100: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2021-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-28 | Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski |
2021-01-28 | Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-01-28 | mlxsw: spectrum_span: Do not overwrite policer configuration | Ido Schimmel |
2021-01-28 | stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressing | Voon Weifeng |
2021-01-28 | stmmac: intel: Add ADL-S 1Gbps PCI IDs | Wong, Vee Khee |
2021-01-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2021-01-27 | net/mlx5e: Enable traps according to link state | Aya Levin |
2021-01-27 | net/mlx5e: Add listener to DMAC filter trap event | Aya Levin |
2021-01-27 | net/mlx5e: Add listener to trap event | Aya Levin |
2021-01-27 | net/mlx5e: Add trap entity to ETH driver | Aya Levin |
2021-01-27 | net/mlx5e: Expose RX dma info helpers | Aya Levin |
2021-01-27 | net/mlx5e: Add flow steering DMAC trap rule | Aya Levin |
2021-01-27 | net/mlx5e: Add flow steering VLAN trap rule | Aya Levin |
2021-01-27 | net/mlx5e: Optimize promiscuous mode | Aya Levin |
2021-01-27 | net/mlx5: Notify on trap action by blocking event | Aya Levin |
2021-01-27 | net/mlx5: Rename events notifier header | Aya Levin |
2021-01-27 | net/mlx5: Register to devlink DMAC filter trap | Aya Levin |
2021-01-27 | net/mlx5: Register to devlink ingress VLAN filter trap | Aya Levin |
2021-01-27 | net/mlx5: Add support for devlink traps in mlx5 core driver | Aya Levin |
2021-01-27 | Merge tag 'mlx5-fixes-2021-01-26' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski |
2021-01-27 | ibmvnic: Ensure that CRQ entry read are correctly ordered | Lijun Pan |