| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-05-26 | 58 | -607/+904 |
|\ |
|
| * | fmvj18x_cs: add NextCom NC5310 rev B support | Komuro | 2008-05-22 | 1 | -1/+3 |
| * | xirc2ps_cs: re-initialize the multicast address in do_reset | Komuro | 2008-05-22 | 1 | -4/+8 |
| * | 3C509: rx_bytes should not be increased when alloc_skb failed | Wang Chen | 2008-05-22 | 1 | -1/+1 |
| * | NETFRONT: Use __skb_queue_purge() | Wang Chen | 2008-05-22 | 1 | -4/+2 |
| * | VIRTIO: Use __skb_queue_purge() | Wang Chen | 2008-05-22 | 1 | -2/+1 |
| * | phylib: do EXPORT_SYMBOL on get_phy_id | Paul Gortmaker | 2008-05-22 | 1 | -0/+1 |
| * | WAN: protect HDLC proto list while insmod/rmmod | Krzysztof Halasa | 2008-05-22 | 1 | -8/+11 |
| * | drivers/net/fs_enet: remove null pointer dereference | Julia Lawall | 2008-05-22 | 1 | -1/+1 |
| * | S2io: Version update for napi and MSI-X patches | Sreenivasa Honnur | 2008-05-22 | 1 | -1/+1 |
| * | S2io: Added napi support when MSIX is enabled. | Sreenivasa Honnur | 2008-05-22 | 3 | -141/+205 |
| * | S2io: Move all the transmit completions to a single msi-x (alarm) vector | Sreenivasa Honnur | 2008-05-22 | 2 | -70/+105 |
| * | drivers/net/ehea - remove unnecessary memset after kzalloc | Joe Perches | 2008-05-22 | 1 | -2/+0 |
| * | au1000_eth: remove useless check | Francois Romieu | 2008-05-22 | 1 | -6/+1 |
| * | Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h> | Huang Weiyi | 2008-05-22 | 1 | -1/+0 |
| * | cpmac bugfixes and enhancements | Matteo Croce | 2008-05-22 | 1 | -55/+179 |
| * | e1000e: use resource_size_t, not unsigned long, for phys addrs | Becky Bruce | 2008-05-22 | 1 | -2/+2 |
| * | net/usb: add support for Apple USB Ethernet Adapter | Aurelien Nephtali | 2008-05-22 | 1 | -0/+4 |
| * | uli526x: add support for netpoll | Anton Vorontsov | 2008-05-22 | 1 | -1/+15 |
| * | ucc_geth: Fix arguments to dma map/unmap functions | Andy Fleming | 2008-05-22 | 1 | -4/+5 |
| * | PHYLIB: Kconfig: Fix the dependency on S390 | Maciej W. Rozycki | 2008-05-22 | 1 | -1/+1 |
| * | [SC92031] Using padto turned driver into an IPv6-only interface | Gerrit Renker | 2008-05-22 | 1 | -3/+5 |
| * | sb1250: use netdev_alloc_skb | Stephen Hemminger | 2008-05-22 | 1 | -36/+31 |
| * | [netdrvr] forcedeth: Restore multicast settings on resume | Tobias Diedrich | 2008-05-22 | 1 | -0/+1 |
| * | WAN: protect Cisco HDLC state changes with a spinlock. | Krzysztof Halasa | 2008-05-22 | 1 | -33/+49 |
| * | make myri10ge_get_firmware_capabilities() static | Adrian Bunk | 2008-05-22 | 1 | -1/+1 |
| * | s2io: add missing block braces to multistatement if statement | Ilpo Järvinen | 2008-05-22 | 1 | -1/+2 |
| * | hamradio/scc: add missing block braces to multi-statement if | Ilpo Järvinen | 2008-05-22 | 1 | -1/+2 |
| * | ehea: Fix use after free on reboot | Brian King | 2008-05-22 | 1 | -1/+2 |
| * | rndis_host: increase delay in command response loop | Pierre Ynard | 2008-05-22 | 1 | -1/+1 |
| * | drivers/net/tokenring/olympic.c: fix warning | Andrew Morton | 2008-05-22 | 1 | -1/+1 |
| * | drivers/net/tokenring/3c359.c: squish a warning | Andrew Morton | 2008-05-22 | 1 | -1/+1 |
| * | pcnet32: fix warning | Andrew Morton | 2008-05-22 | 1 | -2/+2 |
| * | [netdrvr] dm9000: use delayed work to update mii phy state fix | Andrew Morton | 2008-05-22 | 1 | -1/+1 |
| * | sky2: restore vlan acceleration on reset | Stephen Hemminger | 2008-05-22 | 1 | -10/+19 |
| * | sfc: Remove sub-minor component from driver version | Ben Hutchings | 2008-05-22 | 1 | -1/+1 |
| * | sfc: Added checks for heap allocation failure | Ben Hutchings | 2008-05-22 | 3 | -0/+6 |
| * | sfc: Remove redundant casts to and from void * | Ben Hutchings | 2008-05-22 | 5 | -17/+17 |
| * | sfc: Change type of efx_nic::nic_data to struct falcon_nic_data * | Ben Hutchings | 2008-05-22 | 2 | -5/+2 |
| * | sfc: Use __packed macro | Ben Hutchings | 2008-05-22 | 1 | -2/+2 |
| * | sfc: Do not define inline macro | Ben Hutchings | 2008-05-22 | 1 | -5/+0 |
| * | sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros | Ben Hutchings | 2008-05-22 | 3 | -15/+3 |
| * | sfc: Correct and expand some comments | Ben Hutchings | 2008-05-22 | 1 | -6/+14 |
| * | sfc: Use resource_size_t for PCI bus address | Ben Hutchings | 2008-05-22 | 2 | -6/+7 |
| * | sfc: Merged efx_page_offset() into efx_rx_buf_offset() | Ben Hutchings | 2008-05-22 | 1 | -7/+3 |
| * | sfc: Replaced various macros with inline functions | Ben Hutchings | 2008-05-22 | 11 | -75/+105 |
| * | sfc: Added and removed braces to comply with kernel style | Ben Hutchings | 2008-05-22 | 4 | -8/+13 |
| * | sfc: Removed unncesssary UL suffixes on 0 literals | Ben Hutchings | 2008-05-22 | 1 | -2/+2 |
| * | sfc: Simplified efx_rx_calc_buffer_size() using get_order() | Ben Hutchings | 2008-05-22 | 1 | -21/+8 |
| * | sfc: Removed casts to void | Ben Hutchings | 2008-05-22 | 5 | -13/+13 |