index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vxge
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-29
vxge: remove unnecessary [kv][mcz]alloc casts
Joe Perches
2
-18
/
+10
2010-11-28
drivers/net: use vzalloc()
Eric Dumazet
1
-23
/
+8
2010-11-17
drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdata
Joe Perches
1
-16
/
+12
2010-11-17
drivers/net/vxge: Remove unnecessary casts of netdev_priv
Joe Perches
2
-26
/
+26
2010-11-11
vxge: update driver version
Jon Mason
1
-2
/
+2
2010-11-11
vxge: sparse and other clean-ups
Jon Mason
3
-153
/
+76
2010-11-11
vxge: correct multi-function detection
Jon Mason
2
-3
/
+6
2010-11-11
vxge: Titan1A detection
Jon Mason
4
-55
/
+87
2010-11-11
vxge: Handle errors in vxge_hw_vpath_fw_api
Jon Mason
1
-5
/
+10
2010-11-11
vxge: add receive hardware timestamping
Jon Mason
2
-9
/
+132
2010-11-11
vxge: add support for ethtool firmware flashing
Jon Mason
7
-22
/
+500
2010-11-11
vxge: serialize access to steering control register
Jon Mason
2
-483
/
+325
2010-11-11
vxge: cleanup debug printing and asserts
Jon Mason
2
-35
/
+9
2010-11-11
vxge: Wait for Rx to become idle before reseting or closing
Jon Mason
5
-9
/
+106
2010-11-11
vxge: enable rxhash
Jon Mason
6
-63
/
+86
2010-10-25
vxge: make functions local and remove dead code
stephen hemminger
7
-615
/
+304
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-1
/
+1
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
1
-1
/
+1
2010-09-03
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-1
/
+1
2010-08-19
vxge: Implement 64bit stats
Eric Dumazet
2
-16
/
+7
2010-08-18
drivers/net: Convert unbounded kzalloc calls to kcalloc
Joe Perches
1
-5
/
+5
2010-07-31
drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>
Joe Perches
1
-16
/
+11
2010-07-16
vxge: Version update
Jon Mason
1
-3
/
+2
2010-07-16
vxge: Update copyright information
Jon Mason
11
-22
/
+22
2010-07-16
vxge: NETIF_F_LLTX removal
Jon Mason
3
-129
/
+39
2010-07-16
vxge: Fix multicast issues
Jon Mason
1
-124
/
+146
2010-07-16
vxge: Remove queue_state references
Jon Mason
2
-86
/
+42
2010-07-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-11
/
+22
2010-07-08
vxge: show startup message with KERN_INFO
Wu Fengguang
1
-2
/
+2
2010-06-27
vxge: fix memory leak in vxge_alloc_msix() error path
Michal Schmidt
1
-9
/
+20
2010-06-02
vxge: Fix checkstack warning in vxge_probe()
Prarit Bhargava
1
-42
/
+51
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
3
-49
/
+0
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-0
/
+4
2010-04-08
vxge: Version update.
Sreenivasa Honnur
1
-2
/
+2
2010-04-08
vxge: Pass correct number of VFs value to pci_sriov_enable().
Sreenivasa Honnur
3
-12
/
+71
2010-04-08
vxge: Allow driver load for all enumerated pci functions.
Sreenivasa Honnur
1
-2
/
+4
2010-04-08
vxge: Fix a possible memory leak in vxge_hw_device_initialize().
Sreenivasa Honnur
1
-1
/
+3
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
4
-0
/
+4
2010-03-30
vxge: Version update.
Sreenivasa Honnur
1
-2
/
+2
2010-03-30
vxge: Set function-0 as the privilaged function for normal function.
Sreenivasa Honnur
1
-2
/
+4
2010-03-30
vxge: Fixed MSIX interrupt configuration.
Sreenivasa Honnur
4
-120
/
+81
2010-03-30
vxge: Fixed "ethtool -d" prints.
Sreenivasa Honnur
1
-3
/
+2
2010-03-30
vxge: Align the memory only if it is misaligned.
Sreenivasa Honnur
1
-4
/
+16
2010-03-30
vxge: Fix starvation of receive ring controller when blasted by short packets.
Sreenivasa Honnur
3
-13
/
+6
2010-03-30
vxge: Fix a receive stall due to driver being out of synch with chip.
Sreenivasa Honnur
2
-7
/
+56
2010-03-25
net/various: remove trailing space in messages
Frans Pop
1
-1
/
+1
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
Jiri Pirko
1
-3
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-3
/
+3
2010-01-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-4
/
+4
[next]