summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet
2010-11-24xps: Transmit Packet SteeringTom Herbert
2010-11-15netdev: add rcu annotations to receive handler hookstephen hemminger
2010-11-15net: Simplify RX queue allocationTom Herbert
2010-11-15offloading: Force software GSO for multiple vlan tags.Jesse Gross
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet
2010-11-08net: Detect and ignore netif_stop_queue() calls before register_netdev()Guillaume Chazarain
2010-10-25rps: add __rcu annotationsEric Dumazet
2010-10-25net/802: add __rcu annotationsEric Dumazet
2010-10-25ipv6: ip6_ptr rcu annotationsEric Dumazet
2010-10-25vlan: rcu annotationsEric Dumazet
2010-10-21napi: unexport napi_reuse_skbstephen hemminger
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert
2010-10-12net: percpu net_device refcountEric Dumazet
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-10-05net: dynamic ingress_queue allocationEric Dumazet
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet
2010-09-29dummy: percpu stats and lockless xmitEric Dumazet
2010-09-27net: Add netif_copy_real_num_queues() for use by virtual net driversBen Hutchings
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings
2010-09-27tunnels: prepare percpu accountingEric Dumazet
2010-09-26net: loopback driver cleanupEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-09-19net: reorder struct netdev_hw_addrEric Dumazet
2010-09-16net: shrinks struct net_deviceEric Dumazet
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet
2010-09-01skge: add GRO supportEric Dumazet
2010-08-31net: add a comment on netdev->last_rxEric Dumazet
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-08-23net: increase the size of priv_flags and add IFF_OVS_DATAPATHSimon Horman
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-08-16cfg80211: support sysfs namespacesJohannes Berg
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-08-04Merge branch 'master' into for-nextJiri Kosina
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann
2010-07-19net: 64bit stats for netdev_queueEric Dumazet
2010-07-18net: support time stamping in phy devices.Richard Cochran
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-07-05net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches