aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek
2008-09-30netdev: use const for some name functionsStephen Hemminger
2008-09-22net: network device name ifalias supportStephen Hemminger
2008-08-04net: Kill plain NET_XMIT_BYPASS.David S. Miller
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski
2008-07-31netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller
2008-07-22net: Fix build failure with 'make mandocs'.Dave Jones
2008-07-21net: Print the module name as part of the watchdog messageArjan van de Ven
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller
2008-07-17pkt_sched: Kill netdev_queue lock.David S. Miller
2008-07-17netdevice: Move qdisc_list back into net_device proper.David S. Miller
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller
2008-07-17pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller
2008-07-17pkt_sched: Move gso_skb into Qdisc.David S. Miller
2008-07-17netdev: Kill plain netif_schedule()David S. Miller
2008-07-17netdev: Add netdev->select_queue() method.David S. Miller
2008-07-17netdev: netdev_priv() can now be sane again.David S. Miller
2008-07-17netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*David S. Miller
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-07-15netdev: Add addr_list_lock to struct net_device.David S. Miller
2008-07-14vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy
2008-07-11net: add netif_napi_del function to allow for removal of napistructsAlexander Duyck
2008-07-08netdev: Move atomic queue state bits into netdev_queue.David S. Miller
2008-07-08net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller
2008-07-08netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller
2008-07-08netdev: Move gso_skb into netdev_queue.David S. Miller
2008-07-08netdev: Move next_sched into struct netdev_queue.David S. Miller
2008-07-08netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller
2008-07-05net: Add GARP applicant-only participantPatrick McHardy
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-27include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen
2008-06-17Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller
2008-06-17netdevice: change net_device->promiscuity/allmulti to unsigned intWang Chen
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh
2008-06-17net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy