index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
dtc
/
data.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-17
net: hns3: rename gl_adapt_enable in struct hns3_enet_coalesce
Huazhong Tan
3
-11
/
+11
2020-11-17
net: hns3: add support for 1us unit GL configuration
Huazhong Tan
3
-4
/
+31
2020-11-17
net: hns3: add support for querying maximum value of GL
Huazhong Tan
8
-7
/
+38
2020-11-17
net: hns3: add support for configuring interrupt quantity limiting
Huazhong Tan
5
-18
/
+105
2020-11-17
net: phy: adin: remove the use of the .ack_interrupt()
Ioana Ciornei
1
-7
/
+18
2020-11-17
net: phy: adin: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+20
2020-11-17
net: phy: ste10Xp: remove the use of .ack_interrupt()
Ioana Ciornei
1
-19
/
+22
2020-11-17
net: phy: ste10Xp: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+20
2020-11-17
net: phy: smsc: remove the use of .ack_interrupt()
Ioana Ciornei
1
-15
/
+18
2020-11-17
net: phy: smsc: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+30
2020-11-17
net: phy: amd: remove the use of .ack_interrupt()
Ioana Ciornei
1
-3
/
+11
2020-11-17
net: phy: amd: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+23
2020-11-17
net: phy: nxp-tja11xx: remove the use of .ack_interrupt()
Ioana Ciornei
1
-4
/
+15
2020-11-17
net: phy: nxp-tja11xx: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+23
2020-11-17
net: phy: lxt: remove the use of .ack_interrupt()
Ioana Ciornei
1
-10
/
+34
2020-11-17
net: phy: lxt: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+50
2020-11-17
net: phy: marvell: remove the use of .ack_interrupt()
Ioana Ciornei
1
-20
/
+11
2020-11-17
net: phy: marvell: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-21
/
+36
2020-11-17
net: phy: microchip: remove the use of .ack_interrupt()
Ioana Ciornei
2
-18
/
+12
2020-11-17
net: phy: microchip: implement generic .handle_interrupt() callback
Ioana Ciornei
2
-0
/
+38
2020-11-17
net: phy: vitesse: remove the use of .ack_interrupt()
Ioana Ciornei
1
-21
/
+3
2020-11-17
net: phy: vitesse: implement generic .handle_interrupt() callback
Ioana Ciornei
1
-0
/
+37
2020-11-17
net: linux/skbuff.h: combine SKB_EXTENSIONS + KCOV handling
Randy Dunlap
1
-2
/
+2
2020-11-17
lan743x: replace devicetree phy parse code with library function
Sven Van Asbroeck
2
-28
/
+8
2020-11-17
net: phy: don't duplicate driver name in phy_attached_print
Heiner Kallweit
1
-8
/
+6
2020-11-17
r8169: remove nr_frags argument from rtl_tx_slots_avail
Heiner Kallweit
1
-9
/
+6
2020-11-17
net: phy: mscc: fix excluded_middle.cocci warnings
kernel test robot
1
-1
/
+1
2020-11-17
net: dsa: tag_dsa: Use a consistent comment style
Tobias Waldekranz
1
-20
/
+8
2020-11-17
net: dsa: tag_dsa: Unify regular and ethertype DSA taggers
Tobias Waldekranz
4
-263
/
+252
2020-11-17
net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic
Tobias Waldekranz
1
-3
/
+29
2020-11-16
mptcp: send explicit ack on delayed ack_seq incr
Paolo Abeni
1
-13
/
+21
2020-11-16
mptcp: keep track of advertised windows right edge
Florian Westphal
3
-5
/
+69
2020-11-16
mptcp: rework poll+nospace handling
Florian Westphal
3
-51
/
+54
2020-11-16
mptcp: try to push pending data on snd una updates
Paolo Abeni
1
-0
/
+3
2020-11-16
mptcp: move page frag allocation in mptcp_sendmsg()
Paolo Abeni
1
-217
/
+189
2020-11-16
mptcp: refactor shutdown and close
Paolo Abeni
5
-110
/
+273
2020-11-16
mptcp: introduce MPTCP snd_nxt
Paolo Abeni
3
-12
/
+16
2020-11-16
mptcp: add accounting for pending data
Paolo Abeni
2
-3
/
+36
2020-11-16
mptcp: reduce the arguments of mptcp_sendmsg_frag
Paolo Abeni
1
-24
/
+29
2020-11-16
mptcp: introduce mptcp_schedule_work
Paolo Abeni
3
-16
/
+24
2020-11-16
tcp: factor out __tcp_close() helper
Paolo Abeni
2
-2
/
+8
2020-11-16
mptcp: use tcp_build_frag()
Paolo Abeni
1
-17
/
+8
2020-11-16
tcp: factor out tcp_build_frag()
Paolo Abeni
2
-52
/
+70
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
29
-49
/
+49
2020-11-16
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
6
-19
/
+30
2020-11-16
Fix unefficient call to memset before memcpu in nla_strlcpy.
Francis Laniel
1
-1
/
+2
2020-11-16
r8169: improve rtl8169_start_xmit
Heiner Kallweit
1
-9
/
+6
2020-11-15
net: xfrm: use core API for updating/providing stats
Lev Stipakov
1
-17
/
+2
2020-11-15
net: openvswitch: use core API to update/provide stats
Lev Stipakov
1
-22
/
+7
2020-11-15
mlxsw: spectrum_router: Remove outdated comment
Ido Schimmel
1
-6
/
+0
[next]