aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard1-0/+2
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
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck1-3/+0
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-1/+0
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller1-1/+1
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet1-1/+3
2011-05-13netdevice.h: Align struct net_device membersJoe Perches1-4/+4
2011-05-12net: introduce netdev_change_features()Michał Mirosław1-0/+1
2011-05-12net: group FCoE related feature flagsYi Zou1-1/+5
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar1-1/+2
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-7/+2
2011-04-28net: allow user to change NETIF_F_HIGHDMAMichał Mirosław1-1/+2
2011-04-28net: fix netdev_increment_features()Michał Mirosław1-1/+6
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet1-0/+1
2011-04-12net: vlan_features comment clarificationMichał Mirosław1-1/+1
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert1-1/+2
2011-04-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-04-02net: Call netdev_features_change() from netdev_update_features()Michał Mirosław1-0/+1
2011-04-01net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUMMichał Mirosław1-2/+2
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko1-1/+49
2011-03-11net: add proper documentation for previously added net_device_ops for FCoEYi Zou1-0/+36
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3