Age | Commit message (Expand) | Author |
2023-06-07 | eth: ixgbe: fix the wake condition | Jakub Kicinski |
2023-04-27 | ixgbe: Fix panic during XDP_TX with > 64 CPUs | John Hickey |
2023-04-23 | net: vlan: introduce skb_vlan_eth_hdr() | Vladimir Oltean |
2023-04-10 | net: piggy back on the memory barrier in bql when waking queues | Jakub Kicinski |
2023-04-10 | ixgbe: use new queue try_stop/try_wake macros | Jakub Kicinski |
2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2023-02-14 | ixgbe: add double of VLAN header when computing the max MTU | Jason Xing |
2023-02-14 | ixgbe: allow to increase MTU to 3K with XDP enabled | Jason Xing |
2023-02-10 | Daniel Borkmann says: | Jakub Kicinski |
2023-02-02 | drivers: net: turn on XDP features | Marek Majtyka |
2023-01-30 | ixgbe: Remove redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas |
2023-01-17 | ixgbe: Use C45 mdiobus accessors | Andrew Lunn |
2023-01-13 | ixgbe: XDP: fix checker warning from rcu pointer | Jesse Brandeburg |
2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner |
2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-18 | ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero | Piotr Skajewski |
2022-06-30 | ixgbe: drop unexpected word 'for' in comments | Jiang Jian |
2022-06-09 | drivers, ixgbe: export vf statistics | Maximilian Heyne |
2022-05-13 | ixgbe: add xdp frags support to ndo_xdp_xmit | Lorenzo Bianconi |
2022-05-06 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski |
2022-05-06 | net: make drivers set the TSO limit not the GSO limit | Jakub Kicinski |
2022-05-05 | ixgbe: Fix module_param allow_unsupported_sfp type | Jeff Daly |
2022-03-08 | ixgbe: add improvement for MDD response functionality | Slawomir Mrozowicz |
2022-03-08 | ixgbe: add the ability for the PF to disable VF link state | Slawomir Mrozowicz |
2022-02-23 | ixgbe: Remove non-inclusive language | Piotr Skajewski |
2022-01-27 | ixgbe: Remove useless DMA-32 fallback configuration | Christophe JAILLET |
2022-01-13 | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-08 | Merge branch 'linus' into irq/core, to fix conflict | Ingo Molnar |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-28 | ixgbe: switch to napi_build_skb() | Alexander Lobakin |
2021-12-15 | ixgbe: Document how to enable NBASE-T support | Robert Schlabbach |
2021-12-13 | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni |
2021-12-10 | ixgbe: Use irq_update_affinity_hint() | Nitesh Narayan Lal |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski |
2021-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-09-30 | ixgbe: let the xdpdrv work with more than 64 cpus | Jason Xing |
2021-09-29 | ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup | Feng Zhou |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann |
2021-07-20 | ixgbe: Fix packet corruption due to missing DMA sync | Markus Boehme |
2021-07-01 | ixgbe: Fix an error handling path in 'ixgbe_probe()' | Christophe JAILLET |
2021-06-24 | intel: Remove rcu_read_lock() around XDP program invocation | Toke Høiland-Jørgensen |
2021-06-03 | ixgbe: add correct exception tracing for XDP | Magnus Karlsson |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-13 | ixgbe: fix unbalanced device enable/disable in suspend/resume | Yongxin Liu |
2021-04-13 | ixgbe: Fix NULL pointer dereference in ethtool loopback test | Alexander Duyck |
2021-03-25 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-23 | intel: clean up mismatched header comments | Jesse Brandeburg |
2021-03-18 | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT | Lorenzo Bianconi |