index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
brocade
Commit message (
Expand
)
Author
Age
Files
Lines
*
bna: ethtool: Avoid reading past end of buffer
Kees Cook
2017-05-08
1
-2
/
+2
*
bna: Avoid reading past end of buffer
Kees Cook
2017-05-08
1
-1
/
+1
*
bna: avoid writing uninitialized data into hw registers
Arnd Bergmann
2017-03-24
1
-3
/
+7
*
bna: integer overflow bug in debugfs
Dan Carpenter
2017-03-21
1
-1
/
+1
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
*
bna: use designated initializers
Kees Cook
2016-12-17
1
-4
/
+4
*
net: brocade: bna: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-11-30
1
-24
/
+30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-2
/
+2
|
\
|
*
bna: Add synchronization for tx ring.
Benjamin Poirier
2016-11-09
1
-2
/
+2
*
|
ethernet: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-3
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
1
-28
/
+29
|
\
|
*
bna: fix crash in bnad_get_strings()
Ivan Vecera
2016-09-17
1
-27
/
+23
|
*
bna: add missing per queue ethtool stat
Ivan Vecera
2016-09-17
1
-1
/
+6
*
|
bna: remove global bnad_list_mutex
Ivan Vecera
2016-08-08
1
-20
/
+0
*
|
bna: change type of bna_id to atomic_t
Ivan Vecera
2016-08-08
1
-2
/
+2
*
|
bna: remove useless linked list
Ivan Vecera
2016-08-08
2
-4
/
+0
|
/
*
net: bna: use correct type specifier (2)
xypron.glpk@gmx.de
2016-08-01
1
-1
/
+2
*
net: bna: use correct type specifications
xypron.glpk@gmx.de
2016-08-01
1
-1
/
+2
*
bna: fix list corruption
Ivan Vecera
2016-03-01
1
-1
/
+1
*
bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096
Ivan Vecera
2016-01-15
1
-13
/
+24
*
bna: fix error handling
Andrzej Hajda
2015-09-29
1
-6
/
+7
*
bna: check for dma mapping errors
Ivan Vecera
2015-09-20
5
-1
/
+37
*
bna: fix interrupts storm caused by erroneous packets
Ivan Vecera
2015-08-10
1
-1
/
+1
*
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
2015-06-23
1
-3
/
+1
*
bna: remove superfluous parentheses
Ivan Vecera
2015-06-21
6
-66
/
+66
*
bna: make pointers to read-only inputs const
Ivan Vecera
2015-06-21
4
-21
/
+20
*
bna: remove unnecessary cast of BIT value
Ivan Vecera
2015-06-21
2
-4
/
+3
*
bna: use netdev_* and dev_* instead of printk and pr_*
Ivan Vecera
2015-06-11
4
-55
/
+36
*
bna: fix timeout API argument type
Ivan Vecera
2015-06-11
3
-19
/
+13
*
bna: use list_for_each_entry where appropriate
Ivan Vecera
2015-06-11
4
-149
/
+37
*
bna: get rid of private macros for manipulation with lists
Ivan Vecera
2015-06-11
7
-308
/
+130
*
bna: remove useless pointer assignment
Ivan Vecera
2015-06-11
1
-1
/
+0
*
bna: use memdup_user to copy userspace buffers
Ivan Vecera
2015-06-11
1
-19
/
+8
*
bna: correct comparisons/assignments to bool
Ivan Vecera
2015-06-11
1
-4
/
+4
*
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
Ivan Vecera
2015-06-11
2
-19
/
+4
*
bna: remove paused from bna_rx_config and flags from bna_rxf
Ivan Vecera
2015-06-11
2
-41
/
+1
*
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
Ivan Vecera
2015-06-11
2
-77
/
+0
*
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
Ivan Vecera
2015-06-11
2
-16
/
+0
*
bna: remove oper_state_cbfn from struct bna_rxf
Ivan Vecera
2015-06-11
3
-25
/
+0
*
bna: remove pause_cbfn from struct bna_enet
Ivan Vecera
2015-06-11
2
-18
/
+0
*
bna: remove unused cbfn parameter
Ivan Vecera
2015-06-11
5
-59
/
+25
*
bna: use BIT(x) instead of (1 << x)
Ivan Vecera
2015-06-11
6
-83
/
+83
*
bna: get rid of duplicate and unused macros
Ivan Vecera
2015-06-11
8
-163
/
+9
*
bna: replace pragma(pack) with attribute __packed
Ivan Vecera
2015-06-11
6
-127
/
+103
*
bna: get rid of mac_t
Ivan Vecera
2015-06-11
12
-32
/
+26
*
bna: use ether_addr_copy instead of memcpy
Ivan Vecera
2015-06-11
2
-18
/
+16
*
bna: remove obsolete use of EXTRA_CFLAGS
Jiri Slaby
2015-06-10
1
-2
/
+0
*
bna: fix soft lock-up during firmware initialization failure
Ivan Vecera
2015-05-30
1
-2
/
+2
*
bna: remove unreasonable iocpf timer start
Ivan Vecera
2015-05-30
1
-4
/
+0
[next]