index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-16
bpf, test_run: fix crashes due to XDP frame overwriting/corruption
Alexander Lobakin
1
-1
/
+11
2023-03-16
net: xdp: don't call notifiers during driver init
Jakub Kicinski
1
-1
/
+3
2023-03-16
net/sched: act_api: add specific EXT_WARN_MSG for tc action
Hangbin Liu
1
-4
/
+4
2023-03-16
Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"
Hangbin Liu
1
-2
/
+2
2023-03-16
ynl: broaden the license even more
Jakub Kicinski
4
-4
/
+4
2023-03-16
hsr: ratelimit only when errors are printed
Matthieu Baerts
1
-1
/
+1
2023-03-16
net/iucv: Fix size of interrupt data
Alexandra Winter
1
-1
/
+1
2023-03-16
ipv4: Fix incorrect table ID in IOCTL path
Ido Schimmel
1
-0
/
+3
2023-03-16
Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2
-9
/
+41
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
1
-2
/
+2
2023-03-16
net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()
Vladimir Oltean
1
-4
/
+5
2023-03-16
virtio/vsock: don't drop skbuff on copy failure
Arseniy Krasnov
1
-3
/
+2
2023-03-16
virtio/vsock: remove redundant 'skb_pull()' call
Arseniy Krasnov
1
-1
/
+0
2023-03-16
virtio/vsock: don't use skbuff state to account credit
Arseniy Krasnov
1
-12
/
+11
2023-03-16
xsk: Add missing overflow check in xdp_umem_reg
Kal Conley
1
-6
/
+7
2023-03-15
bpf/selftests: Test fentry attachment to shadowed functions
Viktor Malik
1
-0
/
+5
2023-03-15
wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()
Alexander Wetzel
3
-0
/
+8
2023-03-15
net/smc: Introduce explicit check for v2 support
Stefan Raspl
1
-1
/
+1
2023-03-15
net/smc: Fix device de-init sequence
Stefan Raspl
1
-0
/
+1
2023-03-15
net/smc: fix deadlock triggered by cancel_delayed_work_syn()
Wenjia Zhang
1
-1
/
+1
2023-03-15
ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()
Eric Dumazet
1
-4
/
+4
2023-03-15
neighbour: annotate lockless accesses to n->nud_state
Eric Dumazet
11
-32
/
+33
2023-03-15
tcp: Fix bind() conflict check for dual-stack wildcard address.
Kuniyuki Iwashima
1
-1
/
+7
2023-03-15
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2
-8
/
+8
2023-03-14
xdp: remove unused {__,}xdp_release_frame()
Alexander Lobakin
1
-15
/
+0
2023-03-14
xdp: recycle Page Pool backed skbs built from XDP frames
Alexander Lobakin
1
-2
/
+2
2023-03-14
net: hsr: Don't log netdev_err message on unknown prp dst node
Kristian Overskeid
1
-1
/
+1
2023-03-13
net: hsr: Don't log netdev_err message on unknown prp dst node
Kristian Overskeid
1
-1
/
+1
2023-03-13
net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
D. Wythe
1
-0
/
+3
2023-03-13
net: socket: suppress unused warning
Vincenzo Palazzo
1
-1
/
+1
2023-03-13
xfrm: Remove inner/outer modes from output path
Herbert Xu
1
-22
/
+11
2023-03-13
xfrm: Remove inner/outer modes from input path
Herbert Xu
1
-43
/
+23
2023-03-12
wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"
Hector Martin
1
-2
/
+0
2023-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
3
-4
/
+4
2023-03-10
mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()
Paolo Abeni
1
-0
/
+16
2023-03-10
mptcp: avoid setting TCP_CLOSE state twice
Matthieu Baerts
1
-1
/
+0
2023-03-10
mptcp: add ro_after_init for tcp{,v6}_prot_override
Geliang Tang
1
-2
/
+2
2023-03-10
mptcp: fix UaF in listener shutdown
Paolo Abeni
3
-78
/
+2
2023-03-10
mptcp: use the workqueue to destroy unaccepted sockets
Paolo Abeni
3
-16
/
+46
2023-03-10
mptcp: refactor passive socket initialization
Paolo Abeni
2
-23
/
+21
2023-03-10
mptcp: fix possible deadlock in subflow_error_report
Paolo Abeni
1
-0
/
+7
2023-03-10
xdp: add xdp_set_features_flag utility routine
Lorenzo Bianconi
1
-7
/
+19
2023-03-10
Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
17
-187
/
+506
2023-03-10
Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2
-21
/
+26
2023-03-10
skbuff: Add likely to skb pointer in build_skb()
Gal Pressman
1
-1
/
+1
2023-03-10
skbuff: Replace open-coded skb_propagate_pfmemalloc()s
Gal Pressman
1
-4
/
+2
2023-03-10
Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
Palmer Dabbelt
1
-0
/
+5
2023-03-10
bpf: Add bpf_selem_free()
Martin KaFai Lau
1
-1
/
+1
2023-03-10
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
1
-1
/
+1
2023-03-10
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
1
-7
/
+1
[prev]
[next]