index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
be2net: Fix buffer overflow in be_get_module_eeprom
Hristo Venev
2022-07-19
3
-18
/
+25
|
|
*
|
|
net: stmmac: remove redunctant disable xPCS EEE call
Wong Vee Khee
2022-07-19
1
-8
/
+0
|
|
*
|
|
Merge branch 'fix-2-dsa-issues-with-vlan_filtering_is_global'
Jakub Kicinski
2022-07-19
1
-3
/
+4
|
|
|
\
\
\
|
|
|
*
|
|
net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering
Vladimir Oltean
2022-07-19
1
-2
/
+3
|
|
|
*
|
|
net: dsa: fix dsa_port_vlan_filtering when global
Vladimir Oltean
2022-07-19
1
-1
/
+1
|
|
|
/
/
/
|
|
*
|
|
ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
Piotr Skajewski
2022-07-19
3
-0
/
+10
|
|
*
|
|
i40e: Fix erroneous adapter reinitialization during recovery process
Dawid Lukwinski
2022-07-19
1
-8
/
+5
|
|
*
|
|
net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZE
Tom Rix
2022-07-19
1
-1
/
+1
|
|
*
|
|
Merge branch 'net-lan966x-fix-issues-with-mac-table'
Jakub Kicinski
2022-07-19
1
-32
/
+80
|
|
|
\
\
\
|
|
|
*
|
|
net: lan966x: Fix usage of lan966x->mac_lock when used by FDB
Horatiu Vultur
2022-07-19
1
-11
/
+23
|
|
|
*
|
|
net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handler
Horatiu Vultur
2022-07-19
1
-7
/
+12
|
|
|
*
|
|
net: lan966x: Fix usage of lan966x->mac_lock when entry is removed
Horatiu Vultur
2022-07-19
1
-4
/
+20
|
|
|
*
|
|
net: lan966x: Fix usage of lan966x->mac_lock when entry is added
Horatiu Vultur
2022-07-19
1
-1
/
+7
|
|
|
*
|
|
net: lan966x: Fix taking rtnl_lock while holding spin_lock
Horatiu Vultur
2022-07-19
1
-9
/
+18
|
|
|
/
/
/
|
|
*
|
|
Merge branch 'dsa-docs'
David S. Miller
2022-07-18
1
-60
/
+303
|
|
|
\
|
|
|
|
|
*
|
docs: net: dsa: mention that VLANs are now refcounted on shared ports
Vladimir Oltean
2022-07-18
1
-1
/
+7
|
|
|
*
|
docs: net: dsa: delete misinformation about -EOPNOTSUPP for FDB/MDB/VLAN
Vladimir Oltean
2022-07-18
1
-9
/
+3
|
|
|
*
|
docs: net: dsa: re-explain what port_fdb_dump actually does
Vladimir Oltean
2022-07-18
1
-3
/
+6
|
|
|
*
|
docs: net: dsa: add a section for address databases
Vladimir Oltean
2022-07-18
1
-6
/
+130
|
|
|
*
|
docs: net: dsa: delete port_mdb_dump
Vladimir Oltean
2022-07-18
1
-4
/
+0
|
|
|
*
|
docs: net: dsa: remove port_vlan_dump
Vladimir Oltean
2022-07-18
1
-4
/
+0
|
|
|
*
|
docs: net: dsa: remove port_bridge_tx_fwd_offload
Vladimir Oltean
2022-07-18
1
-16
/
+46
|
|
|
*
|
docs: net: dsa: document port_fast_age
Vladimir Oltean
2022-07-18
1
-6
/
+8
|
|
|
*
|
docs: net: dsa: document port_setup and port_teardown
Vladimir Oltean
2022-07-18
1
-0
/
+9
|
|
|
*
|
docs: net: dsa: document the teardown method
Vladimir Oltean
2022-07-18
1
-1
/
+2
|
|
|
*
|
docs: net: dsa: document change_tag_protocol
Vladimir Oltean
2022-07-18
1
-0
/
+6
|
|
|
*
|
docs: net: dsa: add more info about the other arguments to get_tag_protocol
Vladimir Oltean
2022-07-18
1
-1
/
+5
|
|
|
*
|
docs: net: dsa: rename tag_protocol to get_tag_protocol
Vladimir Oltean
2022-07-18
1
-2
/
+2
|
|
|
*
|
docs: net: dsa: document the shutdown behavior
Vladimir Oltean
2022-07-18
1
-0
/
+18
|
|
|
*
|
docs: net: dsa: update probing documentation
Vladimir Oltean
2022-07-18
1
-11
/
+65
|
|
|
/
/
|
|
*
|
Merge branch 'net-ipv4-sysctl-races-part-3'
David S. Miller
2022-07-18
18
-73
/
+106
|
|
|
\
\
|
|
|
*
|
tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.
Kuniyuki Iwashima
2022-07-18
1
-2
/
+3
|
|
|
*
|
tcp: Fix data-races around sysctl_tcp_fastopen.
Kuniyuki Iwashima
2022-07-18
3
-5
/
+7
|
|
|
*
|
tcp: Fix data-races around sysctl_max_syn_backlog.
Kuniyuki Iwashima
2022-07-18
1
-2
/
+4
|
|
|
*
|
tcp: Fix a data-race around sysctl_tcp_tw_reuse.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+1
|
|
|
*
|
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+1
|
|
|
*
|
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
4
-8
/
+9
|
|
|
*
|
tcp: Fix data-races around sysctl_tcp_reordering.
Kuniyuki Iwashima
2022-07-18
3
-5
/
+10
|
|
|
*
|
tcp: Fix data-races around sysctl_tcp_migrate_req.
Kuniyuki Iwashima
2022-07-18
1
-2
/
+2
|
|
|
*
|
tcp: Fix data-races around sysctl_tcp_syncookies.
Kuniyuki Iwashima
2022-07-18
4
-12
/
+18
|
|
|
*
|
tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
Kuniyuki Iwashima
2022-07-18
3
-5
/
+11
|
|
|
*
|
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
2022-07-18
2
-4
/
+7
|
|
|
*
|
igmp: Fix data-races around sysctl_igmp_qrv.
Kuniyuki Iwashima
2022-07-18
2
-13
/
+15
|
|
|
*
|
igmp: Fix data-races around sysctl_igmp_max_msf.
Kuniyuki Iwashima
2022-07-18
2
-4
/
+4
|
|
|
*
|
igmp: Fix a data-race around sysctl_igmp_max_memberships.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+1
|
|
|
*
|
igmp: Fix data-races around sysctl_igmp_llm_reports.
Kuniyuki Iwashima
2022-07-18
1
-8
/
+13
|
|
|
/
/
|
|
*
|
net: prestera: acl: use proper mask for port selector
Maksym Glubokiy
2022-07-18
1
-3
/
+3
|
|
*
|
net/tls: Fix race in TLS device down flow
Tariq Toukan
2022-07-18
1
-3
/
+5
|
|
*
|
net: stmmac: fix dma queue left shift overflow issue
Junxiao Chang
2022-07-18
1
-0
/
+3
|
|
*
|
net: stmmac: switch to use interrupt for hw crosstimestamping
Wong Vee Khee
2022-07-18
7
-21
/
+30
[prev]
[next]