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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-03
sfc: Remove efx_channel::evqnum field
Ben Hutchings
3
-10
/
+7
2008-09-03
sfc: Make efx_for_each_channel_rx_queue() more efficient
Ben Hutchings
1
-3
/
+3
2008-09-03
sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KER
Ben Hutchings
1
-7
/
+2
2008-09-03
sfc: Cleanup RX queue information
Ben Hutchings
4
-58
/
+27
2008-09-03
sfc: Remove efx_channel::has_interrupt
Ben Hutchings
4
-67
/
+12
2008-09-03
sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues()
Ben Hutchings
1
-25
/
+35
2008-09-03
sfc: Export boot configuration in EEPROM through ethtool
Ben Hutchings
5
-95
/
+446
2008-09-03
sfc: Removed forced inlining of long functions
Ben Hutchings
4
-50
/
+49
2008-09-03
sfc: Cleaned up struct tso_state fields
Ben Hutchings
1
-86
/
+75
2008-09-03
sfc: Set net_device::vlan_features appropriately
Ben Hutchings
1
-0
/
+3
2008-09-03
sfc: Use explicit bool for boolean variables, parameters and return values
Ben Hutchings
18
-178
/
+175
2008-09-03
sfc: Reduce the size of struct efx_tx_buffer
Ben Hutchings
2
-11
/
+11
2008-09-03
sfc: Use pci_map_single() to map the skb header when doing TSO
Ben Hutchings
1
-69
/
+83
2008-09-03
sfc: Don't leak PCI DMA maps in the TSO code when the queue fills up
Ben Hutchings
1
-0
/
+5
2008-09-03
sfc: Speed up loopback self-test
Ben Hutchings
1
-15
/
+29
2008-09-03
sfc: Self-test reporting cleanup
Ben Hutchings
1
-26
/
+16
2008-09-03
sfc: Reduce log level for XGXS lane status
Ben Hutchings
1
-1
/
+1
2008-09-03
sfc: Reverse the XOFF/XON pause frame control fifo thresholds
Ben Hutchings
1
-2
/
+2
2008-09-03
sfc: Remove inclusion of workarounds.h from efx.c
Ben Hutchings
1
-1
/
+0
2008-09-03
sfc: XMAC statistics fix-ups
Ben Hutchings
1
-2
/
+4
2008-09-03
sfc: Remove mistaken hardware workaround
Ben Hutchings
2
-63
/
+4
2008-09-03
sfc: Reduce delays in SFE4001 initialisation
Ben Hutchings
1
-22
/
+35
2008-09-03
sfc: Avoid mangling error codes in efx_test_loopback()
Ben Hutchings
1
-6
/
+6
2008-09-03
sfc: Use separate hardware TX queues to select checksum generation
Ben Hutchings
7
-92
/
+48
2008-09-03
sfc: Remove unused field efx_channel::reset_work
Steve Hodgson
1
-1
/
+0
2008-09-03
sfc: Change first parameter type of {set,clear}_bit_le() to unsigned
Ben Hutchings
1
-2
/
+2
2008-09-03
sfc: Replace net_dev->priv with netdev_priv(net_dev)
Ben Hutchings
4
-32
/
+32
2008-09-03
netlink: Remove compat API for nested attributes
Thomas Graf
3
-89
/
+17
2008-08-30
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
69
-466
/
+638
2008-08-30
net: Unbreak userspace usage of linux/mroute.h
David S. Miller
4
-20
/
+2
2008-08-30
pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()
Jarek Poplawski
7
-11
/
+11
2008-08-30
ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0
Yang Hongyang
1
-3
/
+3
2008-08-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
84
-6735
/
+7730
2008-08-30
b43: Rewrite TX power adjustment
Michael Buesch
9
-121
/
+341
2008-08-30
b43: Implement dynamic PHY API
Michael Buesch
22
-4225
/
+4998
2008-08-30
rt2x00: Release rt2x00 2.2.1
Ivo van Doorn
1
-1
/
+1
2008-08-30
rt2x00: skb->data pointer should not include TX descriptor
Mattias Nissler
3
-9
/
+8
2008-08-30
rt2x00: Add Signal type flag
Ivo van Doorn
6
-4
/
+13
2008-08-30
rt2x00: Initialize txop during conf_tx() callback
Ivo van Doorn
5
-24
/
+122
2008-08-30
rt2x00: Only configure hardware when radio is enabled
Mattias Nissler
3
-36
/
+25
2008-08-30
rt2x00: Map extra_tx_headroom to DMA
Ivo van Doorn
1
-3
/
+21
2008-08-30
rt2x00: Fix race conditions in flag handling
Ivo van Doorn
11
-66
/
+68
2008-08-30
libertas: use the common frame control functions
Harvey Harrison
1
-12
/
+8
2008-08-30
rfkill: rename rfkill_mutex to rfkill_global_mutex
Henrique de Moraes Holschuh
1
-18
/
+20
2008-08-30
rfkill: add WARN and BUG_ON paranoia (v2)
Henrique de Moraes Holschuh
1
-13
/
+37
2008-08-30
rfkill: add missing line break
Felipe Balbi
1
-1
/
+1
2008-08-30
rfkill: use strict_strtoul (v2)
Henrique de Moraes Holschuh
1
-2
/
+12
2008-08-30
ath9k: rc.h cleanup
Sujith
2
-115
/
+125
2008-08-30
ath9k: Remove sc_lastrx as we don't use it anywhere
Sujith
2
-6
/
+2
2008-08-30
ath9k: Do not update frame's duration field
Sujith
2
-46
/
+11
[next]