index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-26
Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMA
Vince Bridgers
6
-51
/
+101
2014-04-26
bnx2x: Fix failure to configure VF multicast filters
Narender Kumar
1
-0
/
+1
2014-04-26
bnx2x: Fix vlan credit issues for VFs
Yuval Mintz
3
-11
/
+37
2014-04-26
bnx2x: Memory leak during VF removal
Yuval Mintz
3
-4
/
+13
2014-04-24
gianfar: Check if phydev present on ethtool -A
Claudiu Manoil
1
-0
/
+3
2014-04-24
qlcnic: Fix memory leak.
Rajesh Borundia
1
-1
/
+8
2014-04-24
qlcnic: Reset firmware API lock at driver load time
Sony Chacko
1
-0
/
+9
2014-04-24
net: cadence: Fix architecture dependencies
Jean Delvare
1
-2
/
+2
2014-04-24
smc91x: improve definition of debug macros
Zi Shen Lim
1
-11
/
+12
2014-04-22
smc91x: fix compile error when SMC_DEBUG >= 2
Zi Shen Lim
1
-1
/
+1
2014-04-22
net: sxgbe: Added phy_found error path
Byungho An
1
-2
/
+12
2014-04-22
net: sxgbe: rearrange dma descriptor
Byungho An
2
-24
/
+19
2014-04-22
arc_emac: write initial MAC address from devicetree to hw
Max Schwarz
1
-7
/
+14
2014-04-18
e1000e/igb/ixgbe/i40e: fix message terminations
Jakub Kicinski
10
-22
/
+21
2014-04-18
ixgbe: clean up Rx time stamping code
Jakub Kicinski
3
-45
/
+15
2014-04-18
igb: fix stats for i210 rx_fifo_errors
Todd Fujinaka
1
-1
/
+3
2014-04-18
e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEP
Hiroaki SHIMODA
1
-1
/
+1
2014-04-18
e1000e: Correctly include VLAN_HLEN when changing interface MTU
Vlad Yasevich
1
-1
/
+1
2014-04-18
i40e: fix TCP flag replication for hardware offload
Jesse Brandeburg
1
-0
/
+9
2014-04-18
i40e: remove open-coded skb_cow_head
Francois Romieu
1
-9
/
+9
2014-04-18
tg3: update rx_jumbo_pending ring param only when jumbo frames are enabled
Ivan Vecera
1
-1
/
+3
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
14
-54
/
+54
2014-04-16
mlx4_en: don't use napi_synchronize inside mlx4_en_netpoll
Chris Mason
3
-7
/
+1
2014-04-16
net: mvneta: properly configure the MAC <-> PHY connection in all situations
Thomas Petazzoni
1
-39
/
+34
2014-04-16
sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast)
Edward Cree
10
-22
/
+133
2014-04-15
cxgb4: use the correct max size for firmware flash
Steve Wise
1
-1
/
+1
2014-04-15
qlcnic: Fix MSI-X initialization code
Alexander Gordeev
1
-12
/
+16
2014-04-15
net: cadence: Add architecture dependencies
Jean Delvare
1
-3
/
+3
2014-04-14
cxgb4: Save the correct mac addr for hw-loopback connections in the L2T
Steve Wise
1
-1
/
+3
2014-04-14
qlcnic: Do not disable SR-IOV when VFs are assigned to VMs
Manish Chopra
1
-0
/
+10
2014-04-14
qlcnic: Fix QLogic application/driver interface for virtual NIC configuration
Jitendra Kalsaria
1
-14
/
+17
2014-04-14
qlcnic: Fix PVID configuration on eSwitch port.
Jitendra Kalsaria
1
-0
/
+1
2014-04-14
qlcnic: Fix max ring count calculation
Shahed Shaikh
2
-8
/
+8
2014-04-14
qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.
Sucheta Chakraborty
3
-4
/
+5
2014-04-14
qlcnic: Fix panic due to uninitialzed delayed_work struct in use.
Sucheta Chakraborty
1
-3
/
+2
2014-04-14
be2net: Fix invocation of be_close() after be_clear()
Kalesh AP
2
-0
/
+9
2014-04-14
be2net: Fix to reap TX compls till HW doesn't respond for some time
Vasundhara Volam
1
-4
/
+5
2014-04-14
net/mlx4_core: Defer VF initialization till PF is fully initialized
Amir Vadai
1
-1
/
+8
2014-04-14
bnx2: Don't build unused suspend/resume functions not enabled
Daniel J Blueman
1
-1
/
+1
2014-04-13
Revert "net: mvneta: fix usage as a module on RGMII configurations"
Thomas Petazzoni
1
-8
/
+33
2014-04-13
net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
Wei Yang
2
-77
/
+96
2014-04-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
14
-203
/
+91
2014-04-12
net: sun4i-emac: add promiscuous support
Marc Zyngier
1
-9
/
+21
2014-04-12
net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
1
-3
/
+1
2014-04-11
drivers: net: cpsw: enable interrupts after napi enable and clearing previous...
Mugunthan V N
1
-6
/
+6
2014-04-11
drivers: net: cpsw: discard all packets received when interface is down
Mugunthan V N
1
-1
/
+1
2014-04-11
i40evf: program RSS LUT correctly
Mitch A Williams
1
-4
/
+16
2014-04-11
i40evf: remove open-coded skb_cow_head
Francois Romieu
1
-6
/
+4
2014-04-11
ixgb: remove open-coded skb_cow_head
Francois Romieu
1
-6
/
+4
2014-04-11
igbvf: remove open-coded skb_cow_head
Francois Romieu
1
-9
/
+7
[prev]
[next]