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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-17
qlcnic: remove fw version check
Amit Kumar Salecha
1
-28
/
+2
2010-09-17
qlcnic: vlan lro support
Amit Kumar Salecha
1
-9
/
+30
2010-09-17
qlcnic: vlan gro support
Amit Kumar Salecha
1
-1
/
+1
2010-09-17
qlcnic: support vlan rx accleration
Amit Kumar Salecha
3
-26
/
+44
2010-09-17
drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctl
Dan Rosenberg
1
-1
/
+1
2010-09-16
ehea: Remove a silly return
Breno Leitao
1
-2
/
+0
2010-09-16
sky2: enable GRO by default
stephen hemminger
1
-1
/
+2
2010-09-16
ipv4: ip_ptr cleanups
Eric Dumazet
3
-7
/
+16
2010-09-16
misdn: kill big kernel lock
Arnd Bergmann
1
-7
/
+0
2010-09-16
i4l: kill big kernel lock
Arnd Bergmann
1
-5
/
+6
2010-09-16
ethtool: Remove unimplemented flow specification types
Ben Hutchings
1
-14
/
+5
2010-09-16
tg3: phy tmp variable roundup
Matt Carlson
1
-30
/
+15
2010-09-16
tg3: Dynamically allocate VPD data memory
Matt Carlson
1
-4
/
+11
2010-09-16
tg3: Use skb_is_gso_v6()
Matt Carlson
1
-3
/
+3
2010-09-16
tg3: Move producer ring struct to tg3_napi
Matt Carlson
2
-25
/
+18
2010-09-16
tg3: Clarify semantics of TG3_IRQ_MAX_VECS
Matt Carlson
2
-4
/
+5
2010-09-16
tg3: Unlock 5717 B0+ support
Matt Carlson
1
-5
/
+1
2010-09-16
tg3: Don't send APE events for NCSI firmware
Matt Carlson
2
-3
/
+28
2010-09-16
tg3: Disable TSS
Matt Carlson
1
-8
/
+1
2010-09-16
tg3: Fix read DMA FIFO overruns on recent devices
Matt Carlson
2
-1
/
+15
2010-09-15
drivers/net/wireless: Use static const char * const where possible
Joe Perches
1
-1
/
+1
2010-09-15
drivers/net/pcmcia: Use static const char * const where possible
Joe Perches
1
-1
/
+1
2010-09-15
drivers/net: Use static const char * const where possible
Joe Perches
2
-2
/
+6
2010-09-15
drivers/isdn: Use static const char * const where possible
Joe Perches
2
-2
/
+2
2010-09-15
e1000e: Simplify MSI interrupt testing
Jean Delvare
1
-25
/
+4
2010-09-14
uwb: use '%pM' format to print MAC address
Andy Shevchenko
2
-9
/
+3
2010-09-14
bnx2x: Spread rx buffers between allocated queues
Dmitry Kravkov
4
-5
/
+17
2010-09-14
cx82310_eth: allow empty URBs
Ondrej Zary
1
-9
/
+3
2010-09-14
cx82310_eth: check usb_string() return value for error
Ondrej Zary
1
-5
/
+3
2010-09-14
drivers/net/skfp: Remove pr_<level> uses of KERN_<level>
Joe Perches
1
-42
/
+42
2010-09-14
net/cxgb3: remove undefined operations
Andreas Schwab
1
-1
/
+1
2010-09-14
net/de4x5: remove undefined operations
Andreas Schwab
1
-9
/
+9
2010-09-14
sundance: Add power management hooks
Denis Kirjanov
1
-0
/
+48
2010-09-14
sfc: Fix order of channel_name array dimensions
Ben Hutchings
1
-1
/
+1
2010-09-12
bna: Check for NULL before deref in bnad_cb_tx_cleanup
David S. Miller
1
-1
/
+2
2010-09-10
sfc: Allow changing the DMA ring sizes dynamically via ethtool
Ben Hutchings
5
-52
/
+224
2010-09-10
sfc: Make the dmaq size a run-time setting (rather than compile-time)
Steve Hodgson
7
-76
/
+109
2010-09-10
sfc: Allocate each channel separately, along with its RX and TX queues
Ben Hutchings
3
-76
/
+61
2010-09-10
sfc: Refactor channel and queue lookup and iteration
Ben Hutchings
7
-75
/
+125
2010-09-10
sfc: Abstract channel and index lookup for RX queues
Ben Hutchings
3
-33
/
+47
2010-09-10
sfc: Allocate DMA and event rings using GFP_KERNEL
Ben Hutchings
1
-4
/
+4
2010-09-10
sfc: Fix failure paths in efx_probe_port()
Ben Hutchings
1
-2
/
+2
2010-09-10
sfc: Remove declarations of functions that no longer exist
Ben Hutchings
1
-2
/
+0
2010-09-10
sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors
Ben Hutchings
1
-1
/
+1
2010-09-10
sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count
Ben Hutchings
1
-1
/
+1
2010-09-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
283
-9099
/
+5821
2010-09-10
Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...
David S. Miller
1
-22
/
+58
2010-09-10
drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.c
Nikitas Angelinas
1
-3
/
+2
2010-09-10
ipheth: remove incorrect devtype to WWAN
Dan Williams
1
-6
/
+1
2010-09-10
au1000-eth: change multi-line comments style
Florian Fainelli
2
-14
/
+30
[next]