aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-19
|\
| * drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-17
| * drivers/net/eql.c: prevent reading uninitialized stack memoryDan Rosenberg2010-09-17
| * drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg2010-09-17
| * r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett2010-09-15
| * 3c59x: Remove atomic context inside vortex_{set|get}_wolDenis Kirjanov2010-09-15
| * phylib: fix PAL state machine restart on resumeSimon Guinot2010-09-14
| * bonding: correctly process non-linear skbsAndy Gospodarek2010-09-14
| * ppp: potential NULL dereference in ppp_mp_explode()Dan Carpenter2010-09-13
* | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-09-16
|\ \
| * | pcmcia pcnet_cs: try setting io_lines to 16 if card setup failsDominik Brodowski2010-09-15
| |/
* | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-09-13
|\ \ | |/ |/|
| * of: Fix missing includes - ll_temacMichal Simek2010-09-01
* | ipheth: remove incorrect devtype to WWANDan Williams2010-09-10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-09
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-07
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-28
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-28
| |\ \ \
| | * | | Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-20
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-23
| |\ \ \ \
| * | | | | ipheth: add support for iPhone 4Jens Axboe2010-08-23
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-17
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | pcmcia: xirc2ps_cs bugfixDominik Brodowski2010-08-13
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-13
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-12
| |\ \ \ \ \ \
| | * | | | | | param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes.Rusty Russell2010-08-11
| | * | | | | | param: lock myri10ge_fw_name against sysfs changes.Rusty Russell2010-08-11
| | * | | | | | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-11
| * | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-12
| |\ \ \ \ \ \ \
| | * | | | | | | of/sparc: fix build regression from of_device changesGrant Likely2010-08-08
| | * | | | | | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-06
| * | | | | | | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2010-08-11
| |\ \ \ \ \ \ \ \
| | * | | | | | | | IXP4xx: Make mdio_bus struct static in the Ethernet driver.Krzysztof Hałasa2010-05-27
| | * | | | | | | | IXP4xx: Prevent HSS transmitter lockup by disabling FRaMe signals.Krzysztof Hałasa2010-05-27
| * | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-11
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branches 'master' and 'devel' into for-linusRussell King2010-08-10
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into dev...Russell King2010-08-06
| | | |\ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | | | * | | | | | | net/irda/sh_irda: Modify clk_get lookupsKuninori Morimoto2010-08-04
| * | | | | | | | | | drivers/net/wireless/libertas/cfg.c: needs sched.hAndrew Morton2010-08-11
| |/ / / / / / / / /
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-10
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-06
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | pcmcia: do not request windows if you don't need toDominik Brodowski2010-08-03
| | * | | | | | | | | | pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-03
| | * | | | | | | | | | pcmcia: remove memreq_tDominik Brodowski2010-08-03
| | * | | | | | | | | | pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-03
| | * | | | | | | | | | pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-03
| | * | | | | | | | | | pcmcia: use pcmica_{read,write}_config_byteDominik Brodowski2010-08-03
| | * | | | | | | | | | pcmcia: remove cs_types.hDominik Brodowski2010-07-30
| * | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-06
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | PCI: change device runtime PM settings for probe and removeAlan Stern2010-07-30