index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
brocade
Age
Commit message (
Expand
)
Author
2018-11-21
bna: ethtool: Avoid reading past end of buffer
Kees Cook
2018-04-13
bna: Avoid reading past end of buffer
Kees Cook
2017-12-25
bna: avoid writing uninitialized data into hw registers
Arnd Bergmann
2017-12-25
bna: integer overflow bug in debugfs
Dan Carpenter
2016-11-09
bna: Add synchronization for tx ring.
Benjamin Poirier
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-17
bna: fix crash in bnad_get_strings()
Ivan Vecera
2016-09-17
bna: add missing per queue ethtool stat
Ivan Vecera
2016-08-08
bna: remove global bnad_list_mutex
Ivan Vecera
2016-08-08
bna: change type of bna_id to atomic_t
Ivan Vecera
2016-08-08
bna: remove useless linked list
Ivan Vecera
2016-08-01
net: bna: use correct type specifier (2)
xypron.glpk@gmx.de
2016-08-01
net: bna: use correct type specifications
xypron.glpk@gmx.de
2016-03-01
bna: fix list corruption
Ivan Vecera
2016-01-15
bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096
Ivan Vecera
2015-09-29
bna: fix error handling
Andrzej Hajda
2015-09-20
bna: check for dma mapping errors
Ivan Vecera
2015-08-10
bna: fix interrupts storm caused by erroneous packets
Ivan Vecera
2015-06-23
drivers/net: remove all references to obsolete Ethernet-HOWTO
Paul Gortmaker
2015-06-21
bna: remove superfluous parentheses
Ivan Vecera
2015-06-21
bna: make pointers to read-only inputs const
Ivan Vecera
2015-06-21
bna: remove unnecessary cast of BIT value
Ivan Vecera
2015-06-11
bna: use netdev_* and dev_* instead of printk and pr_*
Ivan Vecera
2015-06-11
bna: fix timeout API argument type
Ivan Vecera
2015-06-11
bna: use list_for_each_entry where appropriate
Ivan Vecera
2015-06-11
bna: get rid of private macros for manipulation with lists
Ivan Vecera
2015-06-11
bna: remove useless pointer assignment
Ivan Vecera
2015-06-11
bna: use memdup_user to copy userspace buffers
Ivan Vecera
2015-06-11
bna: correct comparisons/assignments to bool
Ivan Vecera
2015-06-11
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
Ivan Vecera
2015-06-11
bna: remove paused from bna_rx_config and flags from bna_rxf
Ivan Vecera
2015-06-11
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
Ivan Vecera
2015-06-11
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
Ivan Vecera
2015-06-11
bna: remove oper_state_cbfn from struct bna_rxf
Ivan Vecera
2015-06-11
bna: remove pause_cbfn from struct bna_enet
Ivan Vecera
2015-06-11
bna: remove unused cbfn parameter
Ivan Vecera
2015-06-11
bna: use BIT(x) instead of (1 << x)
Ivan Vecera
2015-06-11
bna: get rid of duplicate and unused macros
Ivan Vecera
2015-06-11
bna: replace pragma(pack) with attribute __packed
Ivan Vecera
2015-06-11
bna: get rid of mac_t
Ivan Vecera
2015-06-11
bna: use ether_addr_copy instead of memcpy
Ivan Vecera
2015-06-10
bna: remove obsolete use of EXTRA_CFLAGS
Jiri Slaby
2015-05-30
bna: fix soft lock-up during firmware initialization failure
Ivan Vecera
2015-05-30
bna: remove unreasonable iocpf timer start
Ivan Vecera
2015-05-30
bna: fix firmware loading on big-endian machines
Ivan Vecera
2015-03-08
ethernet: codespell comment spelling fixes
Joe Perches
2015-02-21
bna: Update the Driver and Firmware Version
Rasesh Mody
2015-02-21
bna: QLogic BR-series Adapters Driver Rebranding
Rasesh Mody
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2014-12-26
net: incorrect use of init_completion fixup
Nicholas Mc Guire
[next]