aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdev_features.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-16net: Add header for usage of fls64()David S. Miller1-0/+1
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+21
2018-07-16net: Add TLS RX offload featureIlya Lesokhin1-0/+2
2018-05-23gso: limit udp gso to egress-only virtual devicesWillem de Bruijn1-1/+0
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin1-0/+2
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn1-1/+4
2018-03-31ethtool: enable Inline TLS in HWAtul Gupta1-0/+2
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan1-0/+3
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+3
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca1-0/+2
2017-07-17net: Kill NETIF_F_UFO and SKB_GSO_UDP.David S. Miller1-3/+1
2017-04-14net: Add ESP offload featuresSteffen Klassert1-1/+7
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet1-2/+0
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner1-2/+5
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-6/+6
2016-04-21netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWAREAlexander Duyck1-5/+3
2016-04-16netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSOAlexander Duyck1-1/+2
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck1-0/+5
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck1-0/+3
2016-02-17net: add tc offload feature flagJohn Fastabend1-0/+3
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-6/+3
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+6
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-2/+2
2015-11-03net/core: fix for_each_netdev_featureJarod Wilson1-4/+2
2015-11-02net/core: generic support for disabling netdev features down stackJarod Wilson1-0/+11
2015-05-12switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flagScott Feldman1-4/+1
2015-02-01netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch device offloadsRoopa Prabhu1-1/+5
2014-11-05net: Remove MPLS GSO feature.Pravin B Shelar1-4/+1
2014-11-05udp: 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-04gre: Call gso_make_checksumTom Herbert1-0/+2
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert1-0/+1
2014-04-03net: add busy_poll device featureJiri Pirko1-0/+2
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+7
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-0/+2
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet1-0/+2
2013-10-19ipip: add GSO/TSO supportEric Dumazet1-0/+2
2013-05-27MPLS: 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-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar1-3/+4
2013-02-15v4 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-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-3/+2
2011-11-16net: extend netdev_features_t to 64 bitsMichał Mirosław1-1/+1
2011-11-16net: Define enum for net device features.Michał Mirosław1-40/+93