aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-0736-1918/+1245
|\
| * WAN: Use u32 type instead of u_int32_t in LMC driver.Krzysztof Hałasa2008-07-236-143/+139
| * WAN: don't mention syncppp in z8530 DocBook.Krzysztof Hałasa2008-07-231-26/+12
| * WAN: Port LMC driver to generic HDLCKrzysztof Hałasa2008-07-238-653/+365
| * WAN: Convert Zilog-based drivers to generic HDLCKrzysztof Hałasa2008-07-236-574/+382
| * WAN: Port COSA driver to generic HDLC.Krzysztof Hałasa2008-07-233-167/+130
| * WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa2008-07-233-11/+2
| * WAN: Convert PC300 driver to use normal u8/u16/u32 typesKrzysztof Hałasa2008-07-232-154/+150
| * WAN: Remove dead code from PC300 driver, part #2Krzysztof Hałasa2008-07-232-13/+1
| * WAN: Remove dead code from PC300 driver, part #1Krzysztof Hałasa2008-07-232-50/+4
| * WAN: Remove unneeded "#include <net/syncppp.h>"Krzysztof Hałasa2008-07-233-5/+0
| * wanmain.c doesn't need syncppp.hKrzysztof Hałasa2008-07-231-1/+0
| * Remove dead code from wanmain.c, CONFIG_WANPIPE_MULTPPP doesn't existKrzysztof Hałasa2008-07-231-26/+0
| * Remove bogus variables from syncppp.[ch]Krzysztof Hałasa2008-07-232-11/+0
| * Remove bogus dosyncppp variable from synclink drivers.Krzysztof Hałasa2008-07-234-17/+0
| * WAN: cosmetic changes to generic HDLCKrzysztof Hałasa2008-07-237-72/+65
* | WAN: remove extra help text from HDLC_PPP config optionKrzysztof Halasa2008-08-071-2/+0
* | net/core: Allow receive on active slaves.Joe Eykholt2008-08-071-2/+4
* | net/core: Allow certain receives on inactive slave.Joe Eykholt2008-08-071-7/+8
* | net/core: Uninline skb_bond().Joe Eykholt2008-08-071-20/+8
* | bonding: Don't destroy bonding master when removing slave via sysfsMoni Shoua2008-08-071-3/+0
* | bonding: refactor mii monitorJay Vosburgh2008-08-072-222/+173
* | [netdrvr] Drivers should not set IFF_* flag themselvesWang Chen2008-08-0713-57/+9
* | dm9000: Support MAC address setting through platform data.Laurent Pinchart2008-08-072-0/+6
* | 3c59x: use netdev_alloc_skbStephen Hemminger2008-08-071-6/+8
* | ethtool: Expand ethtool_cmd.speed to 32 bitsBrandon Philips2008-08-071-1/+16
* | pegasus: add blacklist support to fix Belkin bluetooth dongle.Ben Collins2008-08-071-0/+21
* | drivers/net/netxen/netxen_nic_hw.c: fix printk warningsAndrew Morton2008-08-071-2/+4
* | hamradio: add missing sanity check to tty operationEugene Teo2008-08-071-1/+1
* | drivers/net: coding styles fixes to drivers/net/8390.cGustavo F. Padovan2008-08-071-8/+5
* | drivers/net: coding styles fixes to drivers/net/8390p.cGustavo F. Padovan2008-08-071-10/+7
* | drivers/net: Remove 'return' of void function NS8390p_init()Gustavo F. Padovan2008-08-071-1/+1
* | [netdrvr] sh_eth: Add SH7619 supportYoshinori Sato2008-08-074-25/+82
* | METH: fix MAC address setupThomas Bogendoerfer2008-08-071-1/+1
* | xen-netfront: use netif_start_queue() on xennet_open()Eduardo Habkost2008-08-071-1/+1
* | qla3xxx: driver version change.root2008-08-071-1/+1
* | qla3xxx: cleanup: Remove some unused structure definitions and structure elem...Ron Mercer2008-08-072-101/+0
* | qla3xxx: cleanup: Remove some unused defined constants in the header file.Ron Mercer2008-08-071-8/+0
* | qla3xxx: fix: Fix IFF_MULTICAST setting.Ron Mercer2008-08-071-3/+0
* | qla3xxx: fix: Remove unused set_multicast function.Ron Mercer2008-08-071-9/+5
* | netxen: fix promisc mode, mtu settingDhananjay Phadke2008-08-077-53/+94
* | netxen: fix cmd ring initDhananjay Phadke2008-08-071-12/+10
* | netxen: fix legacy interruptsDhananjay Phadke2008-08-072-17/+34
* | netxen: add new board typesDhananjay Phadke2008-08-074-1/+16
* | netxen: fix link status, link speedDhananjay Phadke2008-08-076-26/+66
* | remove bogus CONFIG_GFAR_NAPI'sAdrian Bunk2008-08-071-4/+0
* | net/fs_enet: remove redundant messages for performanceLi Yang2008-08-071-1/+1
* | forcedeth: add tx pause limitAyaz Abdulla2008-08-071-1/+6
* | forcedeth: add jumbo frame support for mcp79Ayaz Abdulla2008-08-071-4/+4
* | forcedeth: add new tx stat countersAyaz Abdulla2008-08-071-33/+56