Age | Commit message (Expand) | Author | Files | Lines |
2019-02-17 | net: Add header for usage of fls64() | David S. Miller | 1 | -0/+1 |
2019-02-16 | net: Fix for_each_netdev_feature on Big endian | Hauke Mehrtens | 1 | -2/+21 |
2018-07-16 | net: Add TLS RX offload feature | Ilya Lesokhin | 1 | -0/+2 |
2018-05-23 | gso: limit udp gso to egress-only virtual devices | Willem de Bruijn | 1 | -1/+0 |
2018-05-01 | net: Add TLS TX offload features | Ilya Lesokhin | 1 | -0/+2 |
2018-04-26 | udp: add gso support to virtual devices | Willem de Bruijn | 1 | -1/+4 |
2018-04-01 | ethtool: enable Inline TLS in HW | Atul Gupta | 1 | -0/+2 |
2017-12-19 | net: Introduce NETIF_F_GRO_HW. | Michael Chan | 1 | -0/+3 |
2017-11-23 | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 1 | -1/+3 |
2017-07-24 | net: add new netdevice feature for offload of RX port for UDP tunnels | Sabrina Dubroca | 1 | -0/+2 |
2017-07-17 | net: Kill NETIF_F_UFO and SKB_GSO_UDP. | David S. Miller | 1 | -3/+1 |
2017-04-14 | net: Add ESP offload features | Steffen Klassert | 1 | -1/+7 |
2017-02-04 | net: remove support for per driver ndo_busy_poll() | Eric Dumazet | 1 | -2/+0 |
2016-06-04 | sctp: Add GSO support | Marcelo Ricardo Leitner | 1 | -2/+5 |
2016-05-21 | net: define gso types for IPx over IPv4 and IPv6 | Tom Herbert | 1 | -6/+6 |
2016-04-21 | netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWARE | Alexander Duyck | 1 | -5/+3 |
2016-04-17 | netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSO | Alexander Duyck | 1 | -1/+2 |
2016-04-14 | GSO: Support partial segmentation offload | Alexander Duyck | 1 | -0/+5 |
2016-04-14 | GSO: Add GSO type for fixed IPv4 ID | Alexander Duyck | 1 | -0/+3 |
2016-02-17 | net: add tc offload feature flag | John Fastabend | 1 | -0/+3 |
2015-12-16 | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM | Tom Herbert | 1 | -6/+3 |
2015-12-16 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert | 1 | -1/+6 |
2015-12-16 | sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC | Tom Herbert | 1 | -2/+2 |
2015-11-03 | net/core: fix for_each_netdev_feature | Jarod Wilson | 1 | -4/+2 |
2015-11-03 | net/core: generic support for disabling netdev features down stack | Jarod Wilson | 1 | -0/+11 |
2015-05-13 | switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag | Scott Feldman | 1 | -4/+1 |
2015-02-02 | netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch devic... | Roopa Prabhu | 1 | -1/+5 |
2014-11-06 | net: Remove MPLS GSO feature. | Pravin B Shelar | 1 | -4/+1 |
2014-11-06 | udp: Changes to udp_offload to support remote checksum offload | Tom Herbert | 1 | -1/+3 |
2014-07-24 | openvswitch: Enable tunnel GSO for OVS bridge. | Pravin B Shelar | 1 | -0/+8 |
2014-06-15 | net: Fix GSO constants to match NETIF flags | Tom Herbert | 1 | -0/+1 |
2014-06-05 | gre: Call gso_make_checksum | Tom Herbert | 1 | -0/+2 |
2014-06-05 | net: Add GSO support for UDP tunnels with checksum | Tom Herbert | 1 | -0/+1 |
2014-04-03 | net: add busy_poll device feature | Jiri Pirko | 1 | -0/+2 |
2014-03-29 | vlan: Warn the user if lowerdev has bad vlan features. | Vlad Yasevich | 1 | -0/+7 |
2013-11-08 | net: Add layer 2 hardware acceleration operations for macvlan devices | John Fastabend | 1 | -0/+2 |
2013-10-22 | ipv6: sit: add GSO/TSO support | Eric Dumazet | 1 | -0/+2 |
2013-10-20 | ipip: add GSO/TSO support | Eric Dumazet | 1 | -0/+2 |
2013-05-28 | MPLS: Add limited GSO support | Simon Horman | 1 | -1/+3 |
2013-05-02 | net: Restore NETIF_F_* bit ordering. | David Miller | 1 | -6/+6 |
2013-04-19 | net: vlan: add 802.1ad support | Patrick McHardy | 1 | -0/+6 |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -6/+6 |
2013-03-17 | net: fix some typos in netif features | Cong Wang | 1 | -2/+2 |
2013-03-10 | tunneling: Add generic Tunnel segmentation. | Pravin B Shelar | 1 | -3/+4 |
2013-02-16 | v4 GRE: Add TCP segmentation offload for GRE | Pravin B Shelar | 1 | -1/+2 |
2012-02-24 | net: Support RX-ALL feature flag. | Ben Greear | 1 | -0/+2 |
2012-02-24 | net: Support RXFCS feature flag. | Ben Greear | 1 | -0/+2 |
2011-11-17 | net: remove NETIF_F_NO_CSUM feature bit | Michał Mirosław | 1 | -3/+2 |
2011-11-17 | net: extend netdev_features_t to 64 bits | Michał Mirosław | 1 | -1/+1 |
2011-11-17 | net: Define enum for net device features. | Michał Mirosław | 1 | -40/+93 |