| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Remove unnecessary check_region references in comments | Peter Osterlund | 2005-09-13 | 1 | -2/+2 |
* | [PATCH] pcmcia: add another orinoco_cs id | Komuro | 2005-09-13 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-09-12 | 10 | -60/+31 |
|\ |
|
| * | [BNX2]: Add support for ETHTOOL_GPERMADDR. | John W. Linville | 2005-09-12 | 1 | -0/+2 |
| * | [TG3]: Add support for ETHTOOL_GPERMADDR. | John W. Linville | 2005-09-12 | 1 | -0/+4 |
| * | [TG3]: Do not count non-error frames dropped by the hardware as rx_errors. | John W. Linville | 2005-09-12 | 1 | -2/+4 |
| * | [AX.25]: Rename ax25_encapsulate to ax25_hard_header | Ralf Baechle | 2005-09-12 | 8 | -8/+8 |
| * | [HAMRADIO]: driver cleanups | Ralf Baechle | 2005-09-12 | 4 | -50/+13 |
* | | [PATCH] m68knommu: FEC eth definitions support for the 523x Coldfire processo... | Greg Ungerer | 2005-09-11 | 1 | -3/+4 |
* | | [PATCH] m68knommu: ColdFire FEC eth driver improvements | Greg Ungerer | 2005-09-11 | 1 | -230/+248 |
* | | [PATCH] m68knommu: config support for FEC eth of 523x Coldfire processor family | Greg Ungerer | 2005-09-11 | 1 | -3/+10 |
|/ |
|
* | [PATCH] Sun HME: enable and map PCI ROM properly | Willy Tarreau | 2005-09-11 | 1 | -26/+17 |
* | Sun GEM ethernet: enable and map PCI ROM properly | Linus Torvalds | 2005-09-11 | 1 | -22/+14 |
* | [PATCH] janitor: tulip/de4x5: list_for_each | Domen Puncer | 2005-09-10 | 1 | -2/+2 |
* | [PATCH] janitor: net/ppp-generic: list_for_each_entry | Domen Puncer | 2005-09-10 | 1 | -16/+7 |
* | [PATCH] vfree and kfree cleanup in drivers/ | Jesper Juhl | 2005-09-10 | 1 | -17/+11 |
* | [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions | Ingo Molnar | 2005-09-09 | 1 | -1/+1 |
* | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 2005-09-09 | 4 | -6/+6 |
* | [PATCH] cs89x0: add netpoll support | Deepak Saxena | 2005-09-09 | 1 | -0/+19 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2005-09-08 | 1 | -11/+2 |
|\ |
|
| * | [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel | Alan Stern | 2005-09-08 | 1 | -11/+2 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2005-09-08 | 1 | -6/+0 |
|\ \ |
|
| * | | [PATCH] PCI: remove CONFIG_PCI_NAMES | Adrian Bunk | 2005-09-08 | 1 | -6/+0 |
| |/ |
|
* | | [BNX2]: Fix bug in irq handler and add prefetch | Michael Chan | 2005-09-08 | 2 | -3/+5 |
|/ |
|
* | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi... | Linus Torvalds | 2005-09-07 | 1 | -0/+1 |
|\ |
|
| * | [kernel-doc] fix various DocBook build problems/warnings | Jeff Garzik | 2005-09-07 | 1 | -0/+1 |
* | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi... | Linus Torvalds | 2005-09-07 | 25 | -1850/+4847 |
|\ \ |
|
| * | | [wireless ieee80211,ipw2200] Lindent source code | Jeff Garzik | 2005-09-07 | 2 | -1355/+1321 |
| * | | [wireless] build fixes after merging WE-19 | Jeff Garzik | 2005-09-07 | 2 | -1/+2 |
| * | | [PATCH] lvalues abuse in lance | Al Viro | 2005-09-06 | 2 | -2/+2 |
| * | | [PATCH] airo : WE-19 support | Jean Tourrilhes | 2005-09-06 | 1 | -20/+21 |
| * | | [PATCH] prism54 : WE-17 support | Jean Tourrilhes | 2005-09-06 | 2 | -1/+5 |
| * | | [PATCH] wl3501_cs : WE-17 support | Jean Tourrilhes | 2005-09-06 | 2 | -2/+6 |
| * | | [PATCH] atmel_cs : WE-17 support | Jean Tourrilhes | 2005-09-06 | 1 | -15/+2 |
| * | | [PATCH] iw263_netwave_we17.diff | Jean Tourrilhes | 2005-09-06 | 1 | -2/+5 |
| * | | [PATCH] ray_cs : WE-17 support | Jean Tourrilhes | 2005-09-06 | 2 | -420/+452 |
| * | | [PATCH] net: fix bonding with spider_net | Jens Osterkamp | 2005-09-06 | 2 | -6/+31 |
| * | | [PATCH] net: update the spider_net driver | Jens Osterkamp | 2005-09-06 | 1 | -10/+40 |
| * | | [PATCH] net: add driver for the NIC on Cell Blades | Jens Osterkamp | 2005-09-06 | 5 | -0/+2883 |
| * | | [PATCH] __user annotations (forcedeth.c) | viro@ftp.linux.org.uk | 2005-09-06 | 1 | -2/+2 |
| * | | [PATCH] iseries_veth: Update copyright notice | Michael Ellerman | 2005-09-06 | 1 | -0/+1 |
| * | | [PATCH] missed s/u32/pm_message_t/ (dm9000) | viro@ftp.linux.org.uk | 2005-09-06 | 1 | -1/+1 |
| * | | [PATCH] iomem annotations (ac3200.c) | viro@ftp.linux.org.uk | 2005-09-06 | 1 | -1/+1 |
| * | | [PATCH] S2io: Hardware and miscellaneous fixes | ravinandan.arakali@neterion.com | 2005-09-06 | 3 | -28/+88 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-09-07 | 1 | -8/+17 |
|\ \ |
|
| * | | [ARCNET]: Fix return value from arcnet_send_packet(). | Pieter Dejaeghere | 2005-09-06 | 1 | -8/+17 |
| |/ |
|
* | | [PATCH] bogus #if (smc91x.h) | viro@ZenIV.linux.org.uk | 2005-09-07 | 1 | -1/+1 |
* | | [PATCH] -Wundef fixes (hamachi) | viro@ZenIV.linux.org.uk | 2005-09-07 | 1 | -0/+4 |
* | | [PATCH] s2io u64 use for uintptr_t | viro@zenIV.linux.org.uk | 2005-09-07 | 1 | -5/+5 |
* | | [PATCH] Fix smsc_ircc_init return value | Brice Goglin | 2005-09-07 | 1 | -0/+1 |