Age | Commit message (Expand) | Author | Files | Lines |
2014-10-19 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -4/+2 |
2014-10-18 | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -32/+12 |
2014-10-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 43 | -397/+1251 |
2014-10-18 | bna: fix skb->truesize underestimation | Eric Dumazet | 1 | -1/+1 |
2014-10-18 | dsa: Fix conversion from host device to mii bus | Guenter Roeck | 2 | -8/+22 |
2014-10-18 | sfc: add support for skb->xmit_more | Edward Cree | 2 | -29/+43 |
2014-10-18 | r8152: return -EBUSY for runtime suspend | hayeswang | 1 | -7/+15 |
2014-10-18 | hyperv: Add handling of IP header with option field in netvsc_set_hash() | Haiyang Zhang | 1 | -16/+10 |
2014-10-18 | vxlan: fix a free after use | Li RongQing | 1 | -0/+1 |
2014-10-16 | ixgbe: check for vfs outside of sriov_num_vfs before dereference | Emil Tantilov | 1 | -0/+3 |
2014-10-16 | fm10k: Add CONFIG_FM10K_VXLAN configuration option | Andy Zhou | 2 | -3/+14 |
2014-10-16 | fm10k: Unlock mailbox on VLAN addition failures | Matthew Vick | 1 | -3/+4 |
2014-10-16 | fm10k: Check the host state when bringing the interface up | Matthew Vick | 1 | -0/+1 |
2014-10-16 | vxlan: using pskb_may_pull as early as possible | Li RongQing | 1 | -4/+2 |
2014-10-16 | vxlan: fix a use after free in vxlan_encap_bypass | Li RongQing | 1 | -3/+5 |
2014-10-16 | gianfar: Add FCS to rx buffer size (fix) | Claudiu Manoil | 1 | -1/+1 |
2014-10-16 | virtio_net: fix use after free | Michael S. Tsirkin | 1 | -1/+3 |
2014-10-16 | net: fec: ptp: fix convergence issue to support LinuxPTP stack | Nimrod Andy | 3 | -42/+56 |
2014-10-15 | net: Add ndo_gso_check | Tom Herbert | 2 | -2/+2 |
2014-10-15 | net: ks8842: use dmaengine_terminate_all() API | Vinod Koul | 1 | -4/+2 |
2014-10-15 | stmmac: fix sti compatibililies | Giuseppe CAVALLARO | 2 | -5/+6 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -15/+15 |
2014-10-15 | cxgb4 : Fix build failure in cxgb4 when ipv6 is disabled/not in-built | Anish Bhatt | 2 | -1/+9 |
2014-10-15 | cxgb4i : Remove duplicated CLIP handling code | Anish Bhatt | 1 | -0/+7 |
2014-10-15 | virtio_net: enable VQs early on restore | Michael S. Tsirkin | 1 | -0/+2 |
2014-10-15 | virtio_net: fix use after free on allocation failure | Michael S. Tsirkin | 1 | -0/+2 |
2014-10-15 | virtio_net: enable VQs early | Michael S. Tsirkin | 1 | -0/+2 |
2014-10-15 | virtio_net: minor cleanup | Michael S. Tsirkin | 1 | -4/+2 |
2014-10-15 | virtio-net: drop config_mutex | Michael S. Tsirkin | 1 | -6/+1 |
2014-10-15 | virtio_net: drop config_enable | Michael S. Tsirkin | 1 | -23/+4 |
2014-10-15 | qlcnic: Fix number of arguments in destroy tx context command | Rajesh Borundia | 1 | -1/+1 |
2014-10-15 | qlcnic: Fix programming number of arguments in a command. | Rajesh Borundia | 1 | -2/+2 |
2014-10-15 | cxgb4: Fix FW flash logic using ethtool | Hariprasad Shenai | 3 | -6/+16 |
2014-10-15 | stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCs | Giuseppe CAVALLARO | 1 | -169/+205 |
2014-10-15 | stmmac: make the STi Layer compatible to STiH407 | Giuseppe CAVALLARO | 1 | -0/+1 |
2014-10-15 | stmmac: platform: fix FIXED_PHY support. | Giuseppe CAVALLARO | 1 | -5/+10 |
2014-10-15 | dsa: mv88e6171: Fix tag_protocol check | Guenter Roeck | 1 | -1/+1 |
2014-10-15 | drivers: net: xgene: Add SGMII based 1GbE ethtool support | Iyappan Subramanian | 1 | -8/+17 |
2014-10-15 | drivers: net: xgene: Add SGMII based 1GbE support | Iyappan Subramanian | 7 | -5/+453 |
2014-10-15 | drivers: net: xgene: Preparing for adding SGMII based 1GbE | Iyappan Subramanian | 6 | -8/+8 |
2014-10-14 | drivers: net: cpsw: remove child devices while driver detach | Mugunthan V N | 1 | -0/+10 |
2014-10-14 | drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order det... | Mugunthan V N | 1 | -4/+0 |
2014-10-14 | drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apis | Mugunthan V N | 1 | -1/+0 |
2014-10-14 | tg3: Add skb->xmit_more support | Prashant Sreedharan | 1 | -4/+6 |
2014-10-14 | net: fec: ptp: Enable PPS output based on ptp clock | Luwei Zhou | 3 | -1/+205 |
2014-10-14 | net: fec: ptp: Use hardware algorithm to adjust PTP counter. | Luwei Zhou | 2 | -12/+56 |
2014-10-14 | net: fec: ptp: Use the 31-bit ptp timer. | Luwei Zhou | 1 | -4/+6 |
2014-10-14 | fm10k: Add skb->xmit_more support | Alexander Duyck | 1 | -31/+34 |
2014-10-14 | net: fec: Fix sparse warnings with different lock contexts for basic block | Nimrod Andy | 1 | -10/+14 |
2014-10-14 | phy/micrel: KSZ8031RNL RMII clock reconfiguration bug | Bruno Thomsen | 1 | -1/+3 |