Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-09 | 6 | -7/+5 |
|\ | |||||
| * | netdev: make net_device_ops const | stephen hemminger | 2012-01-09 | 2 | -3/+2 |
| * | bcm63xx: make ethtool_ops const | stephen hemminger | 2012-01-09 | 1 | -1/+1 |
| * | 8139cp: fix missing napi_gro_flush. | françois romieu | 2012-01-08 | 1 | -0/+1 |
| * | smsc911x: Unconditionally include linux/smscphy.h in smsc911x.h | David S. Miller | 2012-01-07 | 1 | -2/+0 |
| * | r6040: fix typo in use of MCR0 register bits | Cesar Eduardo Barros | 2012-01-07 | 1 | -1/+1 |
* | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -5/+5 |
|\ \ | |||||
| * \ | Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-... | Arnd Bergmann | 2012-01-03 | 1 | -5/+5 |
| |\ \ | |||||
| | * | | net: fec: add clk_prepare/clk_unprepare | Richard Zhao | 2011-12-28 | 1 | -5/+5 |
* | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 5 | -60/+402 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'samsung/driver' into next/drivers | Arnd Bergmann | 2012-01-09 | 4 | -6/+14 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'next/cleanup' into samsung/dt | Arnd Bergmann | 2012-01-07 | 3 | -93/+67 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | Merge branch 'v3.2-rc6' into next/drivers | Arnd Bergmann | 2011-12-27 | 2 | -49/+15 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| * | | | | | | Merge branch 'omap/hwmod' into next/drivers | Arnd Bergmann | 2011-12-27 | 15 | -59/+216 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | net: macb: fix build break with !CONFIG_OF | Olof Johansson | 2011-12-21 | 1 | -0/+1 |
| * | | | | | | | Merge branch 'at91/macb' into next/drivers | Arnd Bergmann | 2011-12-16 | 3 | -18/+80 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | net/at91_ether: use gpio_is_valid for phy IRQ line | Nicolas Ferre | 2011-12-16 | 1 | -10/+13 |
| | * | | | | | | | net/macb: add DT support for Cadence macb/gem driver | Jean-Christophe PLAGNIOL-VILLARD | 2011-12-16 | 2 | -8/+67 |
| * | | | | | | | | Merge branch 'mxs/saif' into next/drivers | Arnd Bergmann | 2011-12-06 | 20 | -127/+249 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | macb: allow GEM to have configurable receive buffer size | Jamie Iles | 2011-11-22 | 2 | -0/+22 |
| * | | | | | | | | macb: support DMA bus widths > 32 bits | Jamie Iles | 2011-11-22 | 2 | -0/+42 |
| * | | | | | | | | macb: support statistics for GEM devices | Jamie Iles | 2011-11-22 | 2 | -4/+107 |
| * | | | | | | | | macb: support higher rate GEM MDIO clock divisors | Jamie Iles | 2011-11-22 | 2 | -11/+55 |
| * | | | | | | | | macb: initial support for Cadence GEM | Jamie Iles | 2011-11-22 | 4 | -27/+95 |
* | | | | | | | | | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 1 | -4/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | ARM: Orion: Get address map from plat-orion instead of via platform_data | Andrew Lunn | 2011-12-13 | 1 | -4/+6 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 3 | -93/+67 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'depends/rmk/restart' into next/cleanup | Arnd Bergmann | 2012-01-07 | 4 | -55/+25 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | | | |||||
| * | | | | | | | | Merge branch 'at91/defconfig' into next/cleanup | Olof Johansson | 2011-12-15 | 15 | -59/+216 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| * | | | | | | | | Merge branch 'drivers/macb-gem-cleanup' into at91/gpio | Arnd Bergmann | 2011-11-29 | 3 | -93/+67 |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | / / / / | | |_|_|/ / / / | |/| | | | | | | |||||
| | * | | | | | | macb: convert printk to netdev_ and friends | Jamie Iles | 2011-11-22 | 1 | -64/+56 |
| | * | | | | | | macb: unify at91 and avr32 platform data | Jamie Iles | 2011-11-22 | 3 | -8/+9 |
| | * | | | | | | macb: remove conditional clk handling | Jamie Iles | 2011-11-22 | 1 | -21/+2 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sis900: Fix enum typo 'sis900_rx_bufer_status' | Paul Bolle | 2011-12-06 | 1 | -1/+1 |
| * | | | | | | | | treewide: Fix comment and string typo 'bufer' | Paul Bolle | 2011-12-06 | 1 | -1/+1 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | switch debugfs to umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2012-01-06 | 1 | -4/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | m68k/net: Remove obsolete IRQ_FLG_* users | Geert Uytterhoeven | 2011-12-13 | 1 | -4/+3 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-01-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | powerpc/ps3: Fix hcall lv1_net_stop_rx_dma | Geoff Levand | 2011-12-08 | 1 | -2/+2 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | cnic: Improve error recovery on bnx2x devices | Michael Chan | 2012-01-05 | 3 | -8/+74 |
* | | | | | | | cnic: Re-init dev->stats_addr after chip reset | Michael Chan | 2012-01-05 | 1 | -0/+1 |
* | | | | | | | bna: fix sparse warnings/errors | stephen hemminger | 2012-01-05 | 4 | -7/+8 |
* | | | | | | | bna: make ethtool_ops and strings const | stephen hemminger | 2012-01-05 | 1 | -2/+2 |
* | | | | | | | xgmac: cleanups | stephen hemminger | 2012-01-05 | 1 | -2/+2 |
* | | | | | | | net: make ethtool_ops const | stephen hemminger | 2012-01-05 | 6 | -8/+8 |
* | | | | | | | ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call | Neerav Parikh | 2012-01-05 | 3 | -1/+90 |
* | | | | | | | igb: reset PHY after recovering from PHY power down | Koki Sanagi | 2012-01-05 | 1 | -0/+1 |