aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dccp: Upgrade NDP count from 3 to 6 bytesGerrit Renker2008-07-135-17/+17
* dccp ccid-3: Fix error in loss detectionGerrit Renker2008-07-132-45/+43
* netdev: Move atomic queue state bits into netdev_queue.David S. Miller2008-07-083-26/+51
* net: Delete NETDEVICES_MULTIQUEUE kconfig option.David S. Miller2008-07-089-212/+9
* netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-0810-44/+145
* pkt_sched: Make qdisc_run take a netdev_queue.David S. Miller2008-07-083-17/+21
* netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller2008-07-086-19/+27
* netdev: Move gso_skb into netdev_queue.David S. Miller2008-07-082-22/+24
* mac80211: Decrease number of explicit ->tx_queue references.David S. Miller2008-07-081-5/+9
* pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller2008-07-082-3/+10
* net: Clean up explicit ->tx_queue references in link watch.David S. Miller2008-07-082-10/+13
* pkt_sched: Add qdisc_all_tx_empty()David S. Miller2008-07-082-1/+10
* pkt_sched: Add qdisc_reset_all_tx().David S. Miller2008-07-082-1/+7
* netdev: Move next_sched into struct netdev_queue.David S. Miller2008-07-082-11/+9
* pkt_sched: Make netem queue agnostic.David S. Miller2008-07-081-1/+1
* pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller2008-07-083-7/+4
* netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller2008-07-083-10/+8
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-0813-77/+125
* netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-085-18/+17
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-0812-62/+73
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-0817-92/+93
* netdev: Create netdev_queue abstraction.David S. Miller2008-07-0814-29/+74
* pkt_sched: Remove comment reference to old style TX locking.David S. Miller2008-07-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-0815-26/+77
|\
| * ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin2008-07-081-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-053-4/+32
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-07-0849-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