index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessors
Claudiu Manoil
2014-10-09
1
-14
/
+14
*
net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM
Claudiu Manoil
2014-10-09
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
793
-28225
/
+128708
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-08
24
-133
/
+138
|
|
\
|
|
*
3c59x: fix bad split of cpu_to_le32(pci_map_single())
Sylvain "ythier" Hitier
2014-10-07
1
-1
/
+1
|
|
*
bna: allow transmit tagged frames
Ivan Vecera
2014-10-07
2
-2
/
+2
|
|
*
net: spider_net: avoid using signed char for bitops
Antoine Ténart
2014-10-05
1
-3
/
+3
|
|
*
net: spider_net: do not read mac address again after setting it
Antoine Ténart
2014-10-05
1
-34
/
+2
|
|
*
hyperv: Fix a bug in netvsc_send()
KY Srinivasan
2014-10-05
1
-7
/
+8
|
|
*
team: avoid race condition in scheduling delayed work
Joe Lawrence
2014-10-04
1
-2
/
+2
|
|
*
net: systemport: fix bcm_sysport_insert_tsb()
Florian Fainelli
2014-10-04
1
-6
/
+7
|
|
*
r8152: autoresume before setting MAC address
hayeswang
2014-10-03
1
-2
/
+9
|
|
*
asix: Don't reset PHY on if_up for ASIX 88772
Michel Stam
2014-10-03
1
-1
/
+1
|
*
|
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
12
-16
/
+23
|
*
|
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
2
-10
/
+13
|
*
|
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
302
-16863
/
+63398
|
|
\
\
|
|
*
|
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
[next]