Age | Commit message (Expand) | Author |
2022-07-02 | net: add skb_[inner_]tcp_all_headers helpers | Eric Dumazet |
2022-05-17 | net: thunderx: remove null check after call container_of() | Haowen Bai |
2022-05-06 | net: make drivers set the TSO limit not the GSO limit | Jakub Kicinski |
2022-05-01 | pci_irq_vector() can't be used in atomic context any longer. This conflicts | Thomas Gleixner |
2022-02-11 | Revert "net: ethernet: cavium: use div64_u64() instead of do_div()" | Jakub Kicinski |
2022-02-09 | net: ethernet: cavium: use div64_u64() instead of do_div() | Wang Qing |
2022-02-02 | drivers: net: Replace acpi_bus_get_device() | Rafael J. Wysocki |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-29 | net: Add includes masked by netdevice.h including uapi/bpf.h | Jakub Kicinski |
2021-12-14 | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX | Hangbin Liu |
2021-12-13 | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni |
2021-11-22 | octeon: constify netdev->dev_addr | Jakub Kicinski |
2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen |
2021-10-22 | net: liquidio: Make use of the helper macro kthread_run() | Cai Huoqing |
2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-10-19 | cavium: Fix return values of the probe function | Zheyu Ma |
2021-10-18 | cavium: Return negative value when pci_alloc_irq_vectors() fails | Zheyu Ma |
2021-10-10 | ethernet: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET |
2021-10-07 | eth: fwnode: remove the addr len from mac helpers | Jakub Kicinski |
2021-10-07 | eth: fwnode: change the return type of mac address helpers | Jakub Kicinski |
2021-10-07 | ethernet: use of_get_ethdev_address() | Jakub Kicinski |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski |
2021-10-02 | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski |
2021-09-27 | liquidio: Overcome missing device lock protection in init/remove flows | Leon Romanovsky |
2021-09-22 | devlink: Make devlink_register to be void | Leon Romanovsky |
2021-09-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-09-16 | net: thunderx: Make use of the helper function dev_err_probe() | Cai Huoqing |
2021-09-07 | Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-08-24 | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo |
2021-08-18 | PCI: Change the type of probe argument in reset functions | Amey Narkhede |
2021-08-17 | PCI: Remove reset_fn field from pci_dev | Amey Narkhede |
2021-08-13 | ethernet: fix PTP_1588_CLOCK dependencies | Arnd Bergmann |
2021-08-09 | devlink: Set device as early as possible | Leon Romanovsky |
2021-08-02 | cavium: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann |
2021-07-15 | liquidio: Fix unintentional sign extension issue on left shift of u16 | Colin Ian King |
2021-06-24 | thunderx: Remove rcu_read_lock() around XDP program invocation | Toke Høiland-Jørgensen |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-05-14 | net: thunderx: Drop unnecessary NULL check after container_of | Guenter Roeck |
2021-05-13 | net: liquidio: Add missing null pointer checks | Tom Seewald |
2021-05-13 | Revert "net: liquidio: fix a NULL pointer dereference" | Greg Kroah-Hartman |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-14 | cavium/liquidio: Fix duplicate argument | Wan Jiabing |
2021-04-13 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle |
2021-04-12 | net: thunderx: Fix unintentional sign extension issue | Colin Ian King |
2021-04-07 | liquidio: Fix unintented sign extension of a left shift of a u16 | Colin Ian King |
2021-01-29 | net/ethernet: convert to use module_platform_driver in octeon_mgmt.c | dingsenjie |
2021-01-08 | net, xdp: Introduce xdp_prepare_buff utility routine | Lorenzo Bianconi |
2021-01-08 | net, xdp: Introduce xdp_init_buff utility routine | Lorenzo Bianconi |
2021-01-07 | net: remove ndo_udp_tunnel_* callbacks | Jakub Kicinski |