index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-12
net: lan966x: Update lan966x_ptp_get_nominal_value
Horatiu Vultur
1
-4
/
+4
2022-04-12
sctp: Initialize daddr on peeled off socket
Petr Malat
1
-1
/
+1
2022-04-12
net/smc: Fix af_ops of child socket pointing to released memory
Karsten Graul
1
-2
/
+12
2022-04-12
net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
Karsten Graul
1
-2
/
+3
2022-04-12
net/smc: use memcpy instead of snprintf to avoid out of bounds read
Karsten Graul
1
-2
/
+4
2022-04-12
net: macb: Restart tx only if queue pointer is lagging
Tomas Melin
1
-0
/
+8
2022-04-11
ipv6: fix panic when forwarding a pkt with no in6 dev
Nicolas Dichtel
1
-1
/
+1
2022-04-11
dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()
Lv Ruyi
1
-2
/
+6
2022-04-11
net/sched: taprio: Check if socket flags are valid
Benedikt Spranger
1
-1
/
+2
2022-04-11
net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link
Dinh Nguyen
3
-16
/
+9
2022-04-11
net: phy: LAN87xx: remove genphy_softreset in config_aneg
Arun Ramadoss
1
-6
/
+1
2022-04-09
net: atlantic: Avoid out-of-bounds indexing
Kai-Heng Feng
2
-16
/
+16
2022-04-09
net: dsa: felix: suppress -EPROBE_DEFER errors
Michael Walle
1
-1
/
+1
2022-04-08
net/sched: fix initialization order when updating chain 0 head
Marcelo Ricardo Leitner
1
-1
/
+1
2022-04-08
sctp: use the correct skb for security_sctp_assoc_request
Xin Long
1
-3
/
+3
2022-04-08
mlxsw: i2c: Fix initialization error flow
Vadim Pasternak
1
-0
/
+1
2022-04-08
net: mdio: don't defer probe forever if PHY IRQ provider is missing
Vladimir Oltean
2
-0
/
+6
2022-04-08
Revert "iavf: Fix deadlock occurrence during resetting VF interface"
Mateusz Palczewski
1
-5
/
+2
2022-04-08
ice: arfs: fix use-after-free when freeing @rx_cpu_rmap
Alexander Lobakin
3
-18
/
+14
2022-04-08
vxlan: fix error return code in vxlan_fdb_append
Hongbin Wang
1
-2
/
+2
2022-04-08
flow_dissector: fix false-positive __read_overflow2_field() warning
Jakub Kicinski
1
-1
/
+1
2022-04-08
veth: Ensure eth header is in skb's linear part
Guillaume Nault
1
-1
/
+1
2022-04-08
bonding: Update layer2 and layer2+3 hash formula documentation
Gal Pressman
1
-2
/
+2
2022-04-08
net/sched: flower: fix parsing of ethertype following VLAN header
Vlad Buslov
3
-5
/
+16
2022-04-08
dt-bindings: net: ave: Use unevaluatedProperties
Kunihiko Hayashi
1
-1
/
+1
2022-04-08
dt-bindings: net: ave: Clean up clocks, resets, and their names using compati...
Kunihiko Hayashi
1
-17
/
+38
2022-04-07
drivers: net: slip: fix NPD bug in sl_tx_timeout()
Duoming Zhou
1
-1
/
+1
2022-04-07
random: check for signals every PAGE_SIZE chunk of /dev/[u]random
Jason A. Donenfeld
1
-10
/
+7
2022-04-06
bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets
Maxim Mikityanskiy
1
-19
/
+59
2022-04-06
bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
Maxim Mikityanskiy
1
-4
/
+13
2022-04-06
myri10ge: fix an incorrect free for skb in myri10ge_sw_tso
Xiaomeng Tong
1
-4
/
+2
2022-04-06
net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
Marcin Kozlowski
1
-2
/
+7
2022-04-06
qede: confirm skb is allocated before using
Jamie Bainbridge
1
-0
/
+3
2022-04-06
net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=n
Florian Westphal
1
-1
/
+1
2022-04-06
Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb()
Andrea Parri (Microsoft)
1
-3
/
+3
2022-04-06
Drivers: hv: balloon: Disable balloon and hot-add accordingly
Boqun Feng
1
-2
/
+34
2022-04-06
Drivers: hv: balloon: Support status report for larger page sizes
Boqun Feng
1
-3
/
+10
2022-04-06
random: check for signal_pending() outside of need_resched() check
Jann Horn
1
-2
/
+2
2022-04-06
random: do not allow user to keep crng key around on stack
Jason A. Donenfeld
1
-12
/
+23
2022-04-06
net: phy: mscc-miim: reject clause 45 register accesses
Michael Walle
1
-0
/
+6
2022-04-06
net: axiemac: use a phandle to reference pcs_phy
Andy Chiu
1
-2
/
+9
2022-04-06
dt-bindings: net: add pcs-handle attribute
Andy Chiu
2
-1
/
+13
2022-04-06
net: axienet: factor out phy_node in struct axienet_local
Andy Chiu
2
-10
/
+5
2022-04-06
net: axienet: setup mdio unconditionally
Andy Chiu
1
-7
/
+6
2022-04-06
net: sfc: fix using uninitialized xdp tx_queue
Taehee Yoo
3
-1
/
+6
2022-04-06
rxrpc: fix a race in rxrpc_exit_net()
Eric Dumazet
1
-1
/
+1
2022-04-06
net: openvswitch: fix leak of nested actions
Ilya Maximets
1
-5
/
+90
2022-04-06
ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back
Mario Limonciello
3
-4
/
+6
2022-04-06
net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()
Andrew Lunn
1
-1
/
+1
2022-04-06
net: openvswitch: don't send internal clone attribute to the userspace.
Ilya Maximets
2
-2
/
+4
[next]