Age | Commit message (Expand) | Author | Files | Lines |
2008-01-29 | [netdrvr] checkpatch cleanups | Jeff Garzik | 7 | -16/+18 |
2008-01-29 | wireless: checkpatch cleanups | Jeff Garzik | 8 | -18/+14 |
2008-01-29 | drivers/net/r6040: fix obvious problems (but more remain) | Jeff Garzik | 1 | -17/+14 |
2008-01-29 | [netdrvr] netxen: checkpatch fixes (98% trim trailing whitespace) | Jeff Garzik | 9 | -79/+79 |
2008-01-29 | dm9601: Consolidate common parts of dm_write_*_async | Peter Korsgaard | 1 | -40/+13 |
2008-01-29 | slip: Drag kicking and screaming into coding style compliance | Alan Cox | 1 | -189/+178 |
2008-01-29 | 3c501: Bring into compliance with the coding style | Alan Cox | 1 | -125/+107 |
2008-01-29 | drivers/net/chelsio/: #if 0 unused functions | Adrian Bunk | 4 | -3/+6 |
2008-01-29 | drivers/net: Add missing "space" | Joe Perches | 10 | -16/+16 |
2008-01-29 | drivers/net/sk98lin: Add missing "space" | Joe Perches | 1 | -1/+1 |
2008-01-29 | drivers/net/wan: Add missing "space" | Joe Perches | 1 | -1/+1 |
2008-01-29 | drivers/net/netxen: Add missing "space" | Joe Perches | 4 | -8/+8 |
2008-01-29 | drivers/net/ixgb: Add missing "space" | Joe Perches | 1 | -1/+1 |
2008-01-29 | drivers/net/cxgb3: Add missing "space" | Joe Perches | 1 | -1/+1 |
2008-01-29 | drivers/net/chelsio: Add missing "space" | Joe Perches | 1 | -1/+1 |
2008-01-29 | add bnx2x driver for BCM57710 | Eliezer Tamir | 9 | -0/+23846 |
2008-01-29 | [S2IO]: Support for add/delete/store/restore ethernet addresses | Sreenivasa Honnur | 3 | -23/+201 |
2008-01-29 | [E1000]: Secondary unicast address support | Patrick McHardy | 1 | -16/+31 |
2008-01-29 | [E1000E]: convert register test macros to functions | Joe Perches | 1 | -31/+53 |
2008-01-29 | [E1000]: Convert regtest macro's to functions | Joe Perches | 1 | -29/+55 |
2008-01-29 | [E1000]: update netstats traffic counters realtime | Auke Kok | 1 | -4/+6 |
2008-01-29 | [E1000E]: update netstats traffic counters realtime | Auke Kok | 1 | -4/+6 |
2008-01-29 | [NET]: Add support for the RDC R6040 Fast Ethernet controller | Sten Wang | 3 | -0/+1122 |
2008-01-29 | Fix e100 on systems that have cache incoherent DMA | David Acker | 1 | -29/+99 |
2008-01-29 | sundance: SIOCDEVPRIVATE pollution | Francois Romieu | 1 | -26/+0 |
2008-01-29 | drivers/net/netxen/: cleanups | Adrian Bunk | 8 | -84/+76 |
2008-01-29 | ixgbe: Fix copper PHY initialization code | Auke Kok | 6 | -136/+71 |
2008-01-29 | e1000/e1000e: Move PCI-Express device IDs over to e1000e | Auke Kok | 4 | -33/+12 |
2008-01-29 | e1000e: Disable L1 ASPM power savings for 82573 mobile variants | Auke Kok | 4 | -9/+30 |
2008-01-29 | e1000e: alternate MAC address support | Bill Hayes | 4 | -2/+43 |
2008-01-29 | [netdrvr] ibmlana: move away from legacy MCA API | Jeff Garzik | 1 | -68/+51 |
2008-01-29 | [netdrvr] ibmlana: modularization cleanup | Jeff Garzik | 1 | -45/+64 |
2008-01-29 | [netdrvr] irq handler minor cleanups in several drivers | Jeff Garzik | 16 | -65/+36 |
2008-01-29 | hamradio/scc: kill unnecessary use of 'irq' function arg | Jeff Garzik | 1 | -3/+5 |
2008-01-29 | sk98lin: kill bogus check and convert to use ARRAY_SIZE() | Alejandro Martinez Ruiz | 3 | -14/+2 |
2008-01-29 | netdev: ARRAY_SIZE() cleanups | Alejandro Martinez Ruiz | 10 | -38/+19 |
2008-01-29 | netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN | Alejandro Martinez Ruiz | 9 | -18/+15 |
2008-01-29 | wireless: fix '!x & y' typo's | Roel Kluin | 6 | -7/+7 |
2008-01-29 | libertas: move wlan_*_association_work from header to c file | Holger Schurig | 2 | -34/+34 |
2008-01-29 | iwlwifi: disable interrupts before calling request_irq | Jes Sorensen | 2 | -0/+4 |
2008-01-29 | P54: use temporary variables to reduce size of generated code | Dmitry Torokhov | 1 | -36/+41 |
2008-01-29 | Prism54: Convert mgmt_sem to the mutex API | Matthias Kaehlcke | 3 | -4/+5 |
2008-01-29 | orinoco: more reliable scan handling | Dan Williams | 2 | -240/+313 |
2008-01-29 | b43: consistent naming for ieee80211_ops | Michael Buesch | 1 | -37/+38 |
2008-01-29 | b43: Use the retry limit parameters from mac80211 | Michael Buesch | 2 | -30/+53 |
2008-01-29 | b43: Dereference of wl->current_dev must be protected by wl->mutex | Michael Buesch | 1 | -14/+12 |
2008-01-29 | b43legacy: Remove set_key callback | Michael Buesch | 1 | -27/+0 |
2008-01-29 | b43legacy: Rewrite pwork locking | Larry Finger | 1 | -58/+30 |
2008-01-29 | b43legacy: Use input-polldev for the rfkill switch | Larry Finger | 4 | -103/+109 |
2008-01-29 | b43legacy: RF-kill support | Larry Finger | 9 | -15/+250 |