index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
vxlan: fix a free after use
Li RongQing
2014-10-17
1
-0
/
+1
*
ixgbe: check for vfs outside of sriov_num_vfs before dereference
Emil Tantilov
2014-10-16
1
-0
/
+3
*
fm10k: Add CONFIG_FM10K_VXLAN configuration option
Andy Zhou
2014-10-16
2
-3
/
+14
*
fm10k: Unlock mailbox on VLAN addition failures
Matthew Vick
2014-10-16
1
-3
/
+4
*
fm10k: Check the host state when bringing the interface up
Matthew Vick
2014-10-16
1
-0
/
+1
*
vxlan: using pskb_may_pull as early as possible
Li RongQing
2014-10-15
1
-4
/
+2
*
vxlan: fix a use after free in vxlan_encap_bypass
Li RongQing
2014-10-15
1
-3
/
+5
*
gianfar: Add FCS to rx buffer size (fix)
Claudiu Manoil
2014-10-15
1
-1
/
+1
*
virtio_net: fix use after free
Michael S. Tsirkin
2014-10-15
1
-1
/
+3
*
net: fec: ptp: fix convergence issue to support LinuxPTP stack
Nimrod Andy
2014-10-15
3
-42
/
+56
*
net: Add ndo_gso_check
Tom Herbert
2014-10-15
2
-2
/
+2
*
stmmac: fix sti compatibililies
Giuseppe CAVALLARO
2014-10-15
2
-5
/
+6
*
cxgb4 : Fix build failure in cxgb4 when ipv6 is disabled/not in-built
Anish Bhatt
2014-10-15
2
-1
/
+9
*
cxgb4i : Remove duplicated CLIP handling code
Anish Bhatt
2014-10-15
1
-0
/
+7
*
qlcnic: Fix number of arguments in destroy tx context command
Rajesh Borundia
2014-10-14
1
-1
/
+1
*
qlcnic: Fix programming number of arguments in a command.
Rajesh Borundia
2014-10-14
1
-2
/
+2
*
cxgb4: Fix FW flash logic using ethtool
Hariprasad Shenai
2014-10-14
3
-6
/
+16
*
stmmac: dwmac-sti: review the glue-logic for STi4xx and STiD127 SoCs
Giuseppe CAVALLARO
2014-10-14
1
-169
/
+205
*
stmmac: make the STi Layer compatible to STiH407
Giuseppe CAVALLARO
2014-10-14
1
-0
/
+1
*
stmmac: platform: fix FIXED_PHY support.
Giuseppe CAVALLARO
2014-10-14
1
-5
/
+10
*
dsa: mv88e6171: Fix tag_protocol check
Guenter Roeck
2014-10-14
1
-1
/
+1
*
drivers: net: xgene: Add SGMII based 1GbE ethtool support
Iyappan Subramanian
2014-10-14
1
-8
/
+17
*
drivers: net: xgene: Add SGMII based 1GbE support
Iyappan Subramanian
2014-10-14
7
-5
/
+453
*
drivers: net: xgene: Preparing for adding SGMII based 1GbE
Iyappan Subramanian
2014-10-14
6
-8
/
+8
*
drivers: net: cpsw: remove child devices while driver detach
Mugunthan V N
2014-10-14
1
-0
/
+10
*
drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order det...
Mugunthan V N
2014-10-14
1
-4
/
+0
*
drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apis
Mugunthan V N
2014-10-14
1
-1
/
+0
*
tg3: Add skb->xmit_more support
Prashant Sreedharan
2014-10-14
1
-4
/
+6
*
net: fec: ptp: Enable PPS output based on ptp clock
Luwei Zhou
2014-10-14
3
-1
/
+205
*
net: fec: ptp: Use hardware algorithm to adjust PTP counter.
Luwei Zhou
2014-10-14
2
-12
/
+56
*
net: fec: ptp: Use the 31-bit ptp timer.
Luwei Zhou
2014-10-14
1
-4
/
+6
*
fm10k: Add skb->xmit_more support
Alexander Duyck
2014-10-14
1
-31
/
+34
*
net: fec: Fix sparse warnings with different lock contexts for basic block
Nimrod Andy
2014-10-14
1
-10
/
+14
*
phy/micrel: KSZ8031RNL RMII clock reconfiguration bug
Bruno Thomsen
2014-10-14
1
-1
/
+3
*
net: systemport: avoid unbalanced enable_irq_wake calls
Florian Fainelli
2014-10-10
1
-1
/
+2
*
net: bcmgenet: avoid unbalanced enable_irq_wake calls
Florian Fainelli
2014-10-10
1
-1
/
+3
*
net: bcmgenet: fix off-by-one in incrementing read pointer
Florian Fainelli
2014-10-10
1
-5
/
+4
*
mlx4: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-3
/
+3
*
ixgbe: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-5
/
+3
*
igb: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-4
/
+3
*
fm10k: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-4
/
+3
*
net/phy: micrel: Add clock support for KSZ8021/KSZ8031
Sascha Hauer
2014-10-10
1
-2
/
+29
*
macvlan: optimize the receive path
jbaron@akamai.com
2014-10-10
1
-5
/
+10
*
macvlan: pass 'bool' type to macvlan_count_rx()
jbaron@akamai.com
2014-10-10
1
-3
/
+3
*
drivers: net: xgene: Add 10GbE ethtool support
Iyappan Subramanian
2014-10-10
1
-6
/
+22
*
drivers: net: xgene: Add 10GbE support
Iyappan Subramanian
2014-10-10
6
-30
/
+438
*
drivers: net: xgene: Preparing for adding 10GbE support
Iyappan Subramanian
2014-10-10
4
-41
/
+78
*
Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-10-10
9
-40
/
+67
|
\
|
*
rtlwifi: Fix possible unaligned array in ether_addr_copy()
Larry Finger
2014-10-08
1
-1
/
+1
|
*
ath9k: Fix sequence number assignment
Sujith Manoharan
2014-10-08
4
-23
/
+35
[next]