Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9c6a019c6edf8591e34ae9da51bac7684131d905
/
drivers
/
net
/
ethernet
/
brocade
/
bna
ade4dc3
bna: fix interrupts storm caused by erroneous packets
by Ivan Vecera
· 9 years ago
ebb56d3
bna: remove superfluous parentheses
by Ivan Vecera
· 9 years ago
558caad
bna: make pointers to read-only inputs const
by Ivan Vecera
· 9 years ago
8e8942b
bna: remove unnecessary cast of BIT value
by Ivan Vecera
· 9 years ago
ecc4678
bna: use netdev_* and dev_* instead of printk and pr_*
by Ivan Vecera
· 9 years ago
ad24d6f
bna: fix timeout API argument type
by Ivan Vecera
· 9 years ago
16712c5
bna: use list_for_each_entry where appropriate
by Ivan Vecera
· 9 years ago
2b26fb9
bna: get rid of private macros for manipulation with lists
by Ivan Vecera
· 9 years ago
b45da3f
bna: remove useless pointer assignment
by Ivan Vecera
· 9 years ago
d0e6a80
bna: use memdup_user to copy userspace buffers
by Ivan Vecera
· 9 years ago
93719d26
bna: correct comparisons/assignments to bool
by Ivan Vecera
· 9 years ago
2a2d75c
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
by Ivan Vecera
· 9 years ago
d7548e6
bna: remove paused from bna_rx_config and flags from bna_rxf
by Ivan Vecera
· 9 years ago
82362d7
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
by Ivan Vecera
· 9 years ago
6f544de
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
by Ivan Vecera
· 9 years ago
f39857e
bna: remove oper_state_cbfn from struct bna_rxf
by Ivan Vecera
· 9 years ago
ef5b67c
bna: remove pause_cbfn from struct bna_enet
by Ivan Vecera
· 9 years ago
1f9883e
bna: remove unused cbfn parameter
by Ivan Vecera
· 9 years ago
1a50691
bna: use BIT(x) instead of (1 << x)
by Ivan Vecera
· 9 years ago
a1ac490
bna: get rid of duplicate and unused macros
by Ivan Vecera
· 9 years ago
e423c85
bna: replace pragma(pack) with attribute __packed
by Ivan Vecera
· 9 years ago
d6b3059
bna: get rid of mac_t
by Ivan Vecera
· 9 years ago
e2f9ecf
bna: use ether_addr_copy instead of memcpy
by Ivan Vecera
· 9 years ago
9d92daf
bna: remove obsolete use of EXTRA_CFLAGS
by Jiri Slaby
· 9 years ago
4818e856
bna: fix soft lock-up during firmware initialization failure
by Ivan Vecera
· 9 years ago
4918eb1
bna: remove unreasonable iocpf timer start
by Ivan Vecera
· 9 years ago
e236b95
bna: fix firmware loading on big-endian machines
by Ivan Vecera
· 9 years ago
dbedd44
ethernet: codespell comment spelling fixes
by Joe Perches
· 10 years ago
3f307c3
bna: Update the Driver and Firmware Version
by Rasesh Mody
· 10 years ago
2732ba5
bna: QLogic BR-series Adapters Driver Rebranding
by Rasesh Mody
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
6e4ab36
net: incorrect use of init_completion fixup
by Nicholas Mc Guire
· 10 years ago
0fa6aa4
bna: use netdev_rss_key_fill() helper
by Eric Dumazet
· 10 years ago
f2d9da1
bna: fix skb->truesize underestimation
by Eric Dumazet
· 10 years ago
64b1f00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
6654cf6
bna: allow transmit tagged frames
by Ivan Vecera
· 10 years ago
17b6f24
bna: use container_of to resolve bufdesc_ex from bufdesc
by Fabian Frederick
· 10 years ago
1c53730
bna: Support TSO and partial checksum with non-accelerated vlans.
by Vlad Yasevich
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
d247b6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c36c9d5
bna: fix performance regression
by Ivan Vecera
· 10 years ago
dabf24d
bna: fill the magic in bnad_get_eeprom() instead of validating
by Ivan Vecera
· 10 years ago
6644db0
bna: remove unnecessary break after return
by Fabian Frederick
· 10 years ago
f9da455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
537fae0
net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate
by Jiri Pirko
· 10 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
4e857c5
arch: Mass conversion of smp_mb__*()
by Peter Zijlstra
· 11 years ago
b13a8a9
bna: remove open-coded skb_cow_head.
by françois romieu
· 11 years ago
27400df
bnad: Call dev_kfree_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
b779d0a
brocade: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
bc48bc8
bna: Replace large udelay() with mdelay()
by Ben Hutchings
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
877767d
bna: fix vlan tag stripping and implement its toggling
by Ivan Vecera
· 11 years ago
43c2020
bna: Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
2fd888a
bnad: code cleanup
by stephen hemminger
· 11 years ago
ecca6a9
bna: Fix build due to missing use of dma_unmap_len_set()
by David S. Miller
· 11 years ago
ae01320
bna: Update the Driver Version to 3.2.23.0
by Rasesh Mody
· 11 years ago
c107ba1
bna: Firmware Patch Simplification
by Rasesh Mody
· 11 years ago
24f5d33
bna: Embed SKB Length in TX Vector
by Rasesh Mody
· 11 years ago
f29eeb7
bna: Handle the TX Setup Failures
by Rasesh Mody
· 11 years ago
96e31ad
bna: Add NULL Check Before Dereferencing TCB
by Rasesh Mody
· 11 years ago
17a30a1
bna: CQ Read Fix
by Rasesh Mody
· 11 years ago
66f9513
bna: RX Processing and Config Changes
by Rasesh Mody
· 11 years ago
e29aa33
bna: Enable Multi Buffer RX
by Rasesh Mody
· 11 years ago
fe1624c
bna: RX Filter Enhancements
by Rasesh Mody
· 11 years ago
20b298f
bna: Fix Filter Add Del
by Rasesh Mody
· 11 years ago
41ed903
bna: Set Get IOC fw State
by Rasesh Mody
· 11 years ago
fee1253
bna: Add software timestamping support
by Rasesh Mody
· 11 years ago
482da0f
bnad: make local variable static
by stephen hemminger
· 11 years ago
add0cdb
net: bna: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
d8283e5
net: bna: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
49ca19b
brocade: Remove extern from function prototypes
by Joe Perches
· 11 years ago
3e54807
DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
by Russell King
· 11 years ago
e9d1984
bna: firmware update to 3.2.1.1
by Rasesh Mody
· 11 years ago
7f4341f
bna: Staticize local functions
by Jingoo Han
· 11 years ago
496322b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
c0caa07
bna: switch to fixed_size_llseek()
by Al Viro
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
8177a9d
lseek(fd, n, SEEK_END) does *not* go to eof - n
by Al Viro
· 11 years ago
45e9834
bna: Driver and Firmware Updated
by Rasesh Mody
· 12 years ago
43c07ad
bna: Enahncement to Identify Default IOC Function
by Rasesh Mody
· 12 years ago
f489a4b
bna: Fix Ucast Failure Handling
by Rasesh Mody
· 12 years ago
4b23058
bna: Clear Driver Config Flags When HW Resets
by Rasesh Mody
· 12 years ago
ba21fc6
bna: add missing iounmap() on error in bnad_init()
by Wei Yongjun
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
7068a67
bna: fix declaration mismatch
by stephen hemminger
· 12 years ago
d4bca3d
bna: Driver Version Updated to 3.1.2.1
by Rasesh Mody
· 12 years ago
478ab8c
bna: Firmware update
by Rasesh Mody
· 12 years ago
215a64a
bna: Add RX State
by Rasesh Mody
· 12 years ago
30f9fc94
bna: Rx Page Based Allocation
by Rasesh Mody
· 12 years ago
d3f92ae
bna: TX Intr Coalescing Fix
by Rasesh Mody
· 12 years ago
5216562
bna: Tx and Rx Optimizations
by Rasesh Mody
· 12 years ago
5e46631f
bna: Code Cleanup and Enhancements
by Rasesh Mody
· 12 years ago
c4eef18
bna: remove __dev* attributes
by Bill Pemberton
· 12 years ago
60e476d
bna: remove useless calls to memset().
by Cyril Roelandt
· 12 years ago
Next »