| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-06-11 | 6 | -9/+63 |
|\ |
|
| * | Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2010-06-11 | 1 | -1/+1 |
| |\ |
|
| | * | wimax/i2400m: fix missing endian correction read in fw loader | Inaky Perez-Gonzalez | 2010-06-11 | 1 | -1/+1 |
| * | | net8139: fix a race at the end of NAPI | Figo.zhang | 2010-06-10 | 2 | -2/+2 |
| * | | r8169: fix mdio_read and update mdio_write according to hw specs | Timo Teräs | 2010-06-09 | 1 | -3/+9 |
| * | | gianfar: Revive the driver for eTSEC devices (disable timestamping) | Anton Vorontsov | 2010-06-09 | 1 | -2/+1 |
| * | | phylib: Add support for the LXT973 phy. | Richard Cochran | 2010-06-09 | 1 | -1/+50 |
* | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2010-06-11 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | pcmcia: dev_node removal bugfix | Dominik Brodowski | 2010-06-07 | 1 | -0/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-06-09 | 15 | -205/+281 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-09 | 12 | -204/+274 |
| |\ \ |
|
| | * | | iwlwifi: add missing rcu_read_lock | Johannes Berg | 2010-06-08 | 1 | -0/+2 |
| | * | | ath5k: fix NULL pointer in antenna configuration | Bruno Randolf | 2010-06-07 | 1 | -0/+7 |
| | * | | p54usb: Add device ID for Dell WLA3310 USB | Jason Dravet | 2010-06-07 | 1 | -0/+1 |
| | * | | wl1251: fix a memory leak in probe | Grazvydas Ignotas | 2010-06-07 | 1 | -0/+1 |
| | * | | iwlwifi: move sysfs_create_group to post request firmware | Emmanuel Grumbach | 2010-06-05 | 1 | -159/+159 |
| | * | | iwl3945: fix internal scan | Abhijeet Kolekar | 2010-06-05 | 4 | -31/+96 |
| | * | | iwl3945: enable stuck queue detection on 3945 | Reinette Chatre | 2010-06-05 | 1 | -0/+1 |
| | * | | ath5k: retain promiscuous setting | Bob Copeland | 2010-06-04 | 1 | -1/+3 |
| | * | | ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functions | Tobias Doerffel | 2010-06-04 | 1 | -4/+4 |
| | * | | Revert "wireless: hostap, fix oops due to early probing interrupt" | John W. Linville | 2010-06-04 | 1 | -9/+0 |
| * | | | 8139too: fix buffer overrun in rtl8139_init_board | Denis Kirjanov | 2010-06-07 | 1 | -0/+1 |
| * | | | asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LEN | Jussi Kivilinna | 2010-06-07 | 1 | -1/+1 |
| * | | | r8169: fix random mdio_write failures | Timo Teräs | 2010-06-06 | 1 | -0/+5 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-06-05 | 16 | -154/+160 |
|\ \ \ \
| |/ / / |
|
| * | | | X25: remove duplicated #include | Huang Weiyi | 2010-06-04 | 1 | -2/+0 |
| * | | | ppp_generic: fix multilink fragment sizes | Ben McKeegan | 2010-06-04 | 1 | -1/+1 |
| * | | | ixgbe: only check pfc bits in hang logic if pfc is enabled | John Fastabend | 2010-06-04 | 1 | -1/+1 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-03 | 1 | -14/+3 |
| |\ \ \
| | |/ / |
|
| | * | | ath5k: wake queues on reset | Bruno Randolf | 2010-06-01 | 1 | -14/+3 |
| * | | | ixgbe: return IXGBE_ERR_RAR_INDEX when out of range | Jeff Kirsher | 2010-06-03 | 2 | -0/+3 |
| * | | | sfc: Store port number in net_device::dev_id | Ben Hutchings | 2010-06-03 | 2 | -4/+2 |
| * | | | epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIAN | Roland Dreier | 2010-06-03 | 1 | -3/+4 |
| * | | | tehuti: return -EFAULT on copy_to_user errors | Dan Carpenter | 2010-06-03 | 1 | -2/+2 |
| * | | | e1000e: change logical negate to bitwise | Dan Carpenter | 2010-06-03 | 1 | -1/+1 |
| * | | | sfc: Get port number from CS_PORT_NUM, not PCI function number | Ben Hutchings | 2010-06-03 | 2 | -1/+7 |
| * | | | net/fec: fix pm to survive to suspend/resume | Eric Bénard | 2010-06-02 | 1 | -8/+8 |
| * | | | korina: count RX DMA OVR as rx_fifo_error | Phil Sutter | 2010-06-02 | 1 | -1/+1 |
| * | | | korina: use netdev_alloc_skb_ip_align() here, too | Phil Sutter | 2010-06-02 | 1 | -2/+1 |
| * | | | korina: fix deadlock on RX FIFO overrun | Phil Sutter | 2010-06-02 | 1 | -14/+13 |
| * | | | enic: bug fix: make the set/get netlink VF_PORT support symmetrical | Scott Feldman | 2010-06-02 | 2 | -103/+104 |
| * | | | bnx2: Fix hang during rmmod bnx2. | Michael Chan | 2010-06-02 | 1 | -1/+13 |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2010-06-03 | 3 | -6/+15 |
|\ \ \ \ |
|
| * | | | | powerpc/macio: Fix probing of macio devices by using the right of match table | Benjamin Herrenschmidt | 2010-06-02 | 3 | -6/+15 |
| |/ / / |
|
* | | | | of/net: fs_enet/mii-bitbang.c: fix build breakage | Anatolij Gustschin | 2010-06-02 | 1 | -2/+2 |
|/ / / |
|
* | | | ksz884x: Add missing validate_addr hook | Denis Kirjanov | 2010-06-01 | 1 | -0/+1 |
* | | | ksz884x: convert to netdev_tx_t | Denis Kirjanov | 2010-06-01 | 1 | -1/+1 |
* | | | virtio-net: pass gfp to add_buf | Michael S. Tsirkin | 2010-06-01 | 1 | -4/+4 |
* | | | be2net: convert hdr.timeout in be_cmd_loopback_test() to le32 | Sathya Perla | 2010-06-01 | 1 | -1/+1 |
* | | | can: mpc5xxx_can.c: Fix build failure | Anatolij Gustschin | 2010-06-01 | 1 | -5/+5 |