index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.clang-format
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-02
igb: Fix -Wunused-const-variable warning
YueHaibing
1
-1
/
+1
2021-06-02
cxgb4: Fix -Wunused-const-variable warning
YueHaibing
1
-1
/
+1
2021-06-02
hamradio: bpqether: Fix -Wunused-const-variable warning
YueHaibing
1
-2
/
+2
2021-06-02
net: stmmac: enable platform specific safety features
Wong Vee Khee
8
-14
/
+84
2021-06-02
NFC: microread: Remove redundant assignment to variable err
Nigel Christian
1
-1
/
+0
2021-06-02
net: hdlc: add braces {} to all arms of the statement
Peng Li
1
-1
/
+2
2021-06-02
net: hdlc: move out assignment in if condition
Peng Li
1
-2
/
+4
2021-06-02
net: hdlc: replace comparison to NULL with "!param"
Peng Li
1
-2
/
+2
2021-06-02
net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)
Peng Li
1
-11
/
+10
2021-06-02
net: hdlc: fix an code style issue about "foo* bar"
Peng Li
1
-1
/
+1
2021-06-02
net: hdlc: add blank line after declarations
Peng Li
1
-0
/
+4
2021-06-02
net: hdlc: remove redundant blank lines
Peng Li
1
-23
/
+0
2021-06-02
net/sched: act_vlan: Test priority 0 modification
Boris Sukholitko
1
-0
/
+24
2021-06-02
net/sched: act_vlan: No dump for unset priority
Boris Sukholitko
2
-4
/
+4
2021-06-02
net/sched: act_vlan: Fix modify to allow 0
Boris Sukholitko
2
-2
/
+6
2021-06-02
octeontx2-af: Fix spelling mistake "vesion" -> "version"
Colin Ian King
1
-1
/
+1
2021-06-02
NFC: nci: Remove redundant assignment to len
Yang Li
1
-2
/
+0
2021-06-02
net: vxge: Declare the function vxge_reset_all_vpaths as void
Zheng Yongjun
1
-21
/
+6
2021-06-02
r8152: support pauseparam of ethtool_ops
Hayes Wang
1
-0
/
+75
2021-06-02
qlcnic: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-02
fjes: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify code
Zhen Lei
1
-10
/
+2
2021-06-02
net: enetc: catch negative return code from enetc_pf_to_port()
Vladimir Oltean
1
-7
/
+24
2021-06-02
netpoll: don't require irqs disabled in rt kernels
Wander Lairson Costa
1
-1
/
+3
2021-06-02
net: marvell: prestera: try to load previous fw version
Vadym Kochan
1
-22
/
+61
2021-06-02
net: marvell: prestera: bump supported firmware version to 3.0
Vadym Kochan
1
-1
/
+1
2021-06-02
net: marvell: prestera: align flood setting according to latest firmware version
Vadym Kochan
3
-11
/
+94
2021-06-02
net: marvell: prestera: disable events interrupt while handling
Vadym Kochan
1
-0
/
+19
2021-06-02
net: neterion: fix doc warnings in s2io.c
Yang Yingliang
1
-0
/
+6
2021-06-01
net: hns3: add debugfs support for vlan configuration
Jian Shen
6
-12
/
+322
2021-06-01
net: hns3: add support for VF modify VLAN filter state
Jian Shen
5
-2
/
+22
2021-06-01
net: hns3: add query basic info support for VF
Jian Shen
5
-20
/
+45
2021-06-01
net: hns3: add support for modify VLAN filter state
Jian Shen
9
-54
/
+214
2021-06-01
net: hns3: refine function hclge_set_vf_vlan_cfg()
Jian Shen
2
-24
/
+22
2021-06-01
net: hns3: remove unnecessary updating port based VLAN
Jian Shen
1
-9
/
+0
2021-06-01
net: hns3: refine for hclge_push_vf_port_base_vlan_info()
Jian Shen
3
-9
/
+8
2021-06-01
net: hns3: add 'QoS' support for port based VLAN configuration
Jian Shen
1
-28
/
+63
2021-06-01
sctp: sm_statefuns: Fix spelling mistakes
Zheng Yongjun
1
-15
/
+15
2021-06-01
rds: Fix spelling mistakes
Zheng Yongjun
2
-2
/
+2
2021-06-01
net: sched: Fix spelling mistakes
Zheng Yongjun
4
-5
/
+5
2021-06-01
nfc: hci: Fix spelling mistakes
Zheng Yongjun
3
-3
/
+3
2021-06-01
net: dsa: sja1105: some table entries are always present when read dynamically
Vladimir Oltean
1
-7
/
+8
2021-06-01
net: dsa: sja1105: always keep RGMII ports in the MAC role
Vladimir Oltean
2
-7
/
+8
2021-06-01
net: dsa: sja1105: add a translation table for port speeds
Vladimir Oltean
4
-35
/
+84
2021-06-01
net: dsa: sja1105: add a PHY interface type compatibility matrix
Vladimir Oltean
3
-29
/
+55
2021-06-01
net: dsa: sja1105: cache the phy-mode port property
Vladimir Oltean
2
-21
/
+4
2021-06-01
net: dsa: sja1105: the 0x1F0000 SGMII "base address" is actually MDIO_MMD_VEND2
Vladimir Oltean
3
-17
/
+16
2021-06-01
net: dsa: sja1105: allow SGMII PCS configuration to be per port
Vladimir Oltean
1
-31
/
+44
2021-06-01
net: dsa: sja1105: be compatible with "ethernet-ports" OF node name
Vladimir Oltean
1
-0
/
+2
2021-06-01
bnx2x: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-01
ipv6: align code with context
Rocco Yue
1
-4
/
+4
[next]