| Commit message (Expand) | Author | Age | Files | Lines |
* | CRED: Wrap current->cred and a few other accessors | David Howells | 2008-11-14 | 1 | -3/+5 |
* | CRED: Wrap task credential accesses in the network device drivers | David Howells | 2008-11-14 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-04 | 8 | -22/+40 |
|\ |
|
| * | niu: Use pci_ioremap_bar(). | David S. Miller | 2008-11-03 | 1 | -5/+1 |
| * | bnx2x: Version Update | Eilon Greenstein | 2008-11-03 | 1 | -2/+2 |
| * | bnx2x: Calling netif_carrier_off at the end of the probe | Eilon Greenstein | 2008-11-03 | 1 | -2/+2 |
| * | bnx2x: PCI configuration bug on big-endian | Eilon Greenstein | 2008-11-03 | 1 | -4/+5 |
| * | bnx2x: Removing the PMF indication when unloading | Eilon Greenstein | 2008-11-03 | 1 | -0/+2 |
| * | mv643xx_eth: fix SMI bus access timeouts | Lennert Buytenhek | 2008-11-03 | 1 | -3/+6 |
| * | net: kconfig cleanup | Jeff Kirsher | 2008-11-03 | 1 | -3/+15 |
| * | fs_enet: fix polling | Alexey Dobriyan | 2008-11-03 | 1 | -2/+4 |
| * | SMC91x: Fix compilation on some platforms. | David S. Miller | 2008-11-03 | 1 | -0/+2 |
| * | drivers/net/smc911x.c: Fix lockdep warning on xmit. | Will Newton | 2008-11-02 | 1 | -1/+1 |
* | | drivers: remove duplicated #include | Jianjun Kong | 2008-11-04 | 2 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-02 | 24 | -76/+119 |
|\ \
| |/ |
|
| * | IRDA: remove double inclusion of module.h | Alexander Beregalov | 2008-11-01 | 2 | -2/+0 |
| * | net: Really remove all of LOOPBACK_TSO code. | David S. Miller | 2008-10-31 | 1 | -9/+0 |
| * | net: delete excess kernel-doc notation | Randy Dunlap | 2008-10-30 | 1 | -1/+0 |
| * | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-10-30 | 11 | -36/+99 |
| |\ |
|
| | * | gianfar: Don't reset TBI<->SerDes link if it's already up | Trent Piepho | 2008-10-31 | 1 | -0/+9 |
| | * | gianfar: Fix race in TBI/SerDes configuration | Trent Piepho | 2008-10-31 | 3 | -0/+31 |
| | * | at91_ether: request/free GPIO for PHY interrupt | David Brownell | 2008-10-31 | 1 | -1/+5 |
| | * | amd8111e: fix dma_free_coherent context | Chunbo Luo | 2008-10-31 | 1 | -5/+4 |
| | * | atl1: fix vlan tag regression | Jay Cliburn | 2008-10-31 | 2 | -4/+5 |
| | * | SMC91x: delete unused local variable "lp" | Mike Frysinger | 2008-10-31 | 1 | -2/+0 |
| | * | myri10ge: fix stop/go mmio ordering | Brice Goglin | 2008-10-31 | 1 | -1/+3 |
| | * | bonding: fix panic when taking bond interface down before removing module | Andy Gospodarek | 2008-10-31 | 1 | -5/+8 |
| | * | bonding: Clean up resource leaks | Jay Vosburgh | 2008-10-31 | 1 | -18/+31 |
| | * | bonding: fix miimon failure counter | Jay Vosburgh | 2008-10-31 | 1 | -0/+3 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2008-10-30 | 8 | -25/+17 |
| |\ \ |
|
| | * | | ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode | Bob Copeland | 2008-10-29 | 1 | -3/+1 |
| | * | | ath5k: Fix reset sequence for AR5212 in general and RF5111 in particular | Elias Oltmanns | 2008-10-29 | 2 | -15/+9 |
| | * | | rt2x00: Fix build error when mac80211=M rt2x00=Y | Ivo van Doorn | 2008-10-29 | 1 | -1/+1 |
| | * | | ath5k: correct misspelling in debug help | Bob Copeland | 2008-10-29 | 1 | -1/+1 |
| | * | | libertas: fix buffer overrun | Johannes Berg | 2008-10-29 | 1 | -2/+2 |
| | * | | libertas: remove two libertas sparse warning | Holger Schurig | 2008-10-29 | 1 | -2/+2 |
| | * | | iwlwifi: fix suspend to RAM in iwlwifi | Tomas Winkler | 2008-10-29 | 1 | -1/+1 |
| * | | | pppoe: Fix socket leak. | David S. Miller | 2008-10-30 | 1 | -3/+3 |
| | |/
| |/| |
|
* | | | el3_common_init() should be __devinit, not __init | Al Viro | 2008-11-01 | 1 | -3/+3 |
* | | | Merge branch 'cris_move' of git://www.jni.nu/cris | Linus Torvalds | 2008-11-01 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | [CRIS] Move header files from include to arch/cris/include. | Jesper Nilsson | 2008-10-29 | 1 | -2/+2 |
* | | | | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -2/+0 |
| |/ /
|/| | |
|
* | | | amd8111e: Fix rx return code | Chris Friesen | 2008-10-28 | 1 | -6/+8 |
| |/
|/| |
|
* | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-10-28 | 10 | -16/+94 |
|\ \ |
|
| * | | dm9601: runtime mac address change support | Peter Korsgaard | 2008-10-27 | 1 | -0/+15 |
| * | | via-velocity: use driver string instead of dev->name before register_netdev() | Sven Hartge | 2008-10-27 | 1 | -4/+7 |
| * | | drivers/net/wan/syncppp: Fix unused-var warnings | Jeff Garzik | 2008-10-27 | 1 | -2/+3 |
| * | | mlx4: Setting the correct offset for default mac address | Yevgeny Petrilin | 2008-10-27 | 1 | -1/+1 |
| * | | mlx4_en: remove duplicated #include | Huang Weiyi | 2008-10-27 | 1 | -1/+0 |
| * | | ibm_newemac: Fix typo in flow control config option | Josh Boyer | 2008-10-27 | 1 | -1/+1 |