index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-29
dt-bindings: net: rename the bindings document for MediaTek STAR EMAC
Bartosz Golaszewski
1
-1
/
+1
2020-05-29
Merge branch 'net-ethernet-dwmac-add-ethernet-glue-logic-for-NXP-imx8-chip'
David S. Miller
5
-1
/
+387
2020-05-29
dt-bindings: net: imx-dwmac: Add NXP imx8 DWMAC glue layer
Fugang Duan
1
-0
/
+56
2020-05-29
net: ethernet: dwmac: add ethernet glue logic for NXP imx8 chip
Fugang Duan
3
-0
/
+329
2020-05-29
stmmac: platform: add "snps, dwmac-5.10a" IP compatible string
Fugang Duan
1
-1
/
+2
2020-05-29
tipc: remove set but not used variable 'prev'
YueHaibing
1
-2
/
+1
2020-05-29
net: dsa: sja1105: avoid invalid state in sja1105_vlan_filtering
Vladimir Oltean
1
-0
/
+4
2020-05-29
net: dsa: tag_8021q: stop restoring VLANs from bridge
Vladimir Oltean
1
-60
/
+1
2020-05-29
Merge branch 'remove-kernel_setsockopt-v4'
David S. Miller
7
-80
/
+66
2020-05-29
net: remove kernel_setsockopt
Christoph Hellwig
2
-33
/
+0
2020-05-29
net: add a new bind_add method
Christoph Hellwig
4
-7
/
+30
2020-05-29
sctp: refactor sctp_setsockopt_bindx
Christoph Hellwig
1
-33
/
+28
2020-05-29
sctp: add sctp_sock_set_nodelay
Christoph Hellwig
2
-8
/
+9
2020-05-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
25
-292
/
+836
2020-05-29
net: phy: marvell: unlock after phy_select_page() failure
Dan Carpenter
1
-1
/
+1
2020-05-29
net: phy: mscc: fix PHYs using the vsc8574_probe
Antoine Tenart
1
-0
/
+4
2020-05-29
net: ethernet: mtk-star-emac: remove unused variable
Bartosz Golaszewski
1
-3
/
+0
2020-05-29
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
17
-87
/
+40
2020-05-29
vmxnet3: use correct hdr reference when packet is encapsulated
Ronak Doshi
1
-8
/
+23
2020-05-28
e1000: Fix typo in the comment
Hari
1
-1
/
+1
2020-05-28
igc: Fix wrong register name
Sasha Neftin
2
-2
/
+2
2020-05-28
igc: Remove Sequence Error Counter
Sasha Neftin
3
-3
/
+0
2020-05-28
igc: Add Receive Error Counter
Sasha Neftin
3
-0
/
+3
2020-05-28
igc: Remove symbol error counter
Sasha Neftin
3
-3
/
+0
2020-05-28
i40e: Make i40e_shutdown_adminq() return void
Jason Yan
2
-6
/
+2
2020-05-28
e1000e: Relax condition to trigger reset for ME workaround
Punit Agrawal
2
-8
/
+5
2020-05-28
igc: Fix IGC_MAX_RXNFC_RULES
Andre Guedes
1
-1
/
+4
2020-05-28
igc: Reject NFC rules with multiple matches
Andre Guedes
1
-5
/
+4
2020-05-28
igc: Remove unused flags
Sasha Neftin
1
-4
/
+0
2020-05-28
igb: make igb_set_fc_watermarks() return void
Jason Yan
1
-6
/
+3
2020-05-28
ixgbe: Remove unused inline function ixgbe_irq_disable_queues
YueHaibing
1
-29
/
+0
2020-05-28
ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov()
Jason Yan
1
-1
/
+1
2020-05-28
ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc()
Jason Yan
1
-2
/
+1
2020-05-28
ixgbe: fix signed-integer-overflow warning
Xie XiuQi
1
-1
/
+1
2020-05-28
i40e: trivial fixup of comments in i40e_xsk.c
Jesper Dangaard Brouer
1
-3
/
+1
2020-05-28
i40e: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
1
-12
/
+12
2020-05-28
Merge branch 'hns3-next'
David S. Miller
8
-79
/
+31
2020-05-28
net: hns3: print out speed info when parsing speed fails
Huazhong Tan
1
-1
/
+2
2020-05-28
net: hns3: remove some unused fields in struct hclge_dev
Huazhong Tan
1
-6
/
+0
2020-05-28
net: hns3: remove two duplicated register macros in hclgevf_main.h
Huazhong Tan
2
-6
/
+4
2020-05-28
net: hns3: remove unused struct hnae3_unic_private_info
Huazhong Tan
1
-11
/
+0
2020-05-28
net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_type
Huazhong Tan
1
-1
/
+0
2020-05-28
net: hns3: remove some unused fields in struct hns3_nic_priv
Huazhong Tan
1
-22
/
+0
2020-05-28
net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmd
Huazhong Tan
2
-3
/
+3
2020-05-28
net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmd
Huazhong Tan
2
-3
/
+3
2020-05-28
net: hns3: refactor hclge_query_bd_num_cmd_send()
Huazhong Tan
1
-9
/
+12
2020-05-28
net: hns3: refactor hclge_config_tso()
Huazhong Tan
1
-13
/
+4
2020-05-28
net: hns3: add a missing mutex destroy in hclge_init_ad_dev()
Huazhong Tan
1
-0
/
+1
2020-05-28
net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev()
Huazhong Tan
1
-4
/
+2
2020-05-28
Merge branch 'net-ks8851-Unify-KS8851-SPI-and-MLL-drivers'
David S. Miller
7
-1953
/
+1135
[next]