index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: hns: add media-type property for hns
Kejian Yan
2016-07-01
5
-3
/
+48
*
net: hns: remove redundant hns_mac_dev_to_enet_if()
Kejian Yan
2016-07-01
1
-15
/
+0
*
net: hns: normalize two different loop
Daode Huang
2016-07-01
1
-9
/
+9
*
net: hns: add a space before "*/"
Daode Huang
2016-07-01
1
-2
/
+2
*
net: hns: delete redundant parenthese
Daode Huang
2016-07-01
1
-2
/
+2
*
net: hns: change code style from a = a + x to a += x
Daode Huang
2016-07-01
1
-16
/
+16
*
net: hns: fix code style about hns driver
Daode Huang
2016-07-01
1
-9
/
+7
*
qede: Bump up driver version to 8.10.1.20
Manish Chopra
2016-07-01
1
-1
/
+1
*
qede: Add get/set rx copy break tunable support
Manish Chopra
2016-07-01
3
-1
/
+51
*
qede: Utilize xmit_more
Manish Chopra
2016-07-01
1
-14
/
+23
*
qede: qede_poll refactoring
Manish Chopra
2016-07-01
1
-42
/
+35
*
qede: Add support for handling IP fragmented packets.
Manish Chopra
2016-07-01
3
-0
/
+23
*
tun: switch to use skb array for tx
Jason Wang
2016-07-01
1
-8
/
+130
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2016-06-30
11
-67
/
+148
|
\
|
*
igb: Only DMA sync frame length
Andrew Lunn
2016-06-29
1
-3
/
+4
|
*
ixgbe: fix spoofed packets with macvlans
Emil Tantilov
2016-06-29
1
-0
/
+1
|
*
ixgbe: Correct reporting of timestamping for x550
Tony Nguyen
2016-06-29
1
-2
/
+6
|
*
fm10k: Remove create_workqueue
Bhaktipriya Shridhar
2016-06-29
1
-2
/
+1
|
*
igb: call igb_ptp_suspend during suspend/resume cycle
Jacob Keller
2016-06-29
1
-0
/
+2
|
*
igb: implement igb_ptp_suspend
Jacob Keller
2016-06-29
2
-5
/
+18
|
*
igb: re-use igb_ptp_reset in igb_ptp_init
Jacob Keller
2016-06-29
2
-33
/
+18
|
*
igb: introduce IGB_PTP_OVERFLOW_CHECK flag
Jacob Keller
2016-06-29
2
-13
/
+9
|
*
igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTP
Jacob Keller
2016-06-29
2
-4
/
+8
|
*
ixgbe: Error handler for duplicate filter locations in hardware for cls_u32 o...
Amritha Nambiar
2016-06-29
1
-16
/
+25
|
*
ixgbe: Fix deleting link filters for cls_u32 offloads
Amritha Nambiar
2016-06-29
2
-7
/
+72
|
*
e1000e: prevent division by zero if TIMINCA is zero
Denys Vlasenko
2016-06-29
1
-1
/
+2
|
*
fm10k: fix incorrect index calculation in fm10k_write_reta
Jacob Keller
2016-06-29
1
-2
/
+3
|
*
fm10k: Align Rx buffers to 512B blocks
Alexander Duyck
2016-06-29
1
-1
/
+1
|
*
fm10k: don't use BIT() macro where the value isn't a bitmask
Jacob Keller
2016-06-29
1
-1
/
+1
*
|
nfp: implement ethtool .get_link() callback
Jakub Kicinski
2016-06-30
1
-0
/
+1
*
|
nfp: remove unused parameter from nfp_net_write_mac_addr()
Jakub Kicinski
2016-06-30
1
-6
/
+7
*
|
nfp: correct name of control BAR define
Jakub Kicinski
2016-06-30
2
-3
/
+3
*
|
be2net: signedness bug in be_msix_enable()
Dan Carpenter
2016-06-30
1
-1
/
+2
*
|
net-next: mediatek: add support for IRQ grouping
John Crispin
2016-06-30
2
-59
/
+111
*
|
net-next: mediatek: add IRQ locking
John Crispin
2016-06-30
2
-0
/
+8
*
|
net-next: mediatek: don't use intermediate variables to store IRQ masks
John Crispin
2016-06-30
1
-12
/
+10
*
|
net-next: mediatek: remove superfluous register reads
John Crispin
2016-06-30
1
-4
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
61
-481
/
+740
|
\
\
|
|
/
|
/
|
|
*
qed: Protect the doorbell BAR with the write barriers.
Sudarsana Reddy Kalluru
2016-06-29
1
-7
/
+3
|
*
e1000e: keep VLAN interfaces functional after rxvlan off
Jarod Wilson
2016-06-29
1
-2
/
+13
|
*
qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()
Dan Carpenter
2016-06-29
1
-1
/
+1
|
*
ibmvnic: fix to use list_for_each_safe() when delete items
Wei Yongjun
2016-06-29
1
-7
/
+7
|
*
net: thunderx: Fix TL4 configuration for secondary Qsets
Sunil Goutham
2016-06-29
1
-3
/
+13
|
*
net: thunderx: Fix link status reporting
Sunil Goutham
2016-06-29
2
-31
/
+62
|
*
net/mlx5e: Reorganize ethtool statistics
Gal Pressman
2016-06-29
5
-163
/
+130
|
*
net/mlx5e: Fix number of PFC counters reported to ethtool
Gal Pressman
2016-06-29
1
-1
/
+3
|
*
net/mlx5e: Prevent adding the same vxlan port
Matthew Finlay
2016-06-29
1
-0
/
+3
|
*
net/mlx5e: Check for BlueFlame capability before allocating SQ uar
Gal Pressman
2016-06-29
1
-1
/
+1
|
*
net/mlx5e: Change enum to better reflect usage
Eli Cohen
2016-06-29
2
-4
/
+4
|
*
net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devices
Majd Dibbiny
2016-06-29
1
-1
/
+2
[next]