aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-08vlan: introduce vid list with reference countingJiri Pirko1-2/+1
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-4/+4
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2011-12-01net: Make ndo_neigh_destroy return void.David S. Miller1-1/+1
2011-11-30neigh: Add device constructor/destructor capability.David Miller1-0/+2
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller1-0/+1
2011-11-29bql: Byte queue limitsTom Herbert1-1/+31
2011-11-29net: Add netdev interfaces for recording sends/compTom Herbert1-0/+28
2011-11-29net: Add queue state xoff flag for stackTom Herbert1-11/+30
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard1-0/+2
2011-11-26net: Use IS_ENABLED() in netdevice.h as appropriateBen Hutchings1-10/+8
2011-11-26dsa: Allow core and drivers to be built as modulesBen Hutchings1-1/+1
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings1-1/+1
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman1-0/+4
2011-11-18net: Remove LL_ALLOCATED_SPACEHerbert Xu1-5/+0
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet1-0/+5
2011-11-16net: new counter for tx_timeout errors in sysfsdavid decotigny1-2/+10
2011-11-16net: verify GSO flag bits against netdev featuresMichał Mirosław1-0/+9
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-18/+23
2011-11-16net: split netdev features to separate headerMichał Mirosław1-78/+2
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-16/+0
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-17/+17
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+9
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose1-0/+3
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-3/+0
2011-08-28net: Define NETDEV_FCOE_WWNN, NETDEV_FCOE_WWPN only when CONFIG_LIBFCOE is enabledBhanu Prakash Gollapudi1-0/+4
2011-08-25PM QoS: Minor clean-upsJean Pihet1-1/+1
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet1-1/+1
2011-08-22dynamic_debug: make netif_dbg() call __netdev_printk()Jason Baron1-3/+1
2011-08-22dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron1-2/+4
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko1-4/+0
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-0/+2
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2011-07-27gro: Only reset frag0 when skb can be pulledHerbert Xu1-1/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25notifiers: net: move netdevice notifiers into netdevice.hAmerigo Wang1-3/+33
2011-07-25net: Convert struct net_device uc_promisc to boolJoe Perches1-1/+1
2011-07-21net: Kobj and queues_kset should be used when CONFIG_XPS is enabledChoi, Jong-Hwan1-2/+2
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko1-8/+0
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+0
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller1-1/+0
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-6/+0
2011-07-14net: unexport netdev_fix_features()Michał Mirosław1-1/+0
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-14/+1
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller1-7/+2
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller1-1/+1
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-12/+0
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-1/+0
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1