index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qlogic
/
qlcnic
/
qlcnic_main.c
Age
Commit message (
Expand
)
Author
2012-12-19
qlcnic: fix unused variable warnings
Shahed Shaikh
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-04
qlcnic: rename module params with module_param_named
Sony Chacko
2012-12-04
qlcnic: update NIC partition interface routines
Sony Chacko
2012-12-04
qlcnic: get board name API
Sony Chacko
2012-12-04
qlcnic: modify PCI and register access routines
Sony Chacko
2012-12-04
qlcnic: move HW specific data to seperate structure
Sony Chacko
2012-12-04
qlcnic: add 82xx adapter specific checks
Sony Chacko
2012-12-03
qlcnic: remove __dev* attributes
Bill Pemberton
2012-11-28
qlcnic: create file qlcnic_sysfs.c for sysfs routines
Sony Chacko
2012-11-28
qlcnic: create file qlcnic_io.c for datapath routines
Sony Chacko
2012-11-25
qlcnic: fix sparse check endian warnings
Shahed Shaikh
2012-11-18
qlcnic: fix compiler warnings
Sony Chacko
2012-10-07
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c: fix error return code
Peter Senna Tschudin
2012-09-07
netdev: make pci_error_handlers const
Stephen Hemminger
2012-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-06-15
qlcnic: off by one in qlcnic_init_pci_info()
Dan Carpenter
2012-06-07
qlcnic: Fix protcol type in case of inband vlan.
Rajesh Borundia
2012-06-07
qlcnic: Fix estimation of recv MSS in case of LRO
Rajesh Borundia
2012-05-10
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-04-27
qlcnic: Register device in FAILED state.
Sucheta Chakraborty
2012-03-23
qlcnic: Bug fix for LRO
Anirban Chakraborty
2012-02-23
ethernet: unify return value of .ndo_set_mac_address if address is invalid
Danny Kukawka
2012-02-04
qlcnic: Fix firmware abort code check.
Sritej Velaga
2012-02-04
qlcnic: Stop pause ctrl frames on fw hang.
Sritej Velaga
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2011-12-08
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-10-30
qlcnic: fix beacon and LED test.
Sucheta Chakraborty
2011-10-30
qlcnic: skip IDC ack check in fw reset path.
Sritej Velaga
2011-10-19
net: add skb frag size accessors
Eric Dumazet
2011-10-06
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
2011-09-23
qlcnic: Added error logging for firmware abort
Ameen Rahman
2011-09-15
qlcnic: convert to SKB paged frag API.
Ian Campbell
2011-08-29
qlcnic: add beacon test support.
Sucheta Chakraborty
2011-08-29
qlcnic: detect fan failure
Sony Chacko
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-10
qlogic: Move the QLogic drivers
Jeff Kirsher