summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-0910-44/+145
* pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller2008-07-093-17/+21
* netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller2008-07-096-19/+27
* netdev: Move gso_skb into netdev_queue.David S. Miller2008-07-092-22/+24
* mac80211: Decrease number of explicit ->tx_queue references.David S. Miller2008-07-091-5/+9
* pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller2008-07-092-3/+10
* net: Clean up explicit ->tx_queue references in link watch.David S. Miller2008-07-092-10/+13
* pkt_sched: Add qdisc_all_tx_empty()David S. Miller2008-07-092-1/+10
* pkt_sched: Add qdisc_reset_all_tx().David S. Miller2008-07-092-1/+7
* netdev: Move next_sched into struct netdev_queue.David S. Miller2008-07-092-11/+9Star
* pkt_sched: Make netem queue agnostic.David S. Miller2008-07-091-1/+1
* pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller2008-07-093-7/+4Star
* netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller2008-07-093-10/+8Star
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-0913-77/+125
* netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-095-18/+17Star
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-0912-62/+73
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-0917-92/+93
* netdev: Create netdev_queue abstraction.David S. Miller2008-07-0914-29/+74
* pkt_sched: Remove comment reference to old style TX locking.David S. Miller2008-07-091-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-0915-26/+77
|\
| * ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin2008-07-091-2/+2
| * irda: Fix netlink error path return valueJulius Volz2008-07-081-2/+2
| * irda: New device ID for nsc-irccVille Syrjala2008-07-081-0/+1
| * irda: via-ircc proper dma freeingWang Chen2008-07-081-0/+3
| * sctp: Mark the tsn as received after all allocations finishVlad Yasevich2008-07-082-6/+8
| * mac80211: don't report selected IBSS when not foundVladimir Koutny2008-07-071-2/+4
| * ssb-pcicore: Fix IRQ-vector init on embedded devicesMichael Buesch2008-07-071-0/+7
| * zd1211rw: add ID for AirTies WUS-201Firat Birlik2008-07-071-0/+1
| * mac80211: Only flush workqueue when last interface was removedIvo van Doorn2008-07-071-2/+2
| * mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen2008-07-071-2/+5
| * drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins2008-07-071-2/+2
| * hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville2008-07-071-4/+8
| * can: add sanity checksOliver Hartkopp2008-07-063-4/+32
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-07-0949-678/+1449
|\ \
| * | net/wireless/nl80211.c: fix endless Netlink callback loop.Julius Volz2008-07-081-2/+4
| * | rtl8187: Change detection of RTL8187B with USB ID of 8187Larry Finger2008-07-082-36/+47
| * | rtl8187: updating Kconfig to support RTL8187BHin-Tak Leung2008-07-081-3/+9
| * | rtl8187: change rtl8187_dev.c to support RTL8187B (part 2)Hin-Tak Leung2008-07-081-40/+168
| * | rtl8187: change rtl8187_dev.c to support RTL8187B (part 1)Hin-Tak Leung2008-07-081-29/+234
| * | rtl8187: updating rtl8187_rtl8225.c to support RTL8187BHin-Tak Leung2008-07-081-14/+215
| * | rtl8187: updating rtl818x.h to support RTL8187BHin-Tak Leung2008-07-081-9/+27
| * | rtl8187: updating rtl8187.h to support RTL8187BHin-Tak Leung2008-07-081-16/+97
| * | rt2x00: Fix register commentsIvo van Doorn2008-07-082-8/+36
| * | hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PMPavel Roskin2008-07-081-2/+2
| * | b43legacy: Remove switch statement with 64-bit indexLarry Finger2008-07-081-15/+51
| * | rt2x00: Report RX end time for rt2400pciIvo van Doorn2008-07-083-0/+26
| * | rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn2008-07-083-17/+8Star
| * | rt2x00: Decrease alignment headroomIvo van Doorn2008-07-081-3/+4
| * | rt2x00: Remove input_polldev requirements for rfkillIvo van Doorn2008-07-085-93/+38Star
| * | zd1211rw: beacon config error checkingDaniel Drake2008-07-081-17/+45