summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* b44: strncpy does not null terminate stringroel kluin2009-07-201-4/+4
* connector: make callback argument type explicitMike Frysinger2009-07-176-13/+12Star
* tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala2009-07-171-1/+12
* virtio-net: Allow UFO feature to be set and advertised.Sridhar Samudrala2009-07-171-1/+2
* ixgbe: Bump version numberPeter P Waskiewicz Jr2009-07-171-1/+1
* ixgbe: Add device support for a new copper 82598 devicePeter P Waskiewicz Jr2009-07-173-0/+4
* ixgbe: Make sure boolean assignments from bitwise operations done correctlyPeter P Waskiewicz Jr2009-07-171-4/+4
* ixgbe: Remove legacy descriptor supportPeter P Waskiewicz Jr2009-07-173-49/+19Star
* fs_enet/mii-fec.c: fix MII speed calculationWolfgang Denk2009-07-171-4/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-1727-68/+97
|\
| * cdc-eem: bad crc checkingVincent CUISSARD2009-07-171-1/+1
| * ixgbe: Remove DPRINTK messages in DCB modeLucy Liu2009-07-171-4/+0Star
| * ixgbe: clear mac address data block in DCB modeLucy Liu2009-07-171-0/+2
| * sky2: revert shutdown changesStephen Hemminger2009-07-171-8/+1Star
| * E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa2009-07-171-0/+3
| * bonding: clean muticast addresses when device changes typeMoni Shoua2009-07-171-2/+10
| * atl1c: misplaced parenthesisroel kluin2009-07-171-1/+1
| * atl1c: add missing parenthesesroel kluin2009-07-171-4/+4
| * Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller2009-07-145-68/+44Star
| * drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2009-07-142-5/+7
| * NET: phy_device, fix lock imbalanceJiri Slaby2009-07-141-1/+3
| * igb: gcc-3.4.6 fixEric Dumazet2009-07-131-40/+37Star
| * atlx: duplicate testing of MCAST flagroel kluin2009-07-131-1/+1
| * NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle2009-07-135-44/+68
| * netdev: restore MTU change operationBen Hutchings2009-07-1211-0/+11
| * netdev: restore MAC address set and validate operationsBen Hutchings2009-07-1210-2/+16
* | gianfar: remove unused DECLARE_MAC_BUFJohannes Berg2009-07-151-1/+0Star
* | drivers/net/bonding: Adjust constant nameJulia Lawall2009-07-131-1/+2
* | hwsim: make testmode_cmd staticJohannes Berg2009-07-101-1/+2
* | p54: fix queue stall due to underrunChristian Lamparter2009-07-101-3/+4
* | p54usb: fix stalls caused by urb allocation failuresChristian Lamparter2009-07-101-19/+17Star
* | ath5k: write PCU registers on initial resetBob Copeland2009-07-101-1/+1
* | ath5k: do not release irq across suspend/resumeBob Copeland2009-07-101-11/+0Star
* | ath: remove unnecessary return in ath_regd_get_band_ctlBob Copeland2009-07-101-2/+0Star
* | ath5k: rework beacon configurationBob Copeland2009-07-102-40/+20Star
* | ath5k: send buffered frames after the beaconBob Copeland2009-07-103-11/+34
* | p54spi: remove dead code and definitionsChristian Lamparter2009-07-101-34/+0Star
* | p54: two endian fixesChristian Lamparter2009-07-102-7/+7
* | rt2x00: use wiphy rfkill interfaceIvo van Doorn2009-07-1013-203/+20Star
* | iwlwifi: fix aggregation limitJohannes Berg2009-07-101-1/+1
* | ath9k: remove permissions from debugfs filesJiri Slaby2009-07-101-5/+5
* | ath5k: remove permissions from debugfs filesJiri Slaby2009-07-101-3/+5
* | drivers/net/wireless/ath/ath9k: Remove unnecessary semicolonsJoe Perches2009-07-102-3/+1Star
* | iwlwifi: always print buffer when error condition occursReinette Chatre2009-07-101-1/+1
* | iwlwifi: add utility to print buffer when error occursReinette Chatre2009-07-101-0/+6
* | iwlagn: re-enable PS support for iwlagnReinette Chatre2009-07-101-1/+2
* | iwmc3200wifi: remove B0 hardware supportZhu Yi2009-07-105-29/+0Star
* | iwmc3200wifi: simplify calibration mapZhu Yi2009-07-104-15/+17
* | iwmc3200wifi: replace netif_rx with netif_rx_niZhu Yi2009-07-101-1/+1
* | drivers/net/wireless: Use PCI_VDEVICEJoe Perches2009-07-102-8/+6Star