index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
plip.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-06-24
qlcnic: multi protocol internal loopback support added.
Sucheta Chakraborty
5
-5
/
+322
2011-06-24
qlcnic: Add support to enable/disable FW dump capability
Anirban Chakraborty
4
-3
/
+28
2011-06-24
qlcnic: fix default operating state of interface
Amit Kumar Salecha
1
-2
/
+2
2011-06-24
qlcnic: fix initial number of msix entries in adapter.
Sucheta Chakraborty
2
-5
/
+2
2011-06-24
qlcnic: Add code to tune FW dump
Anirban Chakraborty
2
-6
/
+13
2011-06-24
qlcnic: Remove holding api lock while taking the dump
Anirban Chakraborty
2
-9
/
+5
2011-06-24
qlcnic: Add capability to take FW dump deterministically
Sritej Velaga
3
-10
/
+27
2011-06-24
ixgbe: update driver version string
Don Skidmore
2
-5
/
+6
2011-06-24
ixgbe: fix ring assignment issues for SR-IOV and drop cases
Alexander Duyck
2
-3
/
+7
2011-06-24
ixgbe: disable RSC when Rx checksum is off
Emil Tantilov
1
-11
/
+33
2011-06-24
ixgbe: move reset code into a separate function
Emil Tantilov
1
-12
/
+14
2011-06-24
ixgbe: move setting RSC into a separate function
Emil Tantilov
1
-16
/
+18
2011-06-24
ixgbe: add support for nfc addition and removal of filters
Alexander Duyck
2
-0
/
+290
2011-06-24
ixgbe: add support for displaying ntuple filters via the nfc interface
Alexander Duyck
2
-0
/
+113
2011-06-24
ixgbe: add basic support for setting and getting nfc controls
Alexander Duyck
1
-0
/
+19
2011-06-24
ixgbe: update perfect filter framework to support retaining filters
Alexander Duyck
4
-280
/
+368
2011-06-24
ixgbe: fix flags relating to perfect filters to support coexistence
Alexander Duyck
3
-41
/
+30
2011-06-24
ixgbe: remove ntuple filtering
Alexander Duyck
1
-136
/
+0
2011-06-24
net: Fix build failures due to ip_is_fragment()
David S. Miller
1
-5
/
+5
2011-06-23
dcb: use nlmsg_free() instead of kfree()
Dan Carpenter
1
-2
/
+2
2011-06-23
bonding: add min links parameter to 802.3ad
stephen hemminger
5
-2
/
+51
2011-06-22
ssb: add __devinit to some functions
Hauke Mehrtens
6
-32
/
+36
2011-06-22
ath9k: enable support for AR9330
Gabor Juhos
1
-0
/
+1
2011-06-22
ath9k: add external_reset callback to ath9k_platfom_data for AR9330
Gabor Juhos
4
-0
/
+38
2011-06-22
ath9k: configure internal regulator for AR9330
Gabor Juhos
1
-5
/
+20
2011-06-22
ath9k: configure diversity based on eeprom contents for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: fix few register offsets for AR9330
Gabor Juhos
1
-2
/
+2
2011-06-22
ath9k: set diversity group for AR9330
Gabor Juhos
1
-1
/
+4
2011-06-22
ath9k: add fast_div_bias configuration for diversity group 1
Gabor Juhos
1
-0
/
+83
2011-06-22
ath9k: remove superfluous parentheses
Gabor Juhos
1
-32
/
+30
2011-06-22
ath9k: fix antenna diversity configuration for non AR9485 chips
Gabor Juhos
1
-2
/
+8
2011-06-22
ath9k: add a missing case statement to ath_ant_div_comb_alt_check
Gabor Juhos
1
-0
/
+1
2011-06-22
ath9k: use correct max_streams for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: enable antenna diversity for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: set NF limits for AR9330
Gabor Juhos
2
-1
/
+6
2011-06-22
ath9k: configure xpa bias level for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: use correct EEPROM base for AR9330
Gabor Juhos
1
-0
/
+2
2011-06-22
ath9k: enable tuning capacitance configuration for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: skip internal regulator configuration for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: enable TX/RX data byte swap for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: configure RF channel frequency for AR9330
Gabor Juhos
1
-1
/
+13
2011-06-22
ath9k: fix channel frequency calculation for AR9340
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: read spur frequency information from eeprom for AR9330
Gabor Juhos
1
-2
/
+2
2011-06-22
ath9k: don't enable LDPC for AR9330
Gabor Juhos
1
-1
/
+1
2011-06-22
ath9k: use different BB watchdog timeout value for AR9330
Gabor Juhos
1
-1
/
+4
2011-06-22
ath9k: add AR9330 specific PLL initialization
Gabor Juhos
1
-1
/
+34
2011-06-22
ath9k: initialize rx gain table for AR9330
Gabor Juhos
1
-2
/
+22
2011-06-22
ath9k: initialize tx gain table for AR9330
Gabor Juhos
1
-4
/
+44
2011-06-22
ath9k: initialize mode registers for AR9330
Gabor Juhos
2
-1
/
+112
2011-06-22
ath9k: add AR9330 initvals
Gabor Juhos
2
-0
/
+2227
[next]