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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-07
net: usb/phy: asix: add support for ax88772A/C PHYs
Oleksij Rempel
2
-1
/
+74
2021-06-07
net: usb: asix: refactor asix_read_phy_addr() and handle errors on return
Oleksij Rempel
4
-20
/
+34
2021-06-07
net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()
Oleksij Rempel
1
-4
/
+3
2021-06-07
net: gemini: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-25
/
+9
2021-06-07
net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()
Zou Wei
1
-2
/
+1
2021-06-07
virtio_net: Remove BUG() to avoid machine dead
Xianting Tian
1
-1
/
+1
2021-06-07
net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-5
/
+1
2021-06-07
net: lantiq: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-8
/
+1
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
53
-384
/
+648
2021-06-07
net: hd64570: add some required spaces
Peng Li
1
-2
/
+2
2021-06-07
net: hd64570: remove redundant parentheses
Peng Li
1
-2
/
+2
2021-06-07
net: hd64570: fix the comments style issue
Peng Li
1
-3
/
+3
2021-06-07
net: hd64570: add braces {} to all arms of the statement
Peng Li
1
-4
/
+8
2021-06-07
net: hd64570: fix the code style issue about trailing statements
Peng Li
1
-18
/
+42
2021-06-07
net: hd64570: fix the code style issue about "foo* bar"
Peng Li
1
-7
/
+7
2021-06-07
net: hd64570: add blank line after declarations
Peng Li
1
-0
/
+2
2021-06-07
net: hd64570: remove redundant blank lines
Peng Li
1
-22
/
+0
2021-06-07
net: dsa: sja1105: determine PHY/MAC role from PHY interface type
Vladimir Oltean
1
-46
/
+18
2021-06-07
net: dsa: sja1105: apply RGMII delays based on the fixed-link property
Vladimir Oltean
2
-14
/
+15
2021-06-04
net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_table
George McCollister
1
-0
/
+67
2021-06-04
net:cxgb3: fix incorrect work cancellation
Íñigo Huguet
1
-1
/
+1
2021-06-04
cxgb4: avoid link re-train during TC-MQPRIO configuration
Rahul Lakkireddy
4
-7
/
+14
2021-06-04
net: enetc: use get/put_unaligned helpers for MAC address handling
Michael Walle
1
-4
/
+5
2021-06-04
net: hdlc_x25: fix the alignment issue
Peng Li
1
-14
/
+14
2021-06-04
net: hdlc_x25: fix the code issue about "if..else.."
Peng Li
1
-2
/
+1
2021-06-04
net: hdlc_x25: add some required spaces
Peng Li
1
-1
/
+2
2021-06-04
net: hdlc_x25: move out assignment in if condition
Peng Li
1
-6
/
+11
2021-06-04
net: hdlc_x25: remove unnecessary out of memory message
Peng Li
1
-3
/
+1
2021-06-04
net: hdlc_x25: remove redundant blank lines
Peng Li
1
-22
/
+0
2021-06-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
David S. Miller
5
-52
/
+26
2021-06-04
wireguard: allowedips: free empty intermediate nodes when removing single node
Jason A. Donenfeld
3
-131
/
+137
2021-06-04
wireguard: allowedips: allocate nodes in kmem_cache
Jason A. Donenfeld
3
-8
/
+38
2021-06-04
wireguard: allowedips: remove nodes in O(1)
Jason A. Donenfeld
2
-83
/
+56
2021-06-04
wireguard: allowedips: initialize list head in selftest
Jason A. Donenfeld
1
-1
/
+2
2021-06-04
wireguard: peer: allocate in kmem_cache
Jason A. Donenfeld
3
-4
/
+27
2021-06-04
wireguard: use synchronize_net rather than synchronize_rcu
Jason A. Donenfeld
2
-4
/
+4
2021-06-04
wireguard: do not use -O3
Jason A. Donenfeld
1
-2
/
+1
2021-06-04
igc: Enable HW VLAN Insertion and HW VLAN Stripping
Muhammad Husaini Zulkifli
4
-2
/
+78
2021-06-04
igc: Indentation fixes
Sasha Neftin
1
-2
/
+2
2021-06-04
igc: Remove unused MDICNFG register
Sasha Neftin
1
-1
/
+0
2021-06-04
igc: Remove unused asymmetric pause bit from igc defines
Sasha Neftin
1
-1
/
+0
2021-06-04
igc: Update driver to use ethtool_sprintf
Sasha Neftin
1
-26
/
+13
2021-06-04
ice: Allow all LLDP packets from PF to Tx
Dave Ertman
1
-1
/
+4
2021-06-04
ice: report supported and advertised autoneg using PHY capabilities
Paul Greenwalt
1
-45
/
+6
2021-06-04
ice: handle the VF VSI rebuild failure
Haiyue Wang
1
-1
/
+6
2021-06-04
ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared
Brett Creeley
2
-5
/
+8
2021-06-04
ice: Fix allowing VF to request more/less queues via virtchnl
Brett Creeley
1
-0
/
+2
2021-06-03
netdevsim: Fix unsigned being compared to less than zero
Colin Ian King
1
-1
/
+1
2021-06-03
Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
David S. Miller
1
-2
/
+21
2021-06-03
net: ethernet: rmnet: Restructure if checks to avoid uninitialized warning
Nathan Chancellor
1
-10
/
+3
[next]