1. 1a3c998 net: Add a netdev software feature set that defaults to off. by Steffen Klassert · 5 years ago
  2. 3b33583 net: Add fraglist GRO/GSO feature flags by Steffen Klassert · 5 years ago
  3. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  4. 8681ef1 net: Add header for usage of fls64() by David S. Miller · 6 years ago
  5. 3b89ea9 net: Fix for_each_netdev_feature on Big endian by Hauke Mehrtens · 6 years ago
  6. 1413656 net: Add TLS RX offload feature by Ilya Lesokhin · 7 years ago
  7. 8eea1ca gso: limit udp gso to egress-only virtual devices by Willem de Bruijn · 7 years ago
  8. 2342a85 net: Add TLS TX offload features by Ilya Lesokhin · 7 years ago
  9. 83aa025 udp: add gso support to virtual devices by Willem de Bruijn · 7 years ago
  10. e0be6be ethtool: enable Inline TLS in HW by Atul Gupta · 7 years ago
  11. fb1f5f7 net: Introduce NETIF_F_GRO_HW. by Michael Chan · 7 years ago
  12. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  13. d764a12 net: add new netdevice feature for offload of RX port for UDP tunnels by Sabrina Dubroca · 8 years ago
  14. d9d30ad net: Kill NETIF_F_UFO and SKB_GSO_UDP. by David S. Miller · 8 years ago
  15. c7ef8f0 net: Add ESP offload features by Steffen Klassert · 8 years ago
  16. 79e7fff4 net: remove support for per driver ndo_busy_poll() by Eric Dumazet · 8 years ago
  17. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 9 years ago
  18. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  19. b1c20f0 netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWARE by Alexander Duyck · 9 years ago
  20. 756ca87 netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSO by Alexander Duyck · 9 years ago
  21. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 9 years ago
  22. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 9 years ago
  23. 1c78c64 net: add tc offload feature flag by John Fastabend · 9 years ago
  24. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  25. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  26. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  27. 5ba3f7d net/core: fix for_each_netdev_feature by Jarod Wilson · 9 years ago
  28. fd867d5 net/core: generic support for disabling netdev features down stack by Jarod Wilson · 9 years ago
  29. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 10 years ago
  30. aafb3e9 netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch device offloads by Roopa Prabhu · 10 years ago
  31. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  32. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  33. f6eec61 openvswitch: Enable tunnel GSO for OVS bridge. by Pravin B Shelar · 11 years ago
  34. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 11 years ago
  35. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 11 years ago
  36. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 11 years ago
  37. d029021 net: add busy_poll device feature by Jiri Pirko · 11 years ago
  38. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 11 years ago
  39. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  40. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  41. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  42. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 12 years ago
  43. 4ada8db net: Restore NETIF_F_* bit ordering. by David Miller · 12 years ago
  44. 8ad227f net: vlan: add 802.1ad support by Patrick McHardy · 12 years ago
  45. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 12 years ago
  46. a362db3 net: fix some typos in netif features by Cong Wang · 12 years ago
  47. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 12 years ago
  48. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 12 years ago
  49. 5e0c03c net: Support RX-ALL feature flag. by Ben Greear · 13 years ago
  50. 36eabda3 net: Support RXFCS feature flag. by Ben Greear · 13 years ago
  51. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  52. a861a8b net: extend netdev_features_t to 64 bits by Michał Mirosław · 13 years ago
  53. a19f2a6 net: Define enum for net device features. by Michał Mirosław · 13 years ago
  54. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  55. a59e2ec net: split netdev features to separate header by Michał Mirosław · 13 years ago