index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers
Eric Dumazet
2014-10-08
1
-2
/
+3
*
cxgb4: clean up a type issue
Dan Carpenter
2014-10-08
1
-10
/
+8
*
cxgb4: potential shift wrapping bug
Dan Carpenter
2014-10-08
1
-1
/
+1
*
i40e: skb->xmit_more support
Eric Dumazet
2014-10-08
1
-44
/
+46
*
net: fs_enet: Add NAPI TX
LEROY Christophe
2014-10-08
5
-11
/
+132
*
net: fs_enet: Remove non NAPI RX
LEROY Christophe
2014-10-08
1
-149
/
+15
*
r8169:add support for RTL8168EP
Chun-Hao Lin
2014-10-08
1
-44
/
+517
*
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
2014-10-07
10
-14
/
+21
*
net/mlx4_en: remove NETDEV_TX_BUSY
Eric Dumazet
2014-10-07
1
-24
/
+24
*
net: bcmgenet: fix Tx ring priority programming
Petri Gynther
2014-10-07
2
-17
/
+27
*
net: phy: adjust fixed_phy_register() return value
Petri Gynther
2014-10-07
1
-8
/
+8
*
openvswitch: fix a compilation error when CONFIG_INET is not setW!
Andy Zhou
2014-10-07
1
-1
/
+0
*
r8152: nway reset after setting eee
hayeswang
2014-10-06
1
-0
/
+2
*
bonding: Simplify the xmit function for modes that use xmit_hash
Mahesh Bandewar
2014-10-06
5
-152
/
+249
*
bonding: display xmit_hash_policy for non-dynamic-tlb mode
Mahesh Bandewar
2014-10-06
2
-2
/
+8
*
net/mlx4_en: Use the new tx_copybreak to set inline threshold
Eric Dumazet
2014-10-06
3
-2
/
+44
*
net/mlx4_en: Enable the compiler to make is_inline() inlined
Eric Dumazet
2014-10-06
1
-29
/
+38
*
net/mlx4_en: tx_info->ts_requested was not cleared
Eric Dumazet
2014-10-06
1
-0
/
+1
*
net/mlx4_en: Use local var for skb_headlen(skb)
Eric Dumazet
2014-10-06
1
-10
/
+11
*
net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)
Eric Dumazet
2014-10-06
1
-24
/
+34
*
net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...
Eric Dumazet
2014-10-06
1
-5
/
+11
*
net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()
Eric Dumazet
2014-10-06
1
-7
/
+15
*
net/mlx4_en: Use prefetch in tx path
Eric Dumazet
2014-10-06
1
-0
/
+9
*
net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's
Eric Dumazet
2014-10-06
2
-37
/
+49
*
net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()
Eric Dumazet
2014-10-06
1
-3
/
+3
*
net/mlx4_en: Avoid calling bswap in tx fast path
Eric Dumazet
2014-10-06
2
-8
/
+12
*
net/mlx4_en: Align tx path structures to cache lines
Eric Dumazet
2014-10-06
1
-40
/
+46
*
net/mlx4_en: Code cleanups in tx path
Eric Dumazet
2014-10-06
2
-24
/
+26
*
fec: Fix fec_enet_alloc_buffers() error path
Fabio Estevam
2014-10-06
1
-7
/
+10
*
drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEM
Chen Gang
2014-10-06
1
-0
/
+1
*
net: fec: fix build error at m68k platform
Frank Li
2014-10-06
1
-0
/
+1
*
net: bcmgenet: improve bcmgenet_mii_setup()
Petri Gynther
2014-10-06
3
-31
/
+48
*
Altera TSE: Add support for no PHY
Walter Lozano
2014-10-05
1
-0
/
+8
*
Altera TSE: Move PHY get addr and MDIO create
Walter Lozano
2014-10-05
1
-21
/
+36
*
Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2014-10-05
284
-16379
/
+61826
|
\
|
*
rtlwifi: Fix static checker warnings for various drivers
Larry Finger
2014-10-02
8
-54
/
+12
|
*
rtlwifi: Fix Kconfig for RTL8192EE
Larry Finger
2014-10-02
1
-1
/
+2
|
*
ath9k: Fix flushing in MCC mode
Sujith Manoharan
2014-10-02
1
-0
/
+16
|
*
ath9k: Fix queue handling for channel contexts
Sujith Manoharan
2014-10-02
1
-6
/
+1
|
*
ath9k: Add ath9k_chanctx_stop_queues()
Sujith Manoharan
2014-10-02
2
-0
/
+24
|
*
ath9k: Pass context to ath9k_chanctx_wake_queues()
Sujith Manoharan
2014-10-02
3
-6
/
+7
|
*
ath9k: Fix queue handling in flush()
Sujith Manoharan
2014-10-02
1
-5
/
+0
|
*
ath9k: Remove duplicate code
Sujith Manoharan
2014-10-02
1
-9
/
+1
|
*
ath9k: Fix pending frame check
Sujith Manoharan
2014-10-02
1
-3
/
+0
|
*
ath9k: Check pending frames properly
Sujith Manoharan
2014-10-02
1
-1
/
+4
|
*
ath9k: Print RoC expiration
Sujith Manoharan
2014-10-02
1
-0
/
+7
|
*
mwifiex: add support for SD8887 chipset
Avinash Patil
2014-10-02
3
-2
/
+62
|
*
mwifiex: few more register offset entries for sdio card structure
Avinash Patil
2014-10-02
2
-39
/
+59
|
*
wil6210: atomic I/O for the card memory
Vladimir Kondratiev
2014-10-02
4
-0
/
+188
|
*
wil6210: manual FW error recovery mode
Vladimir Kondratiev
2014-10-02
5
-9
/
+121
[next]