index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
benet
/
be_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-31
be2net: remove one useless line
Sathya Perla
1
-1
/
+0
2011-03-31
be2net: cancel be_worker in be_shutdown() even when i/f is down
Sathya Perla
1
-2
/
+1
2011-03-31
be2net: remove redundant code in be_worker()
Sathya Perla
1
-5
/
+3
2011-03-31
be2net: parse vid and vtm fields of rx-compl only if vlanf bit is set
Sathya Perla
1
-11
/
+23
2011-03-31
be2net: refactor code that decides adapter->num_rx_queues
Sathya Perla
1
-32
/
+34
2011-03-16
be2net: Copyright notice change. Update to Emulex instead of ServerEngines
Ajit Khaparde
1
-5
/
+5
2011-03-16
be2net: Fix UDP packet detected status in RX compl
Padmanabh Ratnakar
1
-0
/
+2
2011-03-15
be2net: changes for BE3 native mode support
Sathya Perla
1
-146
/
+133
2011-03-08
be2net: Add multicast filter capability for Lancer
Padmanabh Ratnakar
1
-1
/
+3
2011-03-08
be2net: Disarm CQ and EQ to disable interrupt in Lancer
Padmanabh Ratnakar
1
-5
/
+12
2011-03-08
be2net: Remove TX Queue stop in close
Padmanabh Ratnakar
1
-1
/
+0
2011-03-08
be2net: Add error recovery during load for Lancer
Padmanabh Ratnakar
1
-0
/
+56
2011-03-08
be2net: Checksum field valid only for TCP/UDP
Padmanabh Ratnakar
1
-3
/
+6
2011-03-08
be2net: Remove ERR compl workaround for Lancer
Padmanabh Ratnakar
1
-23
/
+8
2011-03-04
benet: use GFP_KERNEL allocations when possible
Eric Dumazet
1
-9
/
+9
2011-02-22
be2net: use hba_port_num instead of port_num
Ajit Khaparde
1
-0
/
+4
2011-02-22
be2net: fix to ignore transparent vlan ids wrongly indicated by NIC
Ajit Khaparde
1
-0
/
+6
2011-02-22
be2net: variable name change
Ajit Khaparde
1
-1
/
+1
2011-02-12
be2net: detect a UE even when a interface is down.
Ajit Khaparde
1
-0
/
+4
2011-02-12
be2net: gracefully handle situations when UE is detected
Ajit Khaparde
1
-0
/
+1
2011-02-12
be2net: fix be_suspend/resume/shutdown
Ajit Khaparde
1
-0
/
+8
2011-02-12
be2net: pass proper hdr_size while flashing redboot.
Ajit Khaparde
1
-2
/
+2
2011-02-12
be2net: Allow VFs to call be_cmd_reset_function.
Ajit Khaparde
1
-5
/
+3
2011-02-12
be2net: pass domain numbers for pmac_add/del functions
Ajit Khaparde
1
-6
/
+8
2011-02-12
be2net: Cleanup the VF interface handles
Ajit Khaparde
1
-0
/
+9
2011-02-12
be2net: call be_vf_eth_addr_config() after register_netdev
Ajit Khaparde
1
-9
/
+8
2011-02-12
be2net: Initialize and cleanup sriov resources only if pci_enable_sriov has s...
Ajit Khaparde
1
-17
/
+22
2011-02-12
be2net: Use domain id when be_cmd_if_destroy is called.
Ajit Khaparde
1
-3
/
+4
2011-02-12
be2net: While configuring QOS for VF, pass proper domain id
Ajit Khaparde
1
-1
/
+1
2011-02-05
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+0
2011-02-04
be2net: use device model DMA API
Ivan Vecera
1
-47
/
+51
2011-02-02
be2net: remove netif_stop_queue being called before register_netdev.
Ajit Khaparde
1
-2
/
+0
2011-02-02
be2net: fix a crash seen during insmod/rmmod test
Ajit Khaparde
1
-2
/
+0
2010-12-21
drivers/net/*/: Use static const
Joe Perches
1
-5
/
+5
2010-12-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-12-17
be2net: use mutex instead of spin lock for mbox_lock
Ivan Vecera
1
-1
/
+1
2010-12-06
be2net: Handle out of buffer completions for lancer
Sathya Perla
1
-20
/
+35
2010-12-06
be2net: Fix be_dev_family_check() return value check
Sathya Perla
1
-1
/
+1
2010-12-06
net: Fix too optimistic NETIF_F_HW_CSUM features
Michał Mirosław
1
-2
/
+4
2010-11-28
be2net: adding support for Lancer family of CNAs
Sathya Perla
1
-50
/
+131
2010-11-19
be2net: Fix to avoid firmware update when interface is not open.
Sarveshwar Bandi
1
-0
/
+6
2010-10-27
be2net: Schedule/Destroy worker thread in probe()/remove() rather than open()...
Somnath Kotur
1
-4
/
+18
2010-10-25
be2net: Fix CSO for UDP packets
Somnath Kotur
1
-12
/
+8
2010-10-25
be2net: Call netif_carier_off() after register_netdev()
Somnath Kotur
1
-1
/
+1
2010-10-25
benet: make be_poll_rx local
stephen hemminger
1
-1
/
+1
2010-10-25
benet: remove dead code
stephen hemminger
1
-3
/
+0
2010-10-21
be2net: Changes to use only priority codes allowed by f/w
Somnath Kotur
1
-6
/
+14
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-4
/
+3
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
1
-1
/
+1
2010-10-04
be2net: add multiple RX queue support
Sathya Perla
1
-246
/
+315
[prev]
[next]