summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix multicast address updateJesse Brandeburg2008-09-251-2/+3
* ixgbe: fix dca defines to not have spacesJesse Brandeburg2008-09-251-12/+12
* ixgbe: fix bug where using wake queue instead of startJesse Brandeburg2008-09-251-1/+1
* netxen: add pci idsDhananjay Phadke2008-09-252-9/+19
* myri10ge: Rename DCA-related firmware countersBrice Goglin2008-09-251-1/+1
* myri10ge: Stop scaring people when DCA is built but absentBrice Goglin2008-09-251-2/+3
* smc911x: remove duplicate debug printoutMagnus Damm2008-09-251-2/+0
* r6040: fix bad usage of udelayFlorian Fainelli2008-09-251-2/+2
* sfc: Fix type of FALCON_SPI_MAX_LENBen Hutchings2008-09-251-1/+1
* sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriateBen Hutchings2008-09-252-2/+2
* sfc: Remove obsolete comment about PCI modesBen Hutchings2008-09-251-1/+0
* sfc: Disable interrupts after a fatal interrupt occurs until resetBen Hutchings2008-09-251-1/+2
* sfc: Insert read memory barrier after checking MAC statistics flagBen Hutchings2008-09-251-1/+3
* sfc: Stop generating bogus events in tenxpress_check_hw()Ben Hutchings2008-09-251-2/+1
* sfc: Don't include net_driver.h from falcon_io.hSteve Hodgson2008-09-251-1/+0
* sfc: Make queue flushes more reliableBen Hutchings2008-09-254-126/+141
* sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)Steve Hodgson2008-09-251-1/+1
* sfc: Serialise tenxpress_special_reset() with statistics fetchesBen Hutchings2008-09-251-5/+10
* sfc: Remove workaround for old firmware bugBen Hutchings2008-09-257-156/+1
* sfc: Fix memory BAR release call on error pathBen Hutchings2008-09-251-1/+1
* sfc: Add check for memory allocation failure in falcon_probe_nic()Ben Hutchings2008-09-251-0/+2
* 8139too: [cosmetic] fix incorrect register for flash-romMats Erik Andersson2008-09-251-1/+2
* s2io: Fix enabling VLAN tag stripping at driver initializationBreno Leitao2008-09-252-8/+11
* cs89x0: fix warning release_irq labelYoichi Yuasa2008-09-251-2/+0
* [netdrvr/usb] hso_create_bulk_serial_device(): fix a double freeAdrian Bunk2008-09-251-4/+5
* wan/hdlc_x25.c: fix a NULL dereferenceKrzysztof Halasa2008-09-251-3/+5
* bonding: Do not tx-balance some IPv6 packets on ALB/TLB bondsVlad Yasevich2008-09-251-0/+24
* [netdrvr] atl1e: Don't take the mdio_lock in atl1e_probeMatthew Wilcox2008-09-251-2/+0
* ehea: Fix DLPAR memory handlingHannes Hering2008-09-251-1/+2
* [netdrvr] ne: Fix suspend and resume for ISA PnP cards.David Fries2008-09-251-1/+8
* [netdrvr] au1000_eth: Spinlock initialisation fixMartin Gebert2008-09-251-1/+2
* MAINTAINERS: add Atheros maintainer for atlxChris Snook2008-09-251-1/+3
* drivers/net/mlx4/alloc.c needs mm.hAndrew Morton2008-09-251-0/+1
* drivers/net/skfp/pmf.c: Use offsetof() macroTakashi Iwai2008-09-251-18/+11
* smc91x: SMC_IO_SHIFT platform data support for default caseMagnus Damm2008-09-251-0/+2
* smc91x: fix nowait printoutMagnus Damm2008-09-251-1/+2
* r8169: fix RxMissed register accessFrancois Romieu2008-09-251-11/+14
* ehea: fix phyp debugging typoSebastien Dugue2008-09-251-1/+1
* tulip: Fix dead 21041 ethernet after ifconfig downThomas Bogendoerfer2008-09-251-1/+0
* aoe: Fix OOPS after SKB queue changes.David S. Miller2008-09-241-1/+3
* can: Add documentation for virtual CAN driver usageOliver Hartkopp2008-09-231-4/+40
* tcp: Fix queue traversal in tcp_use_frto().David S. Miller2008-09-231-0/+2
* tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller2008-09-231-1/+1
* ppp_generic: Use skb_peek() in ppp_receive_mp_frame().David S. Miller2008-09-231-3/+5
* neigh: Remove by-hand SKB queue handling.David S. Miller2008-09-231-13/+8
* pkt_sched: Remove the tx queue state check in qdisc_run()Jarek Poplawski2008-09-231-4/+1
* tcp: Use SKB queue handling interfaces instead of by-hand versions.David S. Miller2008-09-231-25/+15
* net: Add skb_queue_walk_from() and skb_queue_walk_from_safe().David S. Miller2008-09-231-0/+9
* net: Add skb_queue_next().David S. Miller2008-09-231-0/+18
* tcp: Use skb_queue_is_last() instead of by-hand version.David S. Miller2008-09-231-3/+3