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