index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
decompress_bunzip2.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-03
test/vsock: remove vsock_perf executable on `make clean`
Stefano Garzarella
1
-1
/
+1
2023-08-03
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
1
-4
/
+5
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
1
-4
/
+7
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
1
-9
/
+14
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
1
-2
/
+4
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
1
-6
/
+13
2023-08-03
tcp_metrics: fix addr_same() helper
Eric Dumazet
1
-1
/
+1
2023-08-03
prestera: fix fallback to previous version on same major version
Jonas Gorski
1
-1
/
+2
2023-08-03
udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
1
-0
/
+9
2023-08-03
net/mlx5e: Set proper IPsec source port in L4 selector
Leon Romanovsky
1
-2
/
+2
2023-08-03
net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio
Jianbo Liu
1
-8
/
+72
2023-08-03
net/mlx5: fs_core: Make find_closest_ft more generic
Jianbo Liu
1
-15
/
+14
2023-08-02
wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()
Hans de Goede
1
-1
/
+6
2023-08-02
vxlan: Fix nexthop hash size
Benjamin Poirier
1
-2
/
+2
2023-08-02
ip6mr: Fix skb_under_panic in ip6mr_cache_report()
Yue Haibing
1
-1
/
+1
2023-08-02
s390/qeth: Don't call dev_close/dev_open (DOWN/UP)
Alexandra Winter
4
-9
/
+11
2023-08-02
net: tap_open(): set sk_uid from current_fsuid()
Laszlo Ersek
1
-1
/
+1
2023-08-02
net: tun_chr_open(): set sk_uid from current_fsuid()
Laszlo Ersek
1
-1
/
+1
2023-08-02
net: dcb: choose correct policy to parse DCB_ATTR_BCN
Lin Ma
1
-1
/
+1
2023-08-02
bnxt_en: Fix max_mtu setting for multi-buf XDP
Michael Chan
1
-7
/
+10
2023-08-02
bnxt_en: Fix page pool logic for page size >= 64K
Somnath Kotur
2
-19
/
+29
2023-08-02
selftest: net: Assert on a proper value in so_incoming_cpu.c.
Kuniyuki Iwashima
1
-1
/
+1
2023-08-01
net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode
Mark Brown
1
-0
/
+11
2023-08-01
net: korina: handle clk prepare error in korina_probe()
Yuanjun Gong
1
-2
/
+1
2023-08-01
USB: zaurus: Add ID for A-300/B-500/C-700
Ross Maynard
2
-0
/
+42
2023-08-01
net: ll_temac: fix error checking of irq_of_parse_and_map()
Dan Carpenter
1
-4
/
+8
2023-08-01
wifi: ray_cs: Replace 1-element array with flexible array
Kees Cook
1
-1
/
+1
2023-08-01
bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
Tomas Glozar
1
-2
/
+0
2023-08-01
net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...
valis
1
-1
/
+0
2023-08-01
net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free
valis
1
-1
/
+0
2023-08-01
net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free
valis
1
-1
/
+0
2023-08-01
bpf, cpumap: Handle skb as well when clean up ptr_ring
Hou Tao
1
-4
/
+10
2023-08-01
bpf, cpumap: Make sure kthread is running before map update returns
Hou Tao
1
-10
/
+11
2023-07-31
octeon_ep: initialize mbox mutexes
Michal Schmidt
1
-0
/
+3
2023-07-31
bnxt: don't handle XDP in netpoll
Jakub Kicinski
4
-14
/
+24
2023-07-31
ice: Fix RDMA VSI removal during queue rebuild
Rafal Rogalski
1
-0
/
+18
2023-07-31
sfc: fix field-spanning memcpy in selftest
Edward Cree
3
-30
/
+39
2023-07-31
net: usb: qmi_wwan: add Quectel EM05GV2
Martin Kohn
1
-0
/
+1
2023-07-31
net: usb: lan78xx: reorder cleanup operations to avoid UAF bugs
Duoming Zhou
1
-5
/
+2
2023-07-31
dt-bindings: net: mediatek,net: fixup MAC binding
Rafał Miłecki
1
-6
/
+1
2023-07-31
net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
Kuniyuki Iwashima
2
-2
/
+38
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
8
-13
/
+14
2023-07-29
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2
-3
/
+3
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
23
-40
/
+42
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2
-12
/
+16
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
1
-3
/
+6
[next]