aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09r8169: fix early spinlock useFrancois Romieu1-3/+2
2008-10-09smsc95xx: fix usb usage on big endian platformsSteve Glendinning1-5/+5
2008-10-09sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich1-0/+3
2008-10-09sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich1-6/+3
2008-10-09sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun1-1/+1
2008-10-09myri10ge: remove over-paranoid queue number modulusBrice Goglin1-2/+0
2008-10-09e1000: don't generate bad checksums for tcp packets with 0 csumDave Graham1-19/+36
2008-10-09e1000e: don't generate bad checksums for tcp packets with 0 csumDave Graham1-23/+39
2008-10-09bnx2: Update version to 1.8.1.Michael Chan1-2/+2
2008-10-09bnx2: Handle DMA mapping errors.Benjamin Li2-55/+67
2008-10-09bnx2: Eliminate TSO header modifications.Michael Chan1-15/+1
2008-10-09bnx2: Update 5706/5708 firmware.Michael Chan1-4350/+4304
2008-10-09bnx2: Check netif_running() in all ethtool operations.Michael Chan1-8/+32
2008-10-09bnx2: Add bnx2_shutdown_chip().Michael Chan1-16/+17
2008-10-09inet: Make tunnel RX/TX byte counters more consistentHerbert Xu2-3/+6
2008-10-09gre: Add Transparent Ethernet BridgingHerbert Xu2-32/+175
2008-10-09gre: Add netlink interfaceHerbert Xu2-4/+262
2008-10-09gre: Move MTU setting out of ipgre_tunnel_bind_devHerbert Xu1-5/+11
2008-10-09gre: Use needed_headroomHerbert Xu1-7/+8
2008-10-09phylib: two dynamic mii_bus allocation fallout fixesLennert Buytenhek2-4/+4
2008-10-08jme: Fix warnings with CONFIG_PM disabled.David S. Miller1-0/+4
2008-10-08jme: Advances version numberGuo-Fu Tseng1-1/+1
2008-10-08jme: Faulty IRQ handle bug fixakeemting1-1/+1
2008-10-08jme: Added half-duplex mode and IPv6 RSS fixGuo-Fu Tseng2-18/+63
2008-10-08cxgb3: Add 1G fiber supportDivy Le Ray3-12/+208
2008-10-08cxgb3: Support for Aeluros 2005 PHYDivy Le Ray4-19/+1040
2008-10-08cxgb3: commnonize LASI phy codeDivy Le Ray4-48/+77
2008-10-08cxgb3: More flexible support for PHY interrupts.Divy Le Ray3-18/+27
2008-10-08cxgb3: simplify port type struct and usageDivy Le Ray6-87/+94
2008-10-08cxgb3: allow for PHY reset statusDivy Le Ray4-27/+37
2008-10-08cxgb3: Allocate multiqueues at init timeDivy Le Ray3-37/+145
2008-10-08cxgb3: reset the adapter on fatal errorDivy Le Ray5-60/+119
2008-10-08dsa: Need to select PHYLIB.David S. Miller1-0/+1
2008-10-08dsa: add support for the Marvell 88E6060 switch chipLennert Buytenhek3-0/+295
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek10-0/+164
2008-10-08dsa: add support for the Marvell 88E6131 switch chipLennert Buytenhek5-0/+555
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek11-7/+258
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek14-0/+1931
2008-10-088139too: move wmb before TX DMA startAndreas Oberritter1-1/+6
2008-10-08netdev: uniquify the tx_timeout nameArjan van de Ven3-10/+10
2008-10-08drivers/net/usb/Makefile - shrink logspamDavid Brownell1-3/+0
2008-10-08r8169: WoL fixes, part 2.Bruno Prémont1-0/+2
2008-10-08r8169: WoL fixes, part 1.Bruno Prémont1-0/+4
2008-10-08gianfar: Create net device with carrier downTrent Piepho1-0/+3
2008-10-08mv643xx_eth: include linux/ip.h to fix buildLennert Buytenhek1-0/+1
2008-10-08lib8390: Fix locking in ei_poll (poll controller)Jarek Poplawski1-2/+2
2008-10-08ixgb: fix bug when freeing resourcesBrandeburg, Jesse1-3/+5
2008-10-08e1000e: release hw semaphore after successfully writing EEPROMArthur Jones1-0/+1
2008-10-08net: Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driverSteve Glendinning5-0/+1493
2008-10-08phylib: add mdiobus_{read,write}Lennert Buytenhek3-57/+87