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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-27
sfc: Fix descriptor cache sizes
Ben Hutchings
1
-4
/
+4
2009-11-27
macvlan: export macvlan mode through netlink
Arnd Bergmann
1
-6
/
+50
2009-11-27
macvlan: implement bridge, VEPA and private mode
Arnd Bergmann
1
-8
/
+72
2009-11-27
macvlan: cleanup rx statistics
Arnd Bergmann
1
-29
/
+41
2009-11-27
veth: move loopback logic to common location
Arnd Bergmann
1
-14
/
+3
2009-11-27
via-velocity: Bump version
Simon Kagstrom
1
-1
/
+1
2009-11-27
via-velocity: Set tx checksum from ethtool instead of module parameter
Simon Kagstrom
2
-15
/
+4
2009-11-27
via-velocity: Re-enable transmit scatter-gather support
Simon Kagstrom
1
-30
/
+53
2009-11-27
via-velocity: Change DMA_LENGTH_DEF (from the VIA driver)
Simon Kagstrom
1
-1
/
+1
2009-11-27
via-velocity: Implement NAPI support
Simon Kagstrom
2
-35
/
+49
2009-11-27
via-velocity: Add ethtool interrupt coalescing support
Simon Kagstrom
2
-2
/
+165
2009-11-27
via-velocity: Correct 64-byte alignment for rx buffers
Simon Kagstrom
1
-1
/
+2
2009-11-26
r8169: move PHY regs tables to .rodata
Alexey Dobriyan
1
-32
/
+32
2009-11-26
net: use net_eq to compare nets
Octavian Purdila
3
-5
/
+5
2009-11-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
76
-1124
/
+2044
2009-11-24
sfc: Log interrupt and reset type names, not numbers
Ben Hutchings
6
-28
/
+69
2009-11-24
sfc: Combine high-level header files
Ben Hutchings
9
-87
/
+25
2009-11-24
sfc: Remove redundant efx_xmit() function
Ben Hutchings
3
-25
/
+8
2009-11-24
sfc: Remove unnecessary casts to struct sk_buff *
Ben Hutchings
1
-3
/
+3
2009-11-24
sfc: Gather link state fields in struct efx_nic into new struct efx_link_state
Ben Hutchings
10
-53
/
+68
2009-11-24
sfc: Move all I2C stuff into struct falcon_board
Ben Hutchings
4
-24
/
+29
2009-11-24
sfc: Move struct falcon_board into struct falcon_nic_data
Ben Hutchings
4
-38
/
+39
2009-11-24
sfc: Move definition of struct falcon_nic_data into falcon.h
Ben Hutchings
2
-11
/
+11
2009-11-24
sfc: Make board information explicitly Falcon-specific
Ben Hutchings
8
-75
/
+88
2009-11-24
sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
Ben Hutchings
5
-27
/
+33
2009-11-24
sfc: Use a single blink implementation
Ben Hutchings
8
-77
/
+62
2009-11-24
sfc: SFT9001: Reset LED configuration correctly after blinking
Ben Hutchings
1
-4
/
+7
2009-11-24
sfc: Record RX queue number on GRO path
Ben Hutchings
1
-2
/
+4
2009-11-24
sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
Ben Hutchings
1
-12
/
+14
2009-11-24
sfc: Remove ridiculously paranoid assertions
Ben Hutchings
1
-3
/
+0
2009-11-24
sfc: Remove redundant gotos from __efx_rx_packet()
Ben Hutchings
1
-5
/
+2
2009-11-24
sfc: Remove pointless abstraction of memory BAR number (2)
Ben Hutchings
1
-2
/
+0
2009-11-24
macvlan: fix gso_max_size setting
Patrick McHardy
1
-0
/
+2
2009-11-24
ath9k: set ps_default as false
John W. Linville
1
-0
/
+2
2009-11-24
ssb: Fix range check in sprom write
Michael Buesch
1
-4
/
+16
2009-11-24
ssb: Fix SPROM writing
Michael Buesch
3
-70
/
+78
2009-11-24
rndis_wlan: disable stall workaround
Jussi Kivilinna
1
-3
/
+3
2009-11-24
rndis_wlan: fix buffer overflow in rndis_query_oid
Jussi Kivilinna
1
-2
/
+3
2009-11-24
iwlwifi: remove reset led_tpt from iwl_leds_init()
Wey-Yi Guy
1
-1
/
+0
2009-11-24
iwlwifi: change message for cmd queue full error
Wey-Yi Guy
1
-1
/
+1
2009-11-24
iwlwifi: print limited number of event log when uCode error
Wey-Yi Guy
6
-37
/
+130
2009-11-24
iwlwifi: Tell the ucode immediately when association state changes
Jay Sternberg
1
-0
/
+10
2009-11-24
iwlwifi: dump error log when uCode error occurred
Wey-Yi Guy
3
-7
/
+4
2009-11-24
iwlwifi: by default, dump entire sram data portion
Wey-Yi Guy
1
-3
/
+11
2009-11-24
iwlwifi: update supported PCI_ID list for 5xx0 series
Wey-Yi Guy
3
-22
/
+84
2009-11-24
iwlwifi: separate IO tracing
Johannes Berg
1
-1
/
+4
2009-11-24
iwlwifi: fix reserved2 field in iwl4965_addsta
Wey-Yi Guy
1
-1
/
+1
2009-11-24
iwlwifi: dynamically allocate buffer for sram debugfs file
Wey-Yi Guy
1
-2
/
+13
2009-11-24
iwlwifi: increase tx_queue debugfs buffer size
Wey-Yi Guy
1
-1
/
+1
2009-11-24
iwlwifi: set read/write permission for debugfs files
Wey-Yi Guy
2
-33
/
+33
[prev]
[next]