index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-07
net/mlx4_en: remove NETDEV_TX_BUSY
Eric Dumazet
1
-24
/
+24
2014-10-07
net: bcmgenet: fix Tx ring priority programming
Petri Gynther
2
-17
/
+27
2014-10-06
net/mlx4_en: Use the new tx_copybreak to set inline threshold
Eric Dumazet
3
-2
/
+44
2014-10-06
net/mlx4_en: Enable the compiler to make is_inline() inlined
Eric Dumazet
1
-29
/
+38
2014-10-06
net/mlx4_en: tx_info->ts_requested was not cleared
Eric Dumazet
1
-0
/
+1
2014-10-06
net/mlx4_en: Use local var for skb_headlen(skb)
Eric Dumazet
1
-10
/
+11
2014-10-06
net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)
Eric Dumazet
1
-24
/
+34
2014-10-06
net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...
Eric Dumazet
1
-5
/
+11
2014-10-06
net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()
Eric Dumazet
1
-7
/
+15
2014-10-06
net/mlx4_en: Use prefetch in tx path
Eric Dumazet
1
-0
/
+9
2014-10-06
net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's
Eric Dumazet
2
-37
/
+49
2014-10-06
net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()
Eric Dumazet
1
-3
/
+3
2014-10-06
net/mlx4_en: Avoid calling bswap in tx fast path
Eric Dumazet
2
-8
/
+12
2014-10-06
net/mlx4_en: Align tx path structures to cache lines
Eric Dumazet
1
-40
/
+46
2014-10-06
net/mlx4_en: Code cleanups in tx path
Eric Dumazet
2
-24
/
+26
2014-10-06
fec: Fix fec_enet_alloc_buffers() error path
Fabio Estevam
1
-7
/
+10
2014-10-06
net: fec: fix build error at m68k platform
Frank Li
1
-0
/
+1
2014-10-06
net: bcmgenet: improve bcmgenet_mii_setup()
Petri Gynther
3
-31
/
+48
2014-10-05
Altera TSE: Add support for no PHY
Walter Lozano
1
-0
/
+8
2014-10-05
Altera TSE: Move PHY get addr and MDIO create
Walter Lozano
1
-21
/
+36
2014-10-05
net: pxa168_eth: avoid using signed char for bitops
Antoine Ténart
1
-6
/
+6
2014-10-04
mlx4: add a new xmit_more counter
Eric Dumazet
4
-8
/
+19
2014-10-03
drivers/net/ethernet/marvell/Kconfig: Let PXA168_ETH depend on HAS_IOMEM
Chen Gang
1
-1
/
+1
2014-10-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
10
-77
/
+12
2014-10-03
net/mlx5_core: Add ConnectX-4 to list of supported devices
Eli Cohen
1
-0
/
+1
2014-10-03
net/mlx5_core: Identify resources by their type
Eli Cohen
2
-22
/
+47
2014-10-03
net/mlx5_core: use set/get macros in device caps
Eli Cohen
2
-76
/
+91
2014-10-03
net/mlx5_core: Use hardware registers description header file
Eli Cohen
2
-39
/
+0
2014-10-03
net/mlx5_core: Update device capabilities handling
Eli Cohen
5
-142
/
+188
2014-10-03
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
19
-34
/
+0
2014-10-03
et131x: Add PCIe gigabit ethernet driver et131x to drivers/net
Mark Einon
6
-0
/
+5592
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-30
/
+27
2014-10-02
igb: bump version to 5.2.15
Todd Fujinaka
1
-1
/
+1
2014-10-02
i40e/igb: Convert to dev_consume_skb_any()
Rick Jones
2
-2
/
+2
2014-10-02
igb: remove blocking phy read from inside spinlock
Bernhard Kaindl
3
-18
/
+0
2014-10-02
ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUES
Ethan Zhao
1
-1
/
+0
2014-10-02
ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQL
Emil Tantilov
2
-6
/
+1
2014-10-02
ixgbe: remove wait loop on autoneg for copper devices
Emil Tantilov
1
-41
/
+0
2014-10-02
ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()
Rick Jones
1
-1
/
+1
2014-10-01
fm10k: Correctly set the number of Tx queues
Alexander Duyck
1
-1
/
+5
2014-10-01
fm10k: Reduce buffer size when pages are larger than 4K
Alexander Duyck
1
-6
/
+2
2014-10-01
net: bcmgenet: fix bcmgenet_put_tx_csum()
Petri Gynther
1
-6
/
+7
2014-10-01
net: fec: implement rx_copybreak to improve rx performance
Nimrod Andy
2
-65
/
+145
2014-10-01
bnx2: Correctly receive full sized 802.1ad fragmes
Vlad Yasevich
1
-2
/
+3
2014-10-01
tg3: Allow for recieve of full-size 8021AD frames
Vlad Yasevich
1
-1
/
+2
2014-10-01
r8169: add support for Byte Queue Limits
Florian Westphal
1
-4
/
+14
2014-10-01
r8169:call "rtl8168_driver_start" "rtl8168_driver_stop" only when hardware da...
Chun-Hao Lin
1
-6
/
+8
2014-10-01
r8169:modify the behavior of function "rtl8168_oob_notify"
Chun-Hao Lin
1
-53
/
+46
2014-10-01
r8169:change the name of function "r8168dp_check_dash" to "r8168_check_dash"
Chun-Hao Lin
1
-2
/
+2
2014-10-01
r8169:change the name of function"rtl_w1w0_eri"
Chun-Hao Lin
1
-29
/
+29
[next]