index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
hisilicon
/
hns
/
hns_enet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-16
1
-6
/
+7
|
\
|
*
net: hns: Make many functions static
YueHaibing
2018-07-26
1
-4
/
+4
|
*
net: allow fallback function to pass netdev
Alexander Duyck
2018-07-09
1
-1
/
+1
|
*
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
1
-1
/
+2
*
|
ACPI: Convert ACPI reference args to generic fwnode reference args
Sakari Ailus
2018-07-23
1
-2
/
+6
|
/
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
1
-2
/
+2
|
\
|
*
net: hns: set correct return value
Pan Bian
2017-11-01
1
-2
/
+2
*
|
net: hns: Convert timers to use timer_setup()
Kees Cook
2017-10-18
1
-4
/
+3
|
/
*
net: hns: Fix for __udivdi3 compiler error
Lin Yun Sheng
2017-08-04
1
-1
/
+2
*
net: hns: Add self-adaptive interrupt coalesce support in hns driver
Lin Yun Sheng
2017-08-03
1
-8
/
+126
*
net: hns: Bugfix for Tx timeout handling in hns driver
Lin Yun Sheng
2017-07-12
1
-7
/
+9
*
net: hns: Fix a skb used after free bug
Yunsheng Lin
2017-07-08
1
-12
/
+10
*
net: hns: Some checkpatch.pl script & warning fixes
Salil
2017-04-03
1
-4
/
+5
*
net: hns: Replace netif_tx_lock to ring spin lock
lipeng
2017-04-03
1
-10
/
+11
*
net: hns: Fix to adjust buf_size of ring according to mtu
lipeng
2017-04-03
1
-11
/
+238
*
net: hns: Optimize hns_nic_common_poll for better performance
lipeng
2017-04-03
1
-20
/
+30
*
net: hns: Fix the implementation of irq affinity function
lipeng
2017-04-03
1
-46
/
+29
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-11
1
-1
/
+1
|
\
|
*
net: hns: Fix the device being used for dma mapping during TX
Kejian Yan
2017-02-10
1
-1
/
+1
*
|
hns_enet: use cpumask_var_t for on-stack mask
Arnd Bergmann
2017-02-03
1
-10
/
+15
*
|
net: Remove usage of net_device last_rx member
Tobias Klauser
2017-01-18
1
-1
/
+0
*
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
|
/
*
net: hns: Fix to conditionally convey RX checksum flag to stack
Salil
2016-12-06
1
-7
/
+69
*
net: hns: add the support to add/remove the ucast entry to/from table
Kejian Yan
2016-11-10
1
-0
/
+26
*
net: hns: add multicast tcam table clear
Kejian Yan
2016-11-10
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-30
1
-34
/
+73
|
\
|
*
Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...
Linus Torvalds
2016-10-14
1
-34
/
+73
|
|
\
|
|
*
net: hns: delete redundant broadcast packet filter process
Daode Huang
2016-10-03
1
-10
/
+0
|
|
*
net: hns: bug fix about broadcast/multicast packets
Daode Huang
2016-10-03
1
-0
/
+16
|
|
*
net: hns: delete repeat read fbd num after while
Daode Huang
2016-10-03
1
-13
/
+2
|
|
*
net: hns: add fini_process for v2 napi process
Daode Huang
2016-10-03
1
-7
/
+38
|
|
*
net: hns: fix port unavailable after hnae_reserve_buffer_map fail
lipeng
2016-10-03
1
-5
/
+18
*
|
|
ethernet: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-4
/
+7
|
/
/
*
/
net: ethernet: hisilicon: hns: use phydev from struct net_device
Philippe Reynes
2016-09-22
1
-14
/
+9
|
/
*
net: hns: add a space before "*/"
Daode Huang
2016-07-01
1
-2
/
+2
*
net: hns: bug fix about TSO on|off when there is traffic
Daode Huang
2016-06-21
1
-4
/
+4
*
net: hns: fix bug that alloc skb fail lead to port unavailable
Jun He
2016-06-21
1
-2
/
+3
*
net: hns: delete redundancy ring enable operations
Daode Huang
2016-06-21
1
-6
/
+1
*
net: hns: fix the wrong speed for bond
Qianqian Xie
2016-06-21
1
-19
/
+24
*
net: hns: fix the error info when dma_set_mask_and_coherent fail
Qianqian Xie
2016-06-21
1
-1
/
+1
*
net: hns: typo fix of annotation info for hns_nic_reset_subtask()
Qianqian Xie
2016-06-21
1
-1
/
+1
*
net: hns: add skb_reset_mac_header() after skb being alloc
Kejian Yan
2016-06-21
1
-0
/
+1
*
net: hns: net: hns: enet adds support of acpi
Kejian Yan
2016-06-05
1
-12
/
+44
*
net: hns: add uniform interface for phy connection
Kejian Yan
2016-06-05
1
-9
/
+12
*
net: hns: enet specify a reference to dsaf by fwnode_handle
Kejian Yan
2016-06-05
1
-6
/
+8
*
net: hns: use device_* APIs instead of of_* APIs
Kejian Yan
2016-06-05
1
-8
/
+3
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-3
/
+3
*
net: hns: add attribute port-idx-in-ae in enet node.
Yisen.Zhuang\(Zhuangyuzeng\)
2016-04-26
1
-4
/
+13
*
net: hns: fix warning of passing zero to 'PTR_ERR'
Kejian Yan
2016-03-24
1
-1
/
+1
[next]