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
/
emulex
/
benet
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-4
/
+21
2013-11-18
be2net: Delete secondary unicast MAC addresses during be_close
Ajit Khaparde
1
-0
/
+5
2013-11-18
be2net: Fix unconditional enabling of Rx interface options
Ajit Khaparde
3
-4
/
+16
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-10
/
+2
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
1
-0
/
+4
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+16
2013-10-29
net/benet: Make lancer_wait_ready() static
Gavin Shan
2
-2
/
+1
2013-10-29
net/benet: Remove interface type
Gavin Shan
2
-6
/
+0
2013-10-27
be2net: add support for ndo_busy_poll
Sathya Perla
2
-18
/
+187
2013-10-27
be2net: Warn users of possible broken functionality on BE2 cards with very ol...
Somnath Kotur
2
-0
/
+15
2013-10-21
net: be2net: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-10-19
be2net: Rework PCIe error report log messaging
Ajit Khaparde
1
-3
/
+5
2013-10-18
be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
Vasundhara Volam
1
-1
/
+2
2013-10-09
be2net: change the driver version number to 4.9.224.0
Ajit Khaparde
1
-1
/
+1
2013-10-09
be2net: Display RoCE specific counters in ethtool -S
Ajit Khaparde
3
-1
/
+19
2013-10-09
be2net: Call version 2 of GET_STATS ioctl for Skyhawk-R
Ajit Khaparde
3
-9
/
+155
2013-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-31
/
+60
2013-10-01
be2net: add a counter for pkts dropped in xmit path
Sathya Perla
3
-2
/
+8
2013-10-01
be2net: fix adaptive interrupt coalescing
Sathya Perla
5
-73
/
+115
2013-10-01
be2net: call ENABLE_VF cmd for Skyhawk-R too
Vasundhara Volam
2
-2
/
+3
2013-10-01
be2net: Create single TXQ on BE3-R 1G ports
Vasundhara Volam
1
-9
/
+2
2013-10-01
be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd
Vasundhara Volam
1
-1
/
+2
2013-10-01
be2net: Call be_vf_setup() even when VFs are enbaled from previous load
Vasundhara Volam
2
-5
/
+5
2013-09-27
be2net: Fix to display the VLAN priority for a VF
Ajit Khaparde
1
-2
/
+2
2013-09-27
be2net: Fix to configure VLAN priority for a VF interface.
Ajit Khaparde
1
-10
/
+11
2013-09-27
be2net: Fix to allow VLAN configuration on VF interfaces.
Ajit Khaparde
1
-9
/
+0
2013-09-27
be2net: Fix number of VLANs supported in UMC mode for BE3-R.
Ajit Khaparde
2
-0
/
+3
2013-09-27
be2net: Fix VLAN promiscuous mode programming
Ajit Khaparde
4
-6
/
+40
2013-09-27
be2net: Fix the size of be_nic_res_desc structure
Ajit Khaparde
1
-1
/
+1
2013-09-27
be2net: Fix to prevent Tx stall on SH-R when packet size < 32
Ajit Khaparde
1
-3
/
+3
2013-09-24
emulex: Remove extern from function prototypes
Joe Perches
2
-139
/
+123
2013-09-21
DMA-API: net: emulex/benet: replace dma_set_mask()+dma_set_coherent_mask() wi...
Russell King
1
-10
/
+2
2013-09-13
be2net: missing variable initialization
Antonio Alecrim Jr
1
-1
/
+1
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2013-09-03
be2net: set and query VEB/VEPA mode of the PF interface
Ajit Khaparde
3
-13
/
+108
2013-08-29
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
1
-9
/
+9
2013-08-27
be2net: implement ethtool set/get_channel hooks
Sathya Perla
3
-32
/
+104
2013-08-27
be2net: refactor be_setup() to consolidate queue creation routines
Sathya Perla
2
-58
/
+50
2013-08-27
be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not created
Sathya Perla
1
-24
/
+85
2013-08-27
be2net: refactor be_get_resources() code
Sathya Perla
6
-189
/
+229
2013-08-27
be2net: Fixup profile management routines
Vasundhara Volam
2
-59
/
+88
2013-08-27
be2net: use EQ_CREATEv2 for SH-R
Sathya Perla
4
-39
/
+18
2013-08-26
be2net: Check for POST state in suspend-resume sequence
Sarveshwar Bandi
1
-0
/
+4
2013-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2013-08-22
be2net: fix disabling TX in be_close()
Sathya Perla
1
-1
/
+1
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+9
2013-08-15
be2net: Clear any capability flags that driver is not interested in.
Sarveshwar Bandi
2
-0
/
+9
2013-08-07
be2net: update driver version
Sathya Perla
1
-1
/
+1
2013-08-07
be2net: Initialize "status" in be_cmd_get_die_temperature()
Vasundhara Volam
1
-1
/
+1
[next]