| Commit message (Expand) | Author | Age | Files | Lines |
* | fec_mpc52xx: fix timestamp filtering | Stephan Gatzka | 2012-06-02 | 1 | -1/+1 |
* | mcs7830: Implement link state detection | Ondrej Zary | 2012-06-02 | 1 | -2/+23 |
* | e1000e: fix Rapid Start Technology support for i217 | Bruce Allan | 2012-06-02 | 1 | -9/+9 |
* | e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats() | Sebastian Andrzej Siewior | 2012-06-02 | 1 | -1/+1 |
* | r8169: call netif_napi_del at errpaths and at driver unload | Devendra Naga | 2012-06-01 | 1 | -0/+3 |
* | 8139cp/8139too: terminate the eeprom access with the right opmode | Jason Wang | 2012-06-01 | 2 | -2/+2 |
* | 8139cp: set ring address before enabling receiver | Jason Wang | 2012-06-01 | 1 | -11/+11 |
* | net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAP | Jack Morgenstein | 2012-05-31 | 1 | -3/+2 |
* | net/mlx4_core: Check port out-of-range before using in mlx4_slave_cap | Jack Morgenstein | 2012-05-31 | 1 | -3/+3 |
* | net/mlx4_core: Fixes for VF / Guest startup flow | Jack Morgenstein | 2012-05-31 | 4 | -14/+63 |
* | net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_event | Jack Morgenstein | 2012-05-31 | 1 | -5/+7 |
* | net/mlx4_core: Fix number of EQs used in ICM initialisation | Marcel Apfelbaum | 2012-05-31 | 2 | -15/+11 |
* | net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_int | Jack Morgenstein | 2012-05-31 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-31 | 32 | -575/+199 |
|\ |
|
| * | net/smsc911x: Repair broken failure paths | Lee Jones | 2012-05-30 | 1 | -3/+4 |
| * | virtio-net: remove useless disable on freeze | Michael S. Tsirkin | 2012-05-30 | 1 | -5/+0 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-05-30 | 25 | -557/+174 |
| |\ |
|
| | * | wlcore: fix undefined symbols when CONFIG_PM is not defined | Eyal Shapira | 2012-05-29 | 3 | -1/+7 |
| | * | ath9k_hw: apply internal regulator settings on AR933x | Felix Fietkau | 2012-05-29 | 3 | -1/+7 |
| | * | ath9k_hw: update AR933x initvals to fix issues with high power devices | Felix Fietkau | 2012-05-29 | 1 | -88/+90 |
| | * | ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() fails | Felix Fietkau | 2012-05-29 | 1 | -6/+10 |
| | * | ath9k: stop rx dma before stopping tx | Felix Fietkau | 2012-05-29 | 1 | -3/+4 |
| | * | ath5k: add possible wiphy interface combinations | Felix Fietkau | 2012-05-29 | 1 | -0/+19 |
| | * | brcmfmac: use vmalloc to allocate mem for the firmware | Hauke Mehrtens | 2012-05-25 | 1 | -2/+3 |
| | * | wl1251: fix oops on early interrupt | Grazvydas Ignotas | 2012-05-25 | 2 | -3/+2 |
| | * | iwlwifi: fix memory leak if opmode fails to init | Johannes Berg | 2012-05-25 | 1 | -9/+9 |
| | * | iwlwifi: do not send lq cmd when station add fails | Meenakshi Venkataraman | 2012-05-25 | 1 | -1/+1 |
| | * | iwlwifi: remove ucode16 option | Johannes Berg | 2012-05-25 | 4 | -426/+0 |
| | * | iwlwifi: do not use shadow registers by default | Meenakshi Venkataraman | 2012-05-25 | 2 | -5/+5 |
| | * | iwlwifi: fix the Transmit Frame Descriptor rings | Emmanuel Grumbach | 2012-05-25 | 3 | -12/+16 |
| | * | iwlwifi: update BT traffic load states correctly | Meenakshi Venkataraman | 2012-05-25 | 1 | -0/+1 |
| * | | r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ... | Devendra Naga | 2012-05-29 | 1 | -0/+5 |
| * | | r6040: disable pci device if the subsequent calls (after pci_enable_device) f... | Devendra Naga | 2012-05-29 | 1 | -4/+6 |
| * | | net: sh_eth: fix the rxdesc pointer when rx descriptor empty happens | Yoshihiro Shimoda | 2012-05-29 | 1 | -3/+5 |
| * | | asix: allow full size 8021Q frames to be received | Eric Dumazet | 2012-05-29 | 1 | -1/+2 |
| * | | xen/netback: Calculate the number of SKB slots required correctly | Simon Graham | 2012-05-24 | 1 | -2/+1 |
| * | | net: qmi_wwan: Add Sierra Wireless device IDs | Bjørn Mork | 2012-05-24 | 1 | -0/+2 |
* | | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 2 | -23/+54 |
|\ \ \ |
|
| * \ \ | Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ... | Arnd Bergmann | 2012-05-16 | 1 | -11/+31 |
| |\ \ \ |
|
| | * | | | ARM: Orion: Eth: Add clk/clkdev support. | Andrew Lunn | 2012-05-08 | 1 | -11/+31 |
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'spear/clock' and 'imx/clock' into next/clock | Arnd Bergmann | 2012-05-14 | 2 | -0/+15 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | | * | | | Merge branch 'imx/pinctrl' into imx/clock | Arnd Bergmann | 2012-05-14 | 35 | -126/+224 |
| | | |\ \ \ |
|
| * | | \ \ \ | Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into... | Arnd Bergmann | 2012-05-11 | 74 | -395/+610 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| * | | | | | | net fec: do not depend on grouped clocks | Sascha Hauer | 2012-04-25 | 1 | -12/+23 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-05-26 | 1 | -1/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | ARM: OMAP2+: Kconfig: convert SOC_OMAPAM33XX to SOC_AM33XX | Kevin Hilman | 2012-05-10 | 1 | -1/+1 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'cris-for-linus' of git://jni.nu/cris | Linus Torvalds | 2012-05-25 | 1 | -1/+0 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | net:removed the unused variable | Wanlong Gao | 2012-04-03 | 1 | -1/+0 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-24 | 92 | -4501/+3464 |
|\ \ \ \ \ \ |
|
| * | | | | | | xen: do not disable netfront in dom0 | Marek Marczykowski | 2012-05-22 | 1 | -6/+0 |