summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2008-10-31net: delete excess kernel-doc notationRandy Dunlap1-1/+0
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu1-1/+11
2008-10-14net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-10-09dsa: add support for Trailer tagging formatLennert Buytenhek1-0/+10
2008-10-09dsa: add support for original DSA tagging formatLennert Buytenhek1-0/+11
2008-10-09net: Distributed Switch Architecture protocol supportLennert Buytenhek1-0/+3
2008-09-30netdev: use const for some name functionsStephen Hemminger1-2/+2
2008-09-23net: network device name ifalias supportStephen Hemminger1-0/+3
2008-08-05net: Kill plain NET_XMIT_BYPASS.David S. Miller1-3/+0
2008-08-05net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-0/+1
2008-08-01netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller1-31/+55
2008-07-23net: Fix build failure with 'make mandocs'.Dave Jones1-29/+29
2008-07-22net: Print the module name as part of the watchdog messageArjan van de Ven1-0/+2
2008-07-19pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller1-2/+0
2008-07-18pkt_sched: Kill netdev_queue lock.David S. Miller1-1/+0
2008-07-18netdevice: Move qdisc_list back into net_device proper.David S. Miller1-1/+2
2008-07-18pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller1-7/+5
2008-07-18pkt_sched: Make QDISC_RUNNING a qdisc state.David S. Miller1-1/+0
2008-07-18pkt_sched: Move gso_skb into Qdisc.David S. Miller1-1/+0
2008-07-18netdev: Kill plain netif_schedule()David S. Miller1-5/+0
2008-07-18netdev: Add netdev->select_queue() method.David S. Miller1-0/+3
2008-07-18netdev: netdev_priv() can now be sane again.David S. Miller1-1/+3
2008-07-18netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*David S. Miller1-12/+0
2008-07-18net: Use queue aware tests throughout.David S. Miller1-9/+73
2008-07-18netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-3/+1
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller1-23/+46
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+20
2008-07-15netdev: Add addr_list_lock to struct net_device.David S. Miller1-0/+1
2008-07-15vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy1-0/+1
2008-07-11net: add netif_napi_del function to allow for removal of napistructsAlexander Duyck1-0/+13
2008-07-09netdev: Move atomic queue state bits into netdev_queue.David S. Miller1-16/+39
2008-07-09net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller1-14/+0
2008-07-09netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-23/+39
2008-07-09netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller1-5/+12
2008-07-09netdev: Move gso_skb into netdev_queue.David S. Miller1-3/+1
2008-07-09netdev: Move next_sched into struct netdev_queue.David S. Miller1-3/+2
2008-07-09netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller1-3/+0
2008-07-09netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-7/+3
2008-07-09netdev: The ingress_lock member is no longer needed.David S. Miller1-2/+0
2008-07-09netdev: Move queue_lock into struct netdev_queue.David S. Miller1-2/+2
2008-07-09netdev: Create netdev_queue abstraction.David S. Miller1-0/+7
2008-07-06net: Add GARP applicant-only participantPatrick McHardy1-0/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+4
2008-06-28include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk1-0/+4
2008-06-20net: Disable LRO on devices that are forwardingBen Hutchings1-0/+1
2008-06-18netdevice: Fix promiscuity and allmulti overflowWang Chen1-2/+2
2008-06-18Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller1-0/+4
2008-06-18netdevice: change net_device->promiscuity/allmulti to unsigned intWang Chen1-2/+2
2008-06-18bonding: Allow setting max_bonds to zeroJay Vosburgh1-0/+3
2008-06-18net/core: add NETDEV_BONDING_FAILOVER eventOr Gerlitz1-0/+1