summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
...
* | net: Use IS_ENABLED() in netdevice.h as appropriateBen Hutchings2011-11-261-10/+8Star
* | dsa: Allow core and drivers to be built as modulesBen Hutchings2011-11-261-1/+1
* | dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2011-11-261-1/+1
* | net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-221-0/+4
* | net: Remove LL_ALLOCATED_SPACEHerbert Xu2011-11-181-5/+0Star
* | net: use jump_label to shortcut RPS if not setupEric Dumazet2011-11-171-0/+5
* | net: new counter for tx_timeout errors in sysfsdavid decotigny2011-11-171-2/+10
* | net: verify GSO flag bits against netdev featuresMichał Mirosław2011-11-171-0/+9
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-18/+23
* | net: split netdev features to separate headerMichał Mirosław2011-11-161-78/+2Star
* | net: remove legacy ethtool opsMichał Mirosław2011-11-161-16/+0Star
|/
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-17/+17
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-2/+2
|\
| * PM QoS: Minor clean-upsJean Pihet2011-08-251-1/+1
| * PM QoS: Move and rename the implementation filesJean Pihet2011-08-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-7/+9
|\ \
| * | if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose2011-10-161-0/+3
| * | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-3/+0Star
| * | net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is en...Bhanu Prakash Gollapudi2011-08-281-0/+4
| * | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-181-4/+0Star
| * | net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-181-0/+2
| |/
* | dynamic_debug: make netif_dbg() call __netdev_printk()Jason Baron2011-08-231-3/+1Star
* | dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron2011-08-231-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-07-281-2/+5
|\
| * gro: Only reset frag0 when skb can be pulledHerbert Xu2011-07-271-1/+4
| * net: Convert struct net_device uc_promisc to boolJoe Perches2011-07-261-1/+1
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* | notifiers: net: move netdevice notifiers into netdevice.hAmerigo Wang2011-07-261-3/+33
|/
* net: Kobj and queues_kset should be used when CONFIG_XPS is enabledChoi, Jong-Hwan2011-07-221-2/+2
* vlan: kill ndo_vlan_rx_registerJiri Pirko2011-07-211-8/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-6/+0Star
|\
| * net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-151-6/+0Star
* | neigh: Kill hh_cache->hh_outputDavid S. Miller2011-07-171-1/+0Star
* | net: unexport netdev_fix_features()Michał Mirosław2011-07-141-1/+0Star
* | net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-14/+1Star
* | net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller2011-07-131-7/+2Star
* | net: Push protocol type directly down to header_ops->cache()David S. Miller2011-07-131-1/+1
* | netdevice: Kill 'feature' test macros.David S. Miller2011-07-121-12/+0Star
* | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-1/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-1/+1
|\|
| * net: Rework netdev_drivername() to avoid warning.David S. Miller2011-06-071-1/+1
* | v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2011-06-091-3/+0Star
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-1/+0Star
|/
* macvlan: remove one synchronize_rcu() callEric Dumazet2011-05-201-1/+3
* netdevice.h: Align struct net_device membersJoe Perches2011-05-131-4/+4
* net: introduce netdev_change_features()Michał Mirosław2011-05-131-0/+1
* net: group FCoE related feature flagsYi Zou2011-05-121-1/+5
* net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar2011-05-091-1/+2
* ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-7/+2Star
* net: allow user to change NETIF_F_HIGHDMAMichał Mirosław2011-04-281-1/+2