Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1b07a1307250e55fe00c076b33d0ab5ac088a489
/
drivers
/
net
1b07a13
iwlwifi: remove un-supported eeprom parameters
by Wey-Yi Guy
· 15 years ago
85fecff
iwlwifi: modify LED blink index table
by Wey-Yi Guy
· 15 years ago
2ddb5c8
ath9k: make ath9k_common_ops const
by Luis R. Rodriguez
· 15 years ago
5bb1279
atheros: move bus ops to ath_common
by Luis R. Rodriguez
· 15 years ago
990b70a
ath9k: move ATH9K_RSSI_BAD to hw.h
by Luis R. Rodriguez
· 15 years ago
cfe8cba
ath9k: clarify what hw code is and remove ath9k.h from a few files
by Luis R. Rodriguez
· 15 years ago
9680e8a
ath9k: remove driver ASSERT, just use BUG_ON()
by Luis R. Rodriguez
· 15 years ago
e3d01bf
ath9k: move ATH_AMPDU_LIMIT_MAX to hw.h
by Luis R. Rodriguez
· 15 years ago
25c56ee
ath9k: remove ath9k_ht_macmode
by Luis R. Rodriguez
· 15 years ago
6420014
ath9k: remove ath9k 25 MHz HT40 spacing stuff
by Luis R. Rodriguez
· 15 years ago
43c2761
atheros: move tx/rx chainmask to ath_common
by Luis R. Rodriguez
· 15 years ago
c46917b
atheros: add common debug printing
by Luis R. Rodriguez
· 15 years ago
cd9bf68
ath9k: separate core driver and hw timer code
by Luis R. Rodriguez
· 15 years ago
b002a4a
atheros: add ieee80211_hw to ath_common
by Luis R. Rodriguez
· 15 years ago
13b8155
atheros: define shared bssidmask setting
by Luis R. Rodriguez
· 15 years ago
e5aa847
ath5k: define ath_common ops
by Luis R. Rodriguez
· 15 years ago
9adca12
ath5k: allocate ath5k_hw prior to initializing hw
by Luis R. Rodriguez
· 15 years ago
9e4bffd
atheros/ath9k: add common read/write ops and port ath9k to use it
by Luis R. Rodriguez
· 15 years ago
867633f
ath9k: Define bus agnostic bluetooth coex prep helper
by Luis R. Rodriguez
· 15 years ago
db71971
ath5k: move ath_common to ath5k_hw
by Luis R. Rodriguez
· 15 years ago
27c51f1
ath9k: move ath_common to ath_hw
by Luis R. Rodriguez
· 15 years ago
394317f
ath5k: initialize eeprom struct early on attach
by Luis R. Rodriguez
· 15 years ago
954fece
ath5k: use common curbssid, bssidmask and macaddr
by Luis R. Rodriguez
· 15 years ago
8c727e7
ar9170: make use of common macaddr and curbssid
by Luis R. Rodriguez
· 15 years ago
1510718
atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common
by Luis R. Rodriguez
· 15 years ago
3453ad8
ath9k: use ath9k_hw_write_associd() on reset
by Luis R. Rodriguez
· 15 years ago
7664072
ath9k: Use ath9k_hw_setbssidmask() on reset
by Luis R. Rodriguez
· 15 years ago
f2b2143
ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw
by Luis R. Rodriguez
· 15 years ago
bcd8f54
atheros: use get_unaligned_le*() for bssid mask setting
by Luis R. Rodriguez
· 15 years ago
1775374
ath: move ath_bcast_mac to common header
by Luis R. Rodriguez
· 15 years ago
9ecdef4
ath9k: rename driver core and hw power save helpers
by Luis R. Rodriguez
· 15 years ago
8c77a56
ath9k: move ath9k_hw_setpower() to main.c
by Luis R. Rodriguez
· 15 years ago
1adc93c
ath9k: avoid usage of ath9k_hw_setpower() on hw.c
by Luis R. Rodriguez
· 15 years ago
a91d75a
ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c
by Luis R. Rodriguez
· 15 years ago
21526d5
ath9k: move ps helpers onto core driver when reseting tsf
by Luis R. Rodriguez
· 15 years ago
a36cfbc
ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported()
by Luis R. Rodriguez
· 15 years ago
8b4fc5b
ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.c
by Luis R. Rodriguez
· 15 years ago
5e19729
ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c
by Luis R. Rodriguez
· 15 years ago
269ad81
ath9k: simplify ath_btcoex_bt_stomp()
by Luis R. Rodriguez
· 15 years ago
766ec4a
ath9k: rename ath_btcoex_info to ath_btcoex_hw
by Luis R. Rodriguez
· 15 years ago
46289e1
ath9k: rename btcoex_scheme to just scheme
by Luis R. Rodriguez
· 15 years ago
05a0b3c
ath9k: remove unused bt_duty_cycle
by Luis R. Rodriguez
· 15 years ago
e08a6ac
ath9k: move bt_stomp_type to driver core
by Luis R. Rodriguez
· 15 years ago
8c1b395
ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
by Luis R. Rodriguez
· 15 years ago
bc74bf8
ath9k: split ath9k_hw_btcoex_enable() into two helpers
by Luis R. Rodriguez
· 15 years ago
75d7839
ath9k: move driver core helpers to main.c
by Luis R. Rodriguez
· 15 years ago
7a2f0f5
ath9k: split bluetooth hardware coex init into two helpers
by Luis R. Rodriguez
· 15 years ago
af03abe
ath9k: move hw specific btcoex info to ath_hw
by Luis R. Rodriguez
· 15 years ago
2e20250
ath9k: move btcoex core driver info to its own struct
by Luis R. Rodriguez
· 15 years ago
4d6b228
ath9k: use ath_hw for DPRINTF() and debug init/exit
by Luis R. Rodriguez
· 15 years ago
225794f
usbnet: Set device type for wlan and wwan devices
by Marcel Holtmann
· 15 years ago
e1e499e
usbnet: Use wwan%d interface name for mobile broadband devices
by Marcel Holtmann
· 15 years ago
69ef969
TI DaVinci EMAC: Minor macro related updates
by chaithrika@ti.com
· 15 years ago
15f0a39
net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()
by Ben Hutchings
· 15 years ago
1ddee09
tehuti: Convert ethtool get_stats_count() ops to get_sset_count()
by Ben Hutchings
· 15 years ago
90d5ffc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
6053bbf
cnic: Fix NETDEV_UP event processing.
by Michael Chan
· 15 years ago
19d5afd
e1000e/igb/ixgbe: Don't report an error if devices don't support AER
by Frans Pop
· 15 years ago
b607bd9
net: Fix wrong sizeof
by Jean Delvare
· 15 years ago
6646679
sky2: irqname based on pci address
by Stephen Hemminger
· 15 years ago
415e69e
skge: use unique IRQ name
by Michal Schmidt
· 15 years ago
28ad395
Kconfig: STRIP: Remove stale bits of STRIP help text
by Ralf Baechle
· 15 years ago
7b1401c
NET: mkiss: Fix typo
by Ralf Baechle
· 15 years ago
bf18a9f
tg3: Remove prev_vlan_tag from struct tx_ring_info
by Eric Dumazet
· 15 years ago
3d1285b
move virtnet_remove to .devexit.text
by Uwe Kleine-König
· 15 years ago
fb74c2f
don't use __devexit_p to wrap sgiseeq_remove
by Uwe Kleine-König
· 15 years ago
1ebb5a1
don't use __devexit_p to wrap meth_remove
by Uwe Kleine-König
· 15 years ago
ce501ca
bonding: set primary param via sysfs
by Jiri Pirko
· 15 years ago
a98917a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 15 years ago
a00d210
ixgbe: correct the parameter description
by Jiri Pirko
· 15 years ago
dcb9b56
be2net: Workaround to fix a bug in Rx Completion processing.
by Ajit Khaparde
· 15 years ago
7bfc4ab
3c59x: Rework suspend and resume
by Anton Vorontsov
· 15 years ago
a55c0a0e
drivers/net: ks8851_mll ethernet network driver
by Choi, David
· 15 years ago
f191422
skge: Make sure both ports initialize correctly
by Mike McCormack
· 15 years ago
ec1652a
bcm63xx_enet: timeout off by one in do_mdio_op()
by roel kluin
· 15 years ago
ebd6e77
qlge: Fix error exit for probe call.
by Ron Mercer
· 15 years ago
f2c0d8d
qlge: Protect reset recovery with rtnl_lock().
by Ron Mercer
· 15 years ago
06a49f7
qlge: Fix spin_lock warning.
by Ron Mercer
· 15 years ago
fd21cf5
qlge: Fix out of sync hardware semaphore.
by Ron Mercer
· 15 years ago
fbcbe56
qlge: Fix bad bit definitions.
by Ron Mercer
· 15 years ago
6ad3810
ixgbe: Remove ATR computation for UDP traffic
by Peter P Waskiewicz Jr
· 15 years ago
aad7191
ixgbe patch to provide NIC's tx/rx counters via ethtool
by Ben Greear
· 15 years ago
e0f4daf
ixgbe: Bump driver version number
by Peter P Waskiewicz Jr
· 15 years ago
539e5f0
ixgbe: Fix backplane flow control autoneg
by Peter P Waskiewicz Jr
· 15 years ago
84f62d4
ixgbe: Fix disabling of relaxed ordering with Tx DCA
by Peter P Waskiewicz Jr
· 15 years ago
817b33d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
5a4c8d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
e16c1bb
ar9170: fix bug in iq-auto calibration value calculation
by Christian Lamparter
· 15 years ago
78bd6bb
rt2x00: Thrustmaster FunAccess WIFI USB and rt73usb
by Michal Szalata
· 15 years ago
ffed130
mac80211_hwsim: Fix initial beacon timer configuration
by Jouni Malinen
· 15 years ago
b96ab54
b43: Always use block-I/O for the PIO data registers
by Michael Buesch
· 15 years ago
b7a7940
iwlwifi: fix 3945 ucode info retrieval after failure
by Reinette Chatre
· 15 years ago
2814298
iwlwifi: fix memory leak in command queue handling
by Reinette Chatre
· 15 years ago
2fac971
iwlwifi: fix debugfs buffer handling
by Reinette Chatre
· 15 years ago
a71b4f5
e1000: cleanup unused prototype
by Don Skidmore
· 15 years ago
11b7f7b
e1000: fix namespacecheck warnings
by Jesse Brandeburg
· 15 years ago
8f601b2
e1000: drop unused functionality for eeprom write/read
by Jesse Brandeburg
· 15 years ago
120a5d0
e1000: updated whitespace and comments
by Jesse Brandeburg
· 15 years ago
650b5a5
e1000: drop redunant line of code, cleanup
by Jesse Brandeburg
· 15 years ago
Next »