Age | Commit message (Expand) | Author |
2008-07-08 | netdev: Make netif_schedule() routines work with netdev_queue objects. | David S. Miller |
2008-07-08 | netdev: Move gso_skb into netdev_queue. | David S. Miller |
2008-07-08 | mac80211: Decrease number of explicit ->tx_queue references. | David S. Miller |
2008-07-08 | pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. | David S. Miller |
2008-07-08 | net: Clean up explicit ->tx_queue references in link watch. | David S. Miller |
2008-07-08 | pkt_sched: Add qdisc_all_tx_empty() | David S. Miller |
2008-07-08 | pkt_sched: Add qdisc_reset_all_tx(). | David S. Miller |
2008-07-08 | netdev: Move next_sched into struct netdev_queue. | David S. Miller |
2008-07-08 | pkt_sched: Make netem queue agnostic. | David S. Miller |
2008-07-08 | pkt_sched: Kill stats_lock member of struct Qdisc. | David S. Miller |
2008-07-08 | netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. | David S. Miller |
2008-07-08 | netdev: Move rest of qdisc state into struct netdev_queue | David S. Miller |
2008-07-08 | netdev: The ingress_lock member is no longer needed. | David S. Miller |
2008-07-08 | netdev: Move queue_lock into struct netdev_queue. | David S. Miller |
2008-07-08 | pkt_sched: Remove 'dev' member of struct Qdisc. | David S. Miller |
2008-07-08 | netdev: Create netdev_queue abstraction. | David S. Miller |
2008-07-08 | pkt_sched: Remove comment reference to old style TX locking. | David S. Miller |
2008-07-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-07-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller |
2008-07-08 | vlan: avoid header copying and linearisation where possible | Patrick McHardy |
2008-07-08 | ipv6: fix race between ipv6_del_addr and DAD timer | Andrey Vagin |
2008-07-08 | net/wireless/nl80211.c: fix endless Netlink callback loop. | Julius Volz |
2008-07-08 | rtl8187: Change detection of RTL8187B with USB ID of 8187 | Larry Finger |
2008-07-08 | rtl8187: updating Kconfig to support RTL8187B | Hin-Tak Leung |
2008-07-08 | rtl8187: change rtl8187_dev.c to support RTL8187B (part 2) | Hin-Tak Leung |
2008-07-08 | rtl8187: change rtl8187_dev.c to support RTL8187B (part 1) | Hin-Tak Leung |
2008-07-08 | rtl8187: updating rtl8187_rtl8225.c to support RTL8187B | Hin-Tak Leung |
2008-07-08 | rtl8187: updating rtl818x.h to support RTL8187B | Hin-Tak Leung |
2008-07-08 | rtl8187: updating rtl8187.h to support RTL8187B | Hin-Tak Leung |
2008-07-08 | rt2x00: Fix register comments | Ivo van Doorn |
2008-07-08 | hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PM | Pavel Roskin |
2008-07-08 | b43legacy: Remove switch statement with 64-bit index | Larry Finger |
2008-07-08 | rt2x00: Report RX end time for rt2400pci | Ivo van Doorn |
2008-07-08 | rt2x00: Use ieee80211_hw->workqueue again | Ivo van Doorn |
2008-07-08 | rt2x00: Decrease alignment headroom | Ivo van Doorn |
2008-07-08 | rt2x00: Remove input_polldev requirements for rfkill | Ivo van Doorn |
2008-07-08 | zd1211rw: beacon config error checking | Daniel Drake |
2008-07-08 | mac80211: fix lots of kernel-doc | Randy Dunlap |
2008-07-08 | rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switch | Henrique de Moraes Holschuh |
2008-07-08 | rfkill: some minor kernel-doc changes for rfkill_toggle_radio | Henrique de Moraes Holschuh |
2008-07-08 | mac80211: add support for iwconfig wlanX frag auto | Emmanuel Grumbach |
2008-07-08 | mac80211: aes_ccm.c remove crypto wrapper and extra args | Harvey Harrison |
2008-07-08 | mac80211: pass scratch buffer directly, remove additional pointers | Harvey Harrison |
2008-07-08 | mac80211: wpa.c remove rx/tx_data ->fc users | Harvey Harrison |
2008-07-08 | mac80211: remove trivial rx_data->fc users | Harvey Harrison |
2008-07-08 | mac80211: call bss_info_change only once upon disassociation | Tomas Winkler |
2008-07-08 | mac80211: remove ieee80211_get_hdr_info | Harvey Harrison |
2008-07-08 | mac80211: remove one user of ieee80211_get_hdr_info | Harvey Harrison |
2008-07-08 | mac80211: use symbolic defines in wpa.c | Harvey Harrison |
2008-07-08 | mac80211: move QOS control helpers into ieee80211.h | Harvey Harrison |