summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller102-560/+994
2021-06-07sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_do_events()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_charge_class()Yu Kuai1-0/+4
2021-06-07sch_htb: fix doc warning in htb_deactivate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_class_mode()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_activate_prios()Yu Kuai1-0/+2
2021-06-07sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai1-0/+3
2021-06-07sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai1-0/+1
2021-06-07sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai1-0/+3
2021-06-07Merge branch 'hd6470-cleanups'David S. Miller1-58/+66
2021-06-07net: hd64570: add some required spacesPeng Li1-2/+2
2021-06-07net: hd64570: remove redundant parenthesesPeng Li1-2/+2
2021-06-07net: hd64570: fix the comments style issuePeng Li1-3/+3
2021-06-07net: hd64570: add braces {} to all arms of the statementPeng Li1-4/+8
2021-06-07net: hd64570: fix the code style issue about trailing statementsPeng Li1-18/+42
2021-06-07net: hd64570: fix the code style issue about "foo* bar"Peng Li1-7/+7
2021-06-07net: hd64570: add blank line after declarationsPeng Li1-0/+2
2021-06-07net: hd64570: remove redundant blank linesPeng Li1-22/+0
2021-06-07Merge branch 'sja1105-yaml'David S. Miller6-216/+127
2021-06-07dt-bindings: net: dsa: sja1105: convert to YAML schemaVladimir Oltean2-121/+89
2021-06-07net: dsa: sja1105: determine PHY/MAC role from PHY interface typeVladimir Oltean2-82/+19
2021-06-07net: dsa: sja1105: apply RGMII delays based on the fixed-link propertyVladimir Oltean2-14/+15
2021-06-07net: phy: introduce PHY_INTERFACE_MODE_REVRMIIVladimir Oltean2-0/+5
2021-06-05net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_tableGeorge McCollister1-0/+67
2021-06-05net:cxgb3: fix incorrect work cancellationÍñigo Huguet1-1/+1
2021-06-05cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy4-7/+14
2021-06-05sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang1-4/+4
2021-06-05net: bridge: mrp: Update ring transitions.Horatiu Vultur1-4/+2
2021-06-05net: enetc: use get/put_unaligned helpers for MAC address handlingMichael Walle1-4/+5
2021-06-05Merge branch 'hdlc_x25-cleanups'David S. Miller1-48/+29
2021-06-05net: hdlc_x25: fix the alignment issuePeng Li1-14/+14
2021-06-05net: hdlc_x25: fix the code issue about "if..else.."Peng Li1-2/+1
2021-06-05net: hdlc_x25: add some required spacesPeng Li1-1/+2
2021-06-05net: hdlc_x25: move out assignment in if conditionPeng Li1-6/+11
2021-06-05net: hdlc_x25: remove unnecessary out of memory messagePeng Li1-3/+1
2021-06-05net: hdlc_x25: remove redundant blank linesPeng Li1-22/+0
2021-06-05Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-32/+93
2021-06-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller6-52/+27
2021-06-05Merge branch 'wireguard-fixes'David S. Miller10-195/+227
2021-06-05wireguard: allowedips: free empty intermediate nodes when removing single nodeJason A. Donenfeld3-131/+137
2021-06-05wireguard: allowedips: allocate nodes in kmem_cacheJason A. Donenfeld3-8/+38
2021-06-05wireguard: allowedips: remove nodes in O(1)Jason A. Donenfeld2-84/+57
2021-06-05wireguard: allowedips: initialize list head in selftestJason A. Donenfeld1-1/+2
2021-06-05wireguard: peer: allocate in kmem_cacheJason A. Donenfeld3-4/+27
2021-06-05wireguard: use synchronize_net rather than synchronize_rcuJason A. Donenfeld2-4/+4