index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bna: PCI Probe Conf Lock Fix
Rasesh Mody
2011-09-22
1
-0
/
+1
*
Merge branch 'master' of github.com:davem330/net-next
David S. Miller
2011-09-22
3
-17
/
+3
|
\
|
*
macmace, macsonic: cleanup
Finn Thain
2011-09-21
2
-17
/
+1
|
*
net/smsc911x: Correctly configure 16-bit register access from DT
Dave Martin
2011-09-21
1
-0
/
+2
*
|
can/sja1000: driver for PEAK PCAN PCI/PCIe cards
Wolfgang Grandegger
2011-09-21
3
-0
/
+299
|
/
*
net/phy: add IC+ IP101A and support APS.
Giuseppe CAVALLARO
2011-09-20
1
-11
/
+68
*
netxen: Add pcie workaround
Rajesh Borundia
2011-09-20
2
-3
/
+64
*
netxen: Fix vhdr_len in case of non vlan packets.
Rajesh Borundia
2011-09-20
1
-1
/
+1
*
macvtap: fix the uninitialized var using in macvtap_alloc_skb()
Jason Wang
2011-09-20
1
-7
/
+5
*
Merge git://github.com/Jkirsher/net-next
David S. Miller
2011-09-20
3
-345
/
+311
|
\
|
*
igb: Remove multi_tx_table and simplify igb_xmit_frame
Alexander Duyck
2011-09-20
2
-17
/
+23
|
*
igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC
Alexander Duyck
2011-09-20
3
-20
/
+20
|
*
igb: drop the "adv" off function names relating to descriptors
Alexander Duyck
2011-09-20
3
-36
/
+36
|
*
igb: Refactor clean_rx_irq to reduce overhead and improve performance
Alexander Duyck
2011-09-20
1
-49
/
+47
|
*
igb: update ring and adapter structure to improve performance
Alexander Duyck
2011-09-20
2
-41
/
+46
|
*
igb: streamline Rx buffer allocation and cleanup
Alexander Duyck
2011-09-20
2
-88
/
+104
|
*
igb: drop support for single buffer mode
Alexander Duyck
2011-09-20
3
-86
/
+28
|
*
igb: Update max_frame_size to account for an optional VLAN tag if present
Alexander Duyck
2011-09-20
2
-9
/
+12
|
*
igb: Update RXDCTL/TXDCTL configurations
Alexander Duyck
2011-09-20
2
-16
/
+12
*
|
Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...
John W. Linville
2011-09-19
95
-4328
/
+9298
|
\
\
|
|
/
|
/
|
|
*
ath9k: do not insert padding into tx buffers on AR9380+
Felix Fietkau
2011-09-16
1
-19
/
+37
|
*
ath9k: optimize ath_tx_rc_status usage
Felix Fietkau
2011-09-16
1
-16
/
+13
|
*
ath9k: remove a redundant check in ath_tx_form_aggr
Felix Fietkau
2011-09-16
1
-2
/
+1
|
*
ath9k: optimize ath9k_ps_restore
Felix Fietkau
2011-09-16
1
-6
/
+11
|
*
ath9k_hw: remove the old tx descriptor API
Felix Fietkau
2011-09-16
6
-472
/
+0
|
*
ath9k: use the new API for setting tx descriptors
Felix Fietkau
2011-09-16
3
-160
/
+122
|
*
ath9k_hw: add a new API for setting tx descriptors
Felix Fietkau
2011-09-16
5
-1
/
+275
|
*
ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdesc
Felix Fietkau
2011-09-16
1
-2
/
+1
|
*
ath9k: call ath9k_hw_set_desc_link for beacon descriptors
Felix Fietkau
2011-09-16
1
-0
/
+1
|
*
ath9k: move ath_buf_set_rate to remove a forward declaration
Felix Fietkau
2011-09-16
1
-142
/
+141
|
*
ath9k: reduce the number of functions that access the tx descriptor
Felix Fietkau
2011-09-16
2
-35
/
+57
|
*
ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags
Felix Fietkau
2011-09-16
4
-29
/
+13
|
*
ath9k: ensure that rx is not enabled during a reset
Felix Fietkau
2011-09-16
2
-4
/
+5
|
*
ath9k: make beacon timer initialization more reliable
Felix Fietkau
2011-09-16
1
-0
/
+1
|
*
ath9k: fix enabling interrupts after a hardware error interrupt
Felix Fietkau
2011-09-16
1
-4
/
+5
|
*
ath9k: Fix PS wrappers and enabling LED
Mohammed Shafi Shajakhan
2011-09-16
1
-2
/
+2
|
*
ath9k: enable LED pin for AR946/8x chipsets
Mohammed Shafi Shajakhan
2011-09-16
2
-0
/
+3
|
*
ath9k_hw: Do full chip reset on 11A channels for AR9003
Rajkumar Manoharan
2011-09-16
1
-3
/
+5
|
*
ath9k_hw: move register definitions to header files
Senthil Balasubramanian
2011-09-16
2
-26
/
+25
|
*
ath9k_hw: Add support for AR946/8x chipsets.
Senthil Balasubramanian
2011-09-16
7
-36
/
+362
|
*
ath9k_hw: Split tx/rx gain table initval handling
Senthil Balasubramanian
2011-09-16
1
-180
/
+210
|
*
ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.
Senthil Balasubramanian
2011-09-16
6
-18
/
+3883
|
*
Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xx
John W. Linville
2011-09-16
6
-29
/
+103
|
|
\
|
|
*
Merge branch 'wl12xx-next' into for-linville
Luciano Coelho
2011-09-14
6
-29
/
+103
|
|
|
\
|
|
|
*
wl12xx: use SCAN_SSID_TYPE_PUBLIC when using the wildcard in sched_scan
Luciano Coelho
2011-08-25
1
-2
/
+5
|
|
|
*
wl12xx: add support for multiple SSIDs in sched_scan
Luciano Coelho
2011-08-25
2
-7
/
+57
|
|
|
*
wl12xx: enter psm only after station role was started
Eliad Peller
2011-08-25
1
-13
/
+13
|
|
|
*
wl12xx: increase psm_entry_retries
Eliad Peller
2011-08-25
1
-1
/
+1
|
|
|
*
wl12xx: initialize rate_set on band rates initialization
Eliad Peller
2011-08-25
1
-2
/
+6
|
|
|
*
wl12xx: allow 11a AP-mode for wl127x devices
Arik Nemtsov
2011-08-25
1
-3
/
+1
[next]