summaryrefslogtreecommitdiff
path: root/include/linux/netdev_features.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-02netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch devic...Roopa Prabhu1-1/+5
2014-11-06net: Remove MPLS GSO feature.Pravin B Shelar1-4/+1
2014-11-06udp: Changes to udp_offload to support remote checksum offloadTom Herbert1-1/+3
2014-07-24openvswitch: Enable tunnel GSO for OVS bridge.Pravin B Shelar1-0/+8
2014-06-15net: Fix GSO constants to match NETIF flagsTom Herbert1-0/+1
2014-06-05gre: Call gso_make_checksumTom Herbert1-0/+2
2014-06-05net: Add GSO support for UDP tunnels with checksumTom Herbert1-0/+1
2014-04-03net: add busy_poll device featureJiri Pirko1-0/+2
2014-03-29vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+7
2013-11-08net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-0/+2
2013-10-22ipv6: sit: add GSO/TSO supportEric Dumazet1-0/+2
2013-10-20ipip: add GSO/TSO supportEric Dumazet1-0/+2
2013-05-28MPLS: Add limited GSO supportSimon Horman1-1/+3
2013-05-02net: Restore NETIF_F_* bit ordering.David Miller1-6/+6
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-0/+6
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-6/+6
2013-03-17net: fix some typos in netif featuresCong Wang1-2/+2
2013-03-10tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-3/+4
2013-02-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-1/+2
2012-02-24net: Support RX-ALL feature flag.Ben Greear1-0/+2
2012-02-24net: Support RXFCS feature flag.Ben Greear1-0/+2
2011-11-17net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-3/+2
2011-11-17net: extend netdev_features_t to 64 bitsMichał Mirosław1-1/+1
2011-11-17net: Define enum for net device features.Michał Mirosław1-40/+93
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-0/+4
2011-11-17net: split netdev features to separate headerMichał Mirosław1-0/+90