index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-07
sch_htb: fix doc warning in htb_do_events()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_charge_class()
Yu Kuai
1
-0
/
+4
2021-06-07
sch_htb: fix doc warning in htb_deactivate()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_activate()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_change_class_mode()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_class_mode()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_deactivate_prios()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_activate_prios()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_remove_class_from_row()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_add_class_to_row()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_next_rb_node()
Yu Kuai
1
-0
/
+1
2021-06-07
sch_htb: fix doc warning in htb_add_to_wait_tree()
Yu Kuai
1
-0
/
+3
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
dt-bindings: net: dsa: sja1105: convert to YAML schema
Vladimir Oltean
2
-121
/
+89
2021-06-07
net: dsa: sja1105: determine PHY/MAC role from PHY interface type
Vladimir Oltean
2
-82
/
+19
2021-06-07
net: dsa: sja1105: apply RGMII delays based on the fixed-link property
Vladimir Oltean
2
-14
/
+15
2021-06-07
net: phy: introduce PHY_INTERFACE_MODE_REVRMII
Vladimir Oltean
2
-0
/
+5
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
sch_htb: fix refcount leak in htb_parent_to_leaf_offload
Yunjian Wang
1
-4
/
+4
2021-06-04
net: bridge: mrp: Update ring transitions.
Horatiu Vultur
1
-4
/
+2
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
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
-84
/
+57
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
wireguard: selftests: make sure rp_filter is disabled on vethc
Jason A. Donenfeld
1
-0
/
+1
2021-06-04
wireguard: selftests: remove old conntrack kconfig value
Jason A. Donenfeld
1
-1
/
+0
2021-06-04
tipc: Return the correct errno code
Zheng Yongjun
1
-3
/
+3
2021-06-04
selftests: mptcp_connect: add SO_TIMESTAMPNS cmsg support
Florian Westphal
2
-3
/
+126
2021-06-04
mptcp: receive path cmsg support
Florian Westphal
1
-3
/
+25
2021-06-04
tcp: export timestamp helpers for mptcp
Florian Westphal
2
-6
/
+8
2021-06-04
mptcp: setsockopt: handle SOL_SOCKET in one place only
Florian Westphal
1
-70
/
+29
[next]