summaryrefslogtreecommitdiffstats
path: root/include/linux/netdev_features.h
Commit message (Expand)AuthorAgeFilesLines
* net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-031-2/+0
* sctp: Add GSO supportMarcelo Ricardo Leitner2016-06-031-2/+5
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-6/+6
* netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWAREAlexander Duyck2016-04-211-5/+3
* netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSOAlexander Duyck2016-04-161-1/+2
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-0/+5
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-141-0/+3
* net: add tc offload feature flagJohn Fastabend2016-02-171-0/+3
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-6/+3
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+6
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-2/+2
* net/core: fix for_each_netdev_featureJarod Wilson2015-11-031-4/+2
* net/core: generic support for disabling netdev features down stackJarod Wilson2015-11-021-0/+11
* switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman2015-05-121-4/+1
* netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch devic...Roopa Prabhu2015-02-011-1/+5
* net: Remove MPLS GSO feature.Pravin B Shelar2014-11-051-4/+1
* udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-051-1/+3
* openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar2014-07-241-0/+8
* net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-151-0/+1
* gre: Call gso_make_checksumTom Herbert2014-06-041-0/+2
* net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-041-0/+1
* net: add busy_poll device featureJiri Pirko2014-04-031-0/+2
* vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2014-03-281-0/+7
* net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-071-0/+2
* ipv6: sit: add GSO/TSO supportEric Dumazet2013-10-211-0/+2
* ipip: add GSO/TSO supportEric Dumazet2013-10-191-0/+2
* MPLS: Add limited GSO supportSimon Horman2013-05-271-1/+3
* net: Restore NETIF_F_* bit ordering.David Miller2013-05-021-6/+6
* net: vlan: add 802.1ad supportPatrick McHardy2013-04-191-0/+6
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-6/+6
* net: fix some typos in netif featuresCong Wang2013-03-171-2/+2
* tunneling: Add generic Tunnel segmentation.Pravin B Shelar2013-03-091-3/+4
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-1/+2
* net: Support RX-ALL feature flag.Ben Greear2012-02-241-0/+2
* net: Support RXFCS feature flag.Ben Greear2012-02-241-0/+2
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-3/+2
* net: extend netdev_features_t to 64 bitsMichał Mirosław2011-11-161-1/+1
* net: Define enum for net device features.Michał Mirosław2011-11-161-40/+93
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-0/+4
* net: split netdev features to separate headerMichał Mirosław2011-11-161-0/+90