index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
ipv6: annotate data-races around cnf.mtu6
Eric Dumazet
4
-8
/
+8
2024-03-01
ipv6: addrconf_disable_ipv6() optimization
Eric Dumazet
1
-7
/
+6
2024-03-01
ipv6: annotate data-races around cnf.disable_ipv6
Eric Dumazet
3
-7
/
+8
2024-03-01
ipv6: add ipv6_devconf_read_txrx cacheline_group
Eric Dumazet
1
-4
/
+9
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
403
-2087
/
+3927
2024-02-29
Merge branch 'create-shadow-types-for-struct_ops-maps-in-skeletons'
Andrii Nakryiko
7
-14
/
+372
2024-02-29
selftests/bpf: Test if shadow types work correctly.
Kui-Feng Lee
4
-5
/
+41
2024-02-29
bpftool: Add an example for struct_ops map and shadow type.
Kui-Feng Lee
1
-6
/
+52
2024-02-29
bpftool: Generated shadow variables for struct_ops maps.
Kui-Feng Lee
1
-1
/
+236
2024-02-29
libbpf: Convert st_ops->data to shadow type.
Kui-Feng Lee
1
-2
/
+38
2024-02-29
libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.
Kui-Feng Lee
1
-0
/
+5
2024-02-29
bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
Kees Cook
8
-25
/
+59
2024-02-29
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
74
-211
/
+974
2024-02-29
Merge tag 'landlock-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2024-02-29
dpll: fix build failure due to rcu_dereference_check() on unknown type
Eric Dumazet
2
-4
/
+9
2024-02-29
kunit: Fix again checksum tests on big endian CPUs
Christophe Leroy
1
-8
/
+9
2024-02-29
Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
9
-20
/
+48
2024-02-29
Merge branch 'tls-a-few-more-fixes-for-async-decrypt'
Jakub Kicinski
1
-11
/
+29
2024-02-29
tls: fix use-after-free on failed backlog decryption
Sabrina Dubroca
1
-7
/
+17
2024-02-29
tls: separate no-async decryption request handling from async
Sabrina Dubroca
1
-5
/
+8
2024-02-29
tls: fix peeking with sync+async decryption
Sabrina Dubroca
1
-3
/
+6
2024-02-29
tls: decrement decrypt_pending if no async completion will be called
Sabrina Dubroca
1
-0
/
+2
2024-02-29
gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
Alexander Ofitserov
1
-6
/
+6
2024-02-29
Merge branch 'net-collect-tstats-automatically'
Paolo Abeni
2
-1
/
+2
2024-02-29
net: sit: Do not set .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-02-29
net: get stats64 if device if driver is configured
Breno Leitao
1
-0
/
+2
2024-02-29
net: stmmac: fix typo in comment
Yanteng Si
1
-1
/
+1
2024-02-29
Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
7
-1
/
+338
2024-02-29
net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames
Lukasz Majewski
1
-1
/
+1
2024-02-29
ipv4: raw: remove useless input parameter in do_raw_set/getsockopt
Zhengchao Shao
1
-5
/
+5
2024-02-29
Merge branch 'net-dsa-mv88e6xxx-add-amethyst-specific-smi-gpio-function'
Paolo Abeni
3
-4
/
+40
2024-02-29
net: dsa: mv88e6xxx: add Amethyst specific SMI GPIO function
Robert Marko
3
-1
/
+37
2024-02-29
net: dsa: mv88e6xxx: rename mv88e6xxx_g2_scratch_gpio_set_smi
Robert Marko
3
-4
/
+4
2024-02-28
inet6: expand rcu_read_lock() scope in inet6_dump_addr()
Eric Dumazet
1
-4
/
+4
2024-02-28
net: call skb_defer_free_flush() from __napi_busy_loop()
Eric Dumazet
1
-21
/
+22
2024-02-28
tcp: remove some holes in struct tcp_sock
Eric Dumazet
1
-4
/
+4
2024-02-28
igb: extend PTP timestamp adjustments to i211
Oleksij Rempel
1
-2
/
+3
2024-02-28
net: bridge: Exit if multicast_init_stats fails
Breno Leitao
1
-1
/
+2
2024-02-28
net: bridge: Do not allocate stats in the driver
Breno Leitao
1
-11
/
+2
2024-02-28
selftests: vxlan_mdb: Avoid duplicate test names
Ido Schimmel
1
-18
/
+18
2024-02-28
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
2024-02-28
netlabel: remove impossible return value in netlbl_bitmap_walk
Zhengchao Shao
3
-9
/
+3
2024-02-28
Merge branch 'inet-implement-lockless-rtm_getnetconf-ops'
Jakub Kicinski
5
-90
/
+81
2024-02-28
inet: use xa_array iterator to implement inet_netconf_dump_devconf()
Eric Dumazet
1
-58
/
+43
2024-02-28
inet: do not use RTNL in inet_netconf_get_devconf()
Eric Dumazet
1
-12
/
+15
2024-02-28
inet: annotate devconf data-races
Eric Dumazet
5
-21
/
+24
2024-02-28
net: phy: dp83826: disable WOL at init
Catalin Popescu
1
-1
/
+1
2024-02-28
net: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-28
Merge branch 'tools-ynl-stop-using-libmnl'
Jakub Kicinski
5
-268
/
+543
2024-02-28
tools: ynl: use MSG_DONTWAIT for getting notifications
Jakub Kicinski
1
-15
/
+14
[prev]
[next]