Age | Commit message (Expand) | Author |
2021-07-22 | dpaa2-switch: seed the buffer pool after allocating the swp | Ioana Ciornei |
2021-06-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-06-28 | net: switchdev: add a context void pointer to struct switchdev_notifier_info | Vladimir Oltean |
2021-06-24 | freescale: Remove rcu_read_lock() around XDP program invocation | Toke Høiland-Jørgensen |
2021-06-11 | net: dpaa2-mac: Add ACPI support for DPAA2 MAC driver | Calvin Johnson |
2021-05-21 | dpaa2-eth: don't print error from dpaa2_mac_connect if that's EPROBE_DEFER | Vladimir Oltean |
2021-05-21 | dpaa2-eth: name the debugfs directory after the DPNI object | Ioana Ciornei |
2021-05-21 | dpaa2-eth: setup the of_node field of the device | Ioana Ciornei |
2021-04-16 | net: bridge: switchdev: include local flag in FDB notifications | Vladimir Oltean |
2021-04-13 | dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trap | Ioana Ciornei |
2021-04-13 | dpaa2-switch: add tc matchall filter support | Ioana Ciornei |
2021-04-13 | dpaa2-switch: add tc flower hardware offload on ingress traffic | Ioana Ciornei |
2021-04-13 | dpaa2-switch: install default STP trap rule with the highest priority | Ioana Ciornei |
2021-04-13 | dpaa2-switch: create a central dpaa2_switch_acl_tbl structure | Ioana Ciornei |
2021-04-02 | dpaa2-eth: export the rx copybreak value as an ethtool tunable | Ioana Ciornei |
2021-04-02 | dpaa2-eth: add rx copybreak support | Ioana Ciornei |
2021-04-02 | dpaa2-eth: rename dpaa2_eth_xdp_release_buf into dpaa2_eth_recycle_buf | Ioana Ciornei |
2021-03-30 | dpaa2-switch: setup learning state on STP state change | Ioana Ciornei |
2021-03-30 | dpaa2-switch: trap STP frames to the CPU | Ioana Ciornei |
2021-03-30 | dpaa2-switch: keep track of the current learning state per port | Ioana Ciornei |
2021-03-30 | dpaa2-switch: create and assign an ACL table per port | Ioana Ciornei |
2021-03-30 | dpaa2-switch: fix the translation between the bridge and dpsw STP states | Ioana Ciornei |
2021-03-25 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-03-22 | dpaa2-switch: mark skbs with offload_fwd_mark | Ioana Ciornei |
2021-03-22 | dpaa2-switch: add support for configuring per port unknown flooding | Ioana Ciornei |
2021-03-22 | dpaa2-switch: add support for configuring per port broadcast flooding | Ioana Ciornei |
2021-03-22 | dpaa2-switch: add support for configuring learning state per port | Ioana Ciornei |
2021-03-22 | dpaa2-switch: refactor the egress flooding domain setup | Ioana Ciornei |
2021-03-22 | dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood function | Ioana Ciornei |
2021-03-18 | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT | Lorenzo Bianconi |
2021-03-16 | dpaa2-eth: fixup kdoc warnings | Ioana Ciornei |
2021-03-16 | dpaa2-switch: fit the function declaration on the same line | Ioana Ciornei |
2021-03-16 | dpaa2-switch: reduce the size of the if_id bitmap to 64 bits | Ioana Ciornei |
2021-03-16 | dpaa2-switch: fix kdoc warnings | Ioana Ciornei |
2021-03-16 | dpaa2-switch: remove unused ABI functions | Ioana Ciornei |
2021-03-10 | staging: dpaa2-switch: move the driver out of staging | Ioana Ciornei |
2021-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-02-11 | dpaa2-eth: fix memory leak in XDP_REDIRECT | Ioana Ciornei |
2021-02-06 | net: dpaa2-mac: add backplane link mode support | Russell King |
2021-02-06 | net: dpaa2-mac: add 1000BASE-X support | Russell King |
2021-02-06 | net: dpaa2: Use napi_alloc_frag_align() to avoid the memory waste | Kevin Hao |
2021-02-06 | dpaa2-eth: Simplify the calculation of variables | Jiapeng Chong |
2021-01-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-01-13 | dpaa2-mac: fix the remove path for non-MAC interfaces | Ioana Ciornei |
2021-01-13 | dpaa2-eth: add support for Rx VLAN filtering | Ionut-robert Aron |
2021-01-09 | dpaa2-mac: remove a comment regarding pause settings | Ioana Ciornei |
2021-01-09 | dpaa2-mac: remove an unnecessary check | Ioana Ciornei |
2021-01-09 | dpaa2-eth: retry the probe when the MAC is not yet discovered on the bus | Ioana Ciornei |
2021-01-09 | dpaa2-mac: export MAC counters even when in TYPE_FIXED | Ioana Ciornei |
2021-01-09 | dpaa2-mac: split up initializing the MAC object from connecting to it | Ioana Ciornei |