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-12-07
net/smc: fix missing byte order conversion in CLC handshake
Wen Gu
3
-9
/
+8
2023-12-07
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
2
-1
/
+6
2023-12-07
psample: Require 'CAP_NET_ADMIN' when joining "packets" group
Ido Schimmel
1
-1
/
+2
2023-12-07
bpf: sockmap, updating the sg structure should also update curr
John Fastabend
1
-0
/
+19
2023-12-07
net: tls, update curr on splice as well
John Fastabend
1
-0
/
+2
2023-12-07
Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
7
-19
/
+40
2023-12-07
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-0
/
+6
2023-12-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-3
/
+2
2023-12-06
net: rtnetlink: remove local list in __linkwatch_run_queue()
Johannes Berg
1
-9
/
+4
2023-12-06
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
1
-1
/
+5
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
1
-4
/
+3
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-2
/
+2
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
3
-18
/
+18
2023-12-06
netfilter: xt_owner: Fix for unsafe access of sk->sk_socket
Phil Sutter
1
-4
/
+12
2023-12-06
netfilter: nf_tables: validate family when identifying table via handle
Pablo Neira Ayuso
1
-2
/
+3
2023-12-06
netfilter: nf_tables: bail out on mismatching dynset and set expressions
Pablo Neira Ayuso
1
-4
/
+9
2023-12-06
netfilter: nf_tables: fix 'exist' matching on bigendian arches
Florian Westphal
2
-4
/
+8
2023-12-06
netfilter: nft_set_pipapo: skip inactive elements during set walk
Florian Westphal
1
-0
/
+3
2023-12-06
netfilter: bpf: fix bad registration on nf_defrag
D. Wythe
1
-5
/
+5
2023-12-06
net/tcp: Don't store TCP-AO maclen on reqsk
Dmitry Safonov
3
-10
/
+8
2023-12-06
net/tcp: Don't add key with non-matching VRF on connected sockets
Dmitry Safonov
1
-0
/
+9
2023-12-06
net/tcp: Limit TCP_AO_REPAIR to non-listen sockets
Dmitry Safonov
1
-0
/
+6
2023-12-06
net/tcp: Consistently align TCP-AO option in the header
Dmitry Safonov
5
-9
/
+9
2023-12-06
wifi: cfg80211: make RX assoc data const
Johannes Berg
4
-4
/
+4
2023-12-06
wifi: nl80211: refactor nl80211_send_mlme_event() arguments
Johannes Berg
1
-31
/
+67
2023-12-06
ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
Shigeru Yoshida
1
-4
/
+7
2023-12-05
packet: add a generic drop reason for receive
Yan Zhai
1
-13
/
+7
2023-12-05
net: core: synchronize link-watch when carrier is queried
Johannes Berg
6
-4
/
+20
2023-12-05
tcp: reorganize tcp_sock fast path variables
Coco Li
1
-0
/
+93
2023-12-05
net-device: reorganize net_device fast path variables
Coco Li
1
-0
/
+56
2023-12-05
tcp: fix mid stream window clamp.
Paolo Abeni
1
-3
/
+19
2023-12-05
xsk: Skip polling event check for unbound socket
Yewon Choi
1
-3
/
+2
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
2
-6
/
+6
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
2
-8
/
+4
2023-12-05
net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many
Pedro Tammela
1
-4
/
+2
2023-12-05
net/sched: act_api: stop loop over ops array on NULL in tcf_action_init
Pedro Tammela
1
-4
/
+2
2023-12-05
net/sched: act_api: avoid non-contiguous action array
Pedro Tammela
1
-12
/
+21
2023-12-05
net/sched: act_api: use tcf_act_for_each_action
Pedro Tammela
1
-7
/
+5
2023-12-05
docs: bridge: Add kAPI/uAPI fields
Hangbin Liu
1
-0
/
+2
2023-12-04
netdev-genl: Add PID for the NAPI thread
Amritha Nambiar
1
-0
/
+7
2023-12-04
net: Add NAPI IRQ support
Amritha Nambiar
2
-0
/
+5
2023-12-04
netdev-genl: Add netlink framework functions for napi
Amritha Nambiar
3
-4
/
+122
2023-12-04
netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
Amritha Nambiar
3
-0
/
+36
2023-12-04
netdev-genl: Add netlink framework functions for queue
Amritha Nambiar
1
-3
/
+184
2023-12-04
net: Add queue and napi association
Amritha Nambiar
1
-0
/
+37
2023-12-04
netdev-genl: spec: Extend netdev netlink spec in YAML for queue
Amritha Nambiar
3
-0
/
+39
2023-12-04
tcp: Dump bound-only sockets in inet_diag.
Guillaume Nault
2
-1
/
+86
2023-12-04
packet: Move reference count in packet_sock to atomic_long_t
Daniel Borkmann
2
-9
/
+9
2023-12-02
netns-ipv4: reorganize netns_ipv4 fast path variables
Coco Li
1
-0
/
+45
2023-12-01
tcp: tcp_gro_dev_warn() cleanup
Eric Dumazet
1
-18
/
+11
[prev]
[next]