summaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-23WAN: Port LMC driver to generic HDLCKrzysztof Hałasa8-653/+365
2008-07-23WAN: Convert Zilog-based drivers to generic HDLCKrzysztof Hałasa6-574/+382
2008-07-23WAN: Port COSA driver to generic HDLC.Krzysztof Hałasa3-167/+130
2008-07-23WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa3-11/+2
2008-07-23WAN: Convert PC300 driver to use normal u8/u16/u32 typesKrzysztof Hałasa2-154/+150
2008-07-23WAN: Remove dead code from PC300 driver, part #2Krzysztof Hałasa2-13/+1
2008-07-23WAN: Remove dead code from PC300 driver, part #1Krzysztof Hałasa2-50/+4
2008-07-23WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa3-5/+0
2008-07-23wanmain.c doesn't need syncppp.hKrzysztof Hałasa1-1/+0
2008-07-23Remove dead code from wanmain.c, CONFIG_WANPIPE_MULTPPP doesn't existKrzysztof Hałasa1-26/+0
2008-07-23Remove bogus variables from syncppp.[ch]Krzysztof Hałasa2-11/+0
2008-07-23Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa4-17/+0
2008-07-23WAN: cosmetic changes to generic HDLCKrzysztof Hałasa7-72/+65
2008-07-23[netdrvr] atl1d: fix !CONFIG_PM buildJeff Garzik1-1/+1
2008-07-23r6040: rework init_one error handlingFlorian Fainelli1-19/+25
2008-07-23r6040: bump release number to 0.18Florian Fainelli1-2/+2
2008-07-23r6040: handle RX fifo full and no descriptor interruptsFlorian Fainelli1-7/+15
2008-07-23r6040: change the default waiting timeFlorian Fainelli1-2/+2
2008-07-23r6040: use definitions for magic values in descriptor statusFlorian Fainelli1-11/+26
2008-07-23r6040: completely rework the RX pathFlorian Fainelli1-82/+62
2008-07-23r6040: call napi_disable when puting down the interface and set lp->dev accor...Florian Fainelli1-2/+2
2008-07-23mv643xx_eth: fix NETPOLL buildLennert Buytenhek1-1/+1
2008-07-23r6040: rework the RX buffers allocation routineFlorian Fainelli1-9/+44
2008-07-23r6040: fix scheduling while atomic in r6040_tx_timeoutFlorian Fainelli1-41/+58
2008-07-23r6040: fix null pointer access and tx timeoutsFlorian Fainelli1-8/+20
2008-07-23r6040: prefix all functions with r6040Florian Fainelli1-30/+30
2008-07-23rndis_host: support WM6 devices as modemsThomas Backlund2-1/+14
2008-07-23at91_ether: use netstats in net_device structurePaulius Zaleckas2-21/+19
2008-07-23sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings1-1/+18
2008-07-23sfc: Use a separate workqueue for resetsBen Hutchings2-4/+21
2008-07-23sfc: I2C adapter initialisation fixesBen Hutchings1-9/+3
2008-07-23e1000: make ioport freeTaku Izumi2-13/+74
2008-07-23e1000: delete non NAPI code from the driverFrancois Romieu4-173/+16
2008-07-23e1000: remove email referenceJeff Kirsher1-1/+1
2008-07-23e1000: Move assignments in tests before testJoe Perches2-34/+56
2008-07-23e1000: checkpatch cleanJoe Perches1-14/+20
2008-07-23e1000: Remove spaces after casts and function namesJoe Perches5-51/+50
2008-07-23e1000: Move extern function definitions to e1000.hJoe Perches2-14/+10
2008-07-23e1000: Use hw, er32, and ew32Joe Perches4-970/+1029
2008-07-23e1000: neaten function declarationsJoe Perches4-671/+385
2008-07-23Fix typo in meth driverChristoph Lameter1-1/+1
2008-07-23atl1e: Atheros L1E Gigabit Ethernet driverJie Yang9-0/+5241
2008-07-23ixgbe: remove device ID for unsupported deviceJesse Brandeburg1-2/+0
2008-07-228139too: Fall back to PIO when MMIO fails.Dave Jones1-3/+5
2008-07-228139too: Force usage of PIO on OQO2Dave Jones1-0/+8
2008-07-228139too: Make PIO/MMIO a runtime decision through a module parameter.Dave Jones1-64/+64
2008-07-22net/phy: Fix 88e1111 copper/fiber selection in RGMII modeWang Jian1-4/+1
2008-07-22net/phy: Fix copper/fiber auto-selection for 88e1111Wang Jian1-1/+1
2008-07-22net: tun.c fix castHarvey Harrison1-1/+1
2008-07-22net: igb_main.c fix sparse integer as NULL pointer warningHarvey Harrison1-1/+1