- 3d0da75 b43: Move code from nphy.* to phy_n.* by Michael Buesch · 16 years ago
- 99c4a78 b43: Move remaining code from phy.c to phy_a.c by Michael Buesch · 16 years ago
- f59ac04 cfg80211: keep track of supported interface modes by Luis R. Rodriguez · 16 years ago
- c6e387a ath5k: HW code cleanup by Nick Kossifidis · 16 years ago
- fa9abe0 b43: Don't use memcpy for overlapping areas by Michael Buesch · 16 years ago
- a505f4f s2io: reindented misleading for loop by Ilpo Järvinen · 16 years ago
- 45021ae [netdrvr] removed unused #include <version.h> by Huang Weiyi · 16 years ago
- 1c460af 8139too: use netdev_alloc_skb by Kevin Lo · 16 years ago
- a52be1cbc 8139cp: use netdev_alloc_skb by Kevin Lo · 16 years ago
- b26b555 via-rhine: changed to use netdev_alloc_skb() from dev_alloc_skb by Kevin Lo · 16 years ago
- c844d48 sky2: display product info on boot. by Stephen Hemminger · 16 years ago
- 1413235 sky2: EEPROM read/write bug fixes by Stephen Hemminger · 16 years ago
- 9389523 Merge branch 'r8169-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6 into upstream-next by Jeff Garzik · 16 years ago
- 3be1adf ixgbe: change config srrctl to only program one register per VMDq/RSS id by Alexander Duyck · 16 years ago
- 1a32bcf igb: clean up a stray fake netdev code left in rx path by Alexander Duyck · 16 years ago
- fc7d345 igb: remove unneeded cleaned variable in clean_tx_irq path by Alexander Duyck · 16 years ago
- 4662e82 e1000e: add support for new 82574L part by Bruce Allan · 16 years ago
- f4187b5 e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts by Bruce Allan · 16 years ago
- 2f15f9d e1000e: add support for the 82567LM-4 device by Bruce Allan · 16 years ago
- 4eeae6f ixgbe: use different context for tso and offload by PJ Waskiewicz · 16 years ago
- cc41ac7 ixgbe: fix dca hints going to wrong processor by Jesse Brandeburg · 16 years ago
- e9990a9 ixgbe: fix bug where lro settings are per ring by Jesse Brandeburg · 16 years ago
- 96b0e0f ixgbe: update dca to new interface, fix CONFIG_DCA_MODULE by Jesse Brandeburg · 16 years ago
- 22f32b7a5 ixgbe: should not use HW_CSUM, should use IP* flags by Jesse Brandeburg · 16 years ago
- 7c6e0a4 ixgbe: Lock RSS seed, move rx_buf_len to the rx_ring by Jesse Brandeburg · 16 years ago
- e01c31a ixgbe: Implement Tx Head Writeback by Jesse Brandeburg · 16 years ago
- 2b9ade9 ixgbe: disable flow control by default by Jesse Brandeburg · 16 years ago
- 3a58107 ixgbe: Cleanup references to Tx and Rx rings to becommon across the driver by Jesse Brandeburg · 16 years ago
- 036c9b0 ixgbe: do not update stats twice each receive by Jesse Brandeburg · 16 years ago
- 2c5645c ixgbe: Implement HAVE_SET_RX_MODE by Christopher Leech · 16 years ago
- 9da09bb ixgbe: add little endian annotations for sparse by Jesse Brandeburg · 16 years ago
- 712744b ixgbe: fix rx csum return status misinterpretation by Jesse Brandeburg · 16 years ago
- fa928c0 ibm_newemac: MAL[12]_IER_EVENTS definition: 2x *_OTE -> *_DE by roel kluin · 16 years ago
- 8dcc61a hp-plus: fix link objects by Randy Dunlap · 16 years ago
- f14c4e4 bonding: change some __constant_htons() to htons() by Brian Haley · 16 years ago
- a816f75 sfc: Rework efx_set_multicast_hash() by Ben Hutchings · 16 years ago
- 3c78708 sfc: Remove the STATE_RESETTING flag by Ben Hutchings · 16 years ago
- 8c8661e sfc: Extend self-tests by Ben Hutchings · 16 years ago
- a515089 sfc: Rework the bitfield header so that we can identify fields by bit number by Ben Hutchings · 16 years ago
- 2467ca4 sfc: Cleanup reset code by Ben Hutchings · 16 years ago
- bc3c90a sfc: Remove some unreachable error paths by Ben Hutchings · 16 years ago
- c1e5fcc sfc: Remove remnants of multi-port abstraction for MAC registers by Ben Hutchings · 16 years ago
- 01aad7b sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int() by Ben Hutchings · 16 years ago
- 740847d sfc: Enable TSO for 802.1q VLAN devices by Ben Hutchings · 16 years ago
- dacccc7 sfc: Do not call netif_{stop,wake}_queue() before register_netdev by Steve Hodgson · 16 years ago
- f8b87c1 sfc: Make PHY flash mode a device attribute, not a module parameter by Ben Hutchings · 16 years ago
- 3594e13 sfc: Implement get_sset_count, replacing get_stats_count and self_test_count by Ben Hutchings · 16 years ago
- 42cbe2d sfc: Cleanup RX event processing by Ben Hutchings · 16 years ago
- d307402 sfc: Remove efx_channel::evqnum field by Ben Hutchings · 16 years ago
- a258902 sfc: Make efx_for_each_channel_rx_queue() more efficient by Ben Hutchings · 16 years ago
- 955f0a7 sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KER by Ben Hutchings · 16 years ago
- 8831da7 sfc: Cleanup RX queue information by Ben Hutchings · 16 years ago
- 64ee312 sfc: Remove efx_channel::has_interrupt by Ben Hutchings · 16 years ago
- 46123d0 sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues() by Ben Hutchings · 16 years ago
- 4a5b504 sfc: Export boot configuration in EEPROM through ethtool by Ben Hutchings · 16 years ago
- 4d56606 sfc: Removed forced inlining of long functions by Ben Hutchings · 16 years ago
- 23d9e60 sfc: Cleaned up struct tso_state fields by Ben Hutchings · 16 years ago
- 28506563 sfc: Set net_device::vlan_features appropriately by Ben Hutchings · 16 years ago
- dc8cfa5 sfc: Use explicit bool for boolean variables, parameters and return values by Ben Hutchings · 16 years ago
- cc12dac sfc: Reduce the size of struct efx_tx_buffer by Ben Hutchings · 16 years ago
- ecbd95c sfc: Use pci_map_single() to map the skb header when doing TSO by Ben Hutchings · 16 years ago
- 5988b63 sfc: Don't leak PCI DMA maps in the TSO code when the queue fills up by Ben Hutchings · 16 years ago
- b9aafb0 sfc: Speed up loopback self-test by Ben Hutchings · 16 years ago
- f8ea0b6 sfc: Self-test reporting cleanup by Ben Hutchings · 16 years ago
- e9713e6 sfc: Reduce log level for XGXS lane status by Ben Hutchings · 16 years ago
- c84a6f1 sfc: Reverse the XOFF/XON pause frame control fifo thresholds by Ben Hutchings · 16 years ago
- f90748f sfc: Remove inclusion of workarounds.h from efx.c by Ben Hutchings · 16 years ago
- c264361 sfc: XMAC statistics fix-ups by Ben Hutchings · 16 years ago
- 5b39fe3 sfc: Remove mistaken hardware workaround by Ben Hutchings · 16 years ago
- 11f34e6 sfc: Reduce delays in SFE4001 initialisation by Ben Hutchings · 16 years ago
- a0c2c19 sfc: Avoid mangling error codes in efx_test_loopback() by Ben Hutchings · 16 years ago
- 60ac106 sfc: Use separate hardware TX queues to select checksum generation by Ben Hutchings · 16 years ago
- 26c0867 sfc: Remove unused field efx_channel::reset_work by Steve Hodgson · 16 years ago
- 18c2fc0 sfc: Change first parameter type of {set,clear}_bit_le() to unsigned by Ben Hutchings · 16 years ago
- 767e468 sfc: Replace net_dev->priv with netdev_priv(net_dev) by Ben Hutchings · 16 years ago
- 2c10b32 netlink: Remove compat API for nested attributes by Thomas Graf · 16 years ago
- b171e19 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
- 7c19a3d net: Unbreak userspace usage of linux/mroute.h by David S. Miller · 16 years ago
- 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
- 3cc76ca ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0 by Yang Hongyang · 16 years ago
- 143b11c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
- 18c8ade b43: Rewrite TX power adjustment by Michael Buesch · 16 years ago
- ef1a628 b43: Implement dynamic PHY API by Michael Buesch · 16 years ago
- 35e032d rt2x00: Release rt2x00 2.2.1 by Ivo van Doorn · 16 years ago
- 1abc365 rt2x00: skb->data pointer should not include TX descriptor by Mattias Nissler · 16 years ago
- 6c6aa3c rt2x00: Add Signal type flag by Ivo van Doorn · 16 years ago
- 2af0a57 rt2x00: Initialize txop during conf_tx() callback by Ivo van Doorn · 16 years ago
- 2575c11 rt2x00: Only configure hardware when radio is enabled by Mattias Nissler · 16 years ago
- 3ee54a0 rt2x00: Map extra_tx_headroom to DMA by Ivo van Doorn · 16 years ago
- 0262ab0 rt2x00: Fix race conditions in flag handling by Ivo van Doorn · 16 years ago
- de9cc7a libertas: use the common frame control functions by Harvey Harrison · 16 years ago
- 1563574 rfkill: rename rfkill_mutex to rfkill_global_mutex by Henrique de Moraes Holschuh · 16 years ago
- f745ba0 rfkill: add WARN and BUG_ON paranoia (v2) by Henrique de Moraes Holschuh · 16 years ago
- 01b510b rfkill: add missing line break by Felipe Balbi · 16 years ago
- 849e057 rfkill: use strict_strtoul (v2) by Henrique de Moraes Holschuh · 16 years ago
- 5701ed8 ath9k: rc.h cleanup by Sujith · 16 years ago
- 1fe1132 ath9k: Remove sc_lastrx as we don't use it anywhere by Sujith · 16 years ago
- 14cc709 ath9k: Do not update frame's duration field by Sujith · 16 years ago
- 822ceae ath9k: Remove more dead code by Sujith · 16 years ago
- c83be68 ath9k: Add LED support by Vasanthakumar Thiagarajan · 16 years ago