index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
rt5682s.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-15
ipv6: lockless IPV6_MULTICAST_ALL implementation
Eric Dumazet
5
-11
/
+9
2023-09-15
ipv6: lockless IPV6_RECVERR_RFC4884 implementation
Eric Dumazet
4
-11
/
+10
2023-09-15
ipv6: lockless IPV6_MINHOPCOUNT implementation
Eric Dumazet
1
-16
/
+15
2023-09-15
ipv6: lockless IPV6_MTU implementation
Eric Dumazet
2
-16
/
+18
2023-09-15
ipv6: lockless IPV6_MULTICAST_HOPS implementation
Eric Dumazet
6
-25
/
+21
2023-09-15
ipv6: lockless IPV6_MULTICAST_LOOP implementation
Eric Dumazet
8
-25
/
+30
2023-09-15
ipv6: lockless IPV6_UNICAST_HOPS implementation
Eric Dumazet
6
-24
/
+16
2023-09-14
ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()
Gavrilov Ilia
1
-2
/
+0
2023-09-14
ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()
Gavrilov Ilia
1
-2
/
+0
2023-09-14
udplite: fix various data-races
Eric Dumazet
4
-23
/
+27
2023-09-14
udplite: remove UDPLITE_BIT
Eric Dumazet
3
-5
/
+2
2023-09-14
udp: annotate data-races around udp->encap_type
Eric Dumazet
6
-15
/
+17
2023-09-14
udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GRO
Eric Dumazet
5
-20
/
+12
2023-09-14
udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flags
Eric Dumazet
2
-8
/
+10
2023-09-14
udp: add missing WRITE_ONCE() around up->encap_rcv
Eric Dumazet
1
-2
/
+4
2023-09-14
udp: move udp->gro_enabled to udp->udp_flags
Eric Dumazet
4
-7
/
+7
2023-09-14
udp: move udp->no_check6_rx to udp->udp_flags
Eric Dumazet
3
-10
/
+10
2023-09-14
udp: move udp->no_check6_tx to udp->udp_flags
Eric Dumazet
3
-9
/
+9
2023-09-14
udp: introduce udp->udp_flags
Eric Dumazet
3
-16
/
+30
2023-09-14
net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()
Lorenzo Bianconi
1
-0
/
+3
2023-09-14
net: ethernet: mtk_eth_soc: rely on mtk_pse_port definitions in mtk_flow_set_...
Lorenzo Bianconi
1
-2
/
+2
2023-09-14
net: wangxun: move MDIO bus implementation to the library
Jiawen Wu
6
-172
/
+106
2023-09-14
kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().
Kuniyuki Iwashima
1
-7
/
+8
2023-09-14
net: renesas: rswitch: Add spin lock protection for irq {un}mask
Yoshihiro Shimoda
2
-0
/
+14
2023-09-14
net: renesas: rswitch: Fix unmasking irq condition
Yoshihiro Shimoda
1
-4
/
+4
2023-09-14
atl1c: Work around the DMA RX overflow issue
Sieng-Piaw Liew
2
-54
/
+16
2023-09-14
test/vsock: shutdowned socket test
Arseniy Krasnov
1
-0
/
+138
2023-09-14
vsock: send SIGPIPE on write to shutdowned socket
Arseniy Krasnov
1
-0
/
+3
2023-09-13
net/sched: cls_route: make netlink errors meaningful
Pedro Tammela
1
-16
/
+21
2023-09-13
selftests/tc-testing: cls_u32: add tests for classid
Pedro Tammela
1
-0
/
+25
2023-09-13
selftests/tc-testing: cls_route: add tests for classid
Pedro Tammela
1
-0
/
+25
2023-09-13
selftests/tc-testing: cls_fw: add tests for classid
Pedro Tammela
1
-0
/
+49
2023-09-13
igb: clean up in all error paths when enabling SR-IOV
Corinna Vinschen
1
-1
/
+4
2023-09-13
ixgbe: fix timestamp configuration code
Vadim Fedorenko
1
-13
/
+15
2023-09-13
MAINTAINERS: update tg3 maintainer list
Andy Gospodarek
1
-2
/
+1
2023-09-13
net: hinic: Use devm_kasprintf()
Christophe JAILLET
1
-5
/
+3
2023-09-13
pmdomain: Rename the genpd subsystem to pmdomain
Ulf Hansson
87
-12
/
+12
2023-09-13
selftest: tcp: Add v4-mapped-v6 cases in bind_wildcard.c.
Kuniyuki Iwashima
1
-0
/
+46
2023-09-13
selftest: tcp: Move expected_errno into each test case in bind_wildcard.c.
Kuniyuki Iwashima
1
-10
/
+10
2023-09-13
selftest: tcp: Fix address length in bind_wildcard.c.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
1
-1
/
+6
2023-09-13
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
Kuniyuki Iwashima
2
-1
/
+7
2023-09-13
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...
Kuniyuki Iwashima
1
-15
/
+13
2023-09-12
tpm: Fix typo in tpmrm class definition
Justin M. Forbes
1
-1
/
+1
2023-09-12
tcp: defer regular ACK while processing socket backlog
Eric Dumazet
7
-7
/
+38
2023-09-12
net: call prot->release_cb() when processing backlog
Eric Dumazet
1
-0
/
+3
2023-09-12
net: sock_release_ownership() cleanup
Eric Dumazet
1
-5
/
+4
2023-09-12
tcp: no longer release socket ownership in tcp_release_cb()
Eric Dumazet
2
-13
/
+0
2023-09-12
ipv6: fix ip6_sock_set_addr_preferences() typo
Eric Dumazet
1
-1
/
+1
2023-09-12
linux/export: fix reference to exported functions for parisc64
Masahiro Yamada
2
-0
/
+11
[next]