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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-11
e1000: fix return value not set on error
Dean Nelson
1
-4
/
+6
2010-12-11
bonding: add the debugfs facility to the bonding driver
Taku Izumi
4
-2
/
+115
2010-12-11
enic: Move enic port profile handling code to a new 802.1Qbh provisioning inf...
Roopa Prabhu
3
-19
/
+47
2010-12-11
vxge: update driver version
Jon Mason
1
-3
/
+3
2010-12-11
vxge: independent interrupt moderation
Jon Mason
1
-4
/
+7
2010-12-11
vxge: hotplug stall
Jon Mason
1
-2
/
+2
2010-12-11
vxge: transmit timeout deadlock
Jon Mason
2
-5
/
+15
2010-12-11
vxge: use pci_request_region()
Jon Mason
1
-3
/
+3
2010-12-11
vxge: fix crash of VF when unloading PF
Jon Mason
1
-7
/
+18
2010-12-11
vxge: code cleanup and reorganization
Jon Mason
6
-1979
/
+1812
2010-12-11
netdev: Use default implementation of ethtool_ops::get_link where possible
Ben Hutchings
8
-62
/
+8
2010-12-11
enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning data
Roopa Prabhu
2
-23
/
+57
2010-12-11
enic: Add ndo_set_vf_mac support for enic dynamic devices
Roopa Prabhu
2
-1
/
+22
2010-12-11
enic: Add ndo_set_rx_mode support for enic vnics
Roopa Prabhu
3
-24
/
+102
2010-12-11
sfc: convert references to LRO to GRO
stephen hemminger
1
-15
/
+15
2010-12-11
stmmac: Remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2010-12-11
ifb: use the lockless variants of skb_queue
Changli Gao
1
-8
/
+6
2010-12-11
ifb: remove unused macro TX_TIMEOUT
Changli Gao
1
-2
/
+0
2010-12-11
ifb: remove the useless debug stats
Changli Gao
1
-19
/
+0
2010-12-10
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
8
-306
/
+468
2010-12-10
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
64
-3414
/
+4484
2010-12-10
bnx2x: Update version number and a date.
Vladislav Zolotarov
1
-2
/
+2
2010-12-10
bnx2x: Fixed a compilation warning
Vladislav Zolotarov
1
-2
/
+2
2010-12-10
bnx2x: Use dma_alloc_coherent() semantics for ILT memory allocation
Vladislav Zolotarov
1
-2
/
+2
2010-12-10
bnx2x: LSO code was broken on BE platforms
Vladislav Zolotarov
1
-16
/
+26
2010-12-09
can: slcan: Add missing linux/sched.h include.
David S. Miller
1
-0
/
+1
2010-12-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
49
-378
/
+632
2010-12-08
ehea: Fixing LRO configuration
Breno Leitao
2
-2
/
+14
2010-12-08
driver/net/benet: fix be_cmd_multicast_set() memcpy bug
Joe Jin
1
-1
/
+1
2010-12-08
Merge branch 'sfc-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/bw...
David S. Miller
3
-14
/
+37
2010-12-08
via-rhine: hardware VLAN support
Roger Luethi
1
-14
/
+312
2010-12-08
ifb: goto resched directly if error happens and dp->tq isn't empty
Changli Gao
1
-0
/
+2
2010-12-08
cxgb4: fix MAC address hash filter
Dimitris Michailidis
1
-1
/
+1
2010-12-08
can: add slcan driver for serial/USB-serial CAN adapters
Oliver Hartkopp
3
-0
/
+777
2010-12-08
CAIF: Fix U5500 compile error for shared memory driver
Kim Lilliestierna XX
2
-2
/
+2
2010-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
19
-90
/
+107
2010-12-07
sfc: Fix NAPI list corruption during ring reallocation
Ben Hutchings
1
-12
/
+19
2010-12-07
sfc: Fix crash in legacy onterrupt handler during ring reallocation
Ben Hutchings
3
-2
/
+18
2010-12-07
sfc: Generalise filter spec initialisation
Ben Hutchings
3
-191
/
+248
2010-12-07
sfc: Remove filter table IDs from filter functions
Ben Hutchings
4
-25
/
+34
2010-12-07
sfc: Log start and end of ethtool self-test at INFO level
Ben Hutchings
1
-3
/
+6
2010-12-07
Revert "ehea: Use the standard logging functions"
David S. Miller
5
-274
/
+293
2010-12-07
sfc: Use TX push whenever adding descriptors to an empty queue
Ben Hutchings
3
-2
/
+68
2010-12-07
sfc: Remove locking from implementation of efx_writeo_paged()
Ben Hutchings
1
-1
/
+14
2010-12-07
sfc: Add compile-time checks for correctness of paged register writes
Ben Hutchings
1
-8
/
+23
2010-12-07
sfc: Remove redundant memory barriers between MMIOs
Ben Hutchings
1
-5
/
+0
2010-12-07
sfc: Expand/correct comments on collector behaviour and function usage
Ben Hutchings
1
-49
/
+49
2010-12-07
sfc: Use ACCESS_ONCE when copying efx_tx_queue::read_count
Ben Hutchings
1
-3
/
+2
2010-12-07
sfc: Reorder struct efx_nic to separate fields by volatility
Ben Hutchings
1
-18
/
+23
2010-12-07
net: cris/eth_v10: Use net_device_stats from struct net_device_stats
Tobias Klauser
1
-19
/
+15
[prev]
[next]