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-10-18
net: pktgen: Fix interface flags printing
Gavrilov Ilia
1
-7
/
+7
2023-10-18
netfilter: nf_tables: de-constify set commit ops function argument
Florian Westphal
1
-4
/
+3
2023-10-18
netfilter: bridge: convert br_netfilter to NF_DROP_REASON
Florian Westphal
2
-16
/
+16
2023-10-18
netfilter: make nftables drops visible in net dropmonitor
Florian Westphal
2
-4
/
+8
2023-10-18
netfilter: nf_nat: mask out non-verdict bits when checking return value
Florian Westphal
1
-2
/
+3
2023-10-18
netfilter: conntrack: convert nf_conntrack_update to netfilter verdicts
Florian Westphal
2
-31
/
+42
2023-10-18
netfilter: nf_tables: mask out non-verdict bits when checking return value
Florian Westphal
2
-3
/
+7
2023-10-18
netfilter: xt_mangle: only check verdict part of return value
Florian Westphal
2
-8
/
+10
2023-10-18
devlink: document devlink_rel_nested_in_notify() function
Jiri Pirko
1
-0
/
+14
2023-10-18
devlink: don't take instance lock for nested handle put
Jiri Pirko
1
-14
/
+3
2023-10-18
devlink: take device reference for devlink object
Jiri Pirko
1
-1
/
+2
2023-10-18
devlink: call peernet2id_alloc() with net pointer under RCU read lock
Jiri Pirko
1
-3
/
+9
2023-10-17
Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
5
-27
/
+34
2023-10-17
net: bridge: Set strict_start_type for br_policy
Johannes Nixdorf
1
-0
/
+2
2023-10-17
net: bridge: Add netlink knobs for number / max learned FDB entries
Johannes Nixdorf
1
-1
/
+14
2023-10-17
net: bridge: Track and limit dynamically learned FDB entries
Johannes Nixdorf
2
-2
/
+37
2023-10-17
net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
Johannes Nixdorf
1
-3
/
+4
2023-10-17
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2
-5
/
+6
2023-10-17
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
4
-0
/
+34
2023-10-17
net: openvswitch: Annotate struct mask_array with __counted_by
Christophe JAILLET
1
-1
/
+1
2023-10-17
net: openvswitch: Use struct_size()
Christophe JAILLET
1
-5
/
+2
2023-10-17
net: gso_test: release each segment individually
Florian Westphal
1
-5
/
+9
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
10
-22
/
+122
2023-10-16
page_pool: fragment API support for 32-bit arch with 64-bit DMA
Yunsheng Lin
1
-5
/
+9
2023-10-16
Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
4
-24
/
+62
2023-10-16
nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
Krzysztof Kozlowski
1
-0
/
+2
2023-10-16
netlink: Correct offload_xstats size
Christoph Paasch
1
-3
/
+1
2023-10-16
net/smc: return the right falback reason when prefix checks fail
Dust Li
1
-1
/
+1
2023-10-16
cgroup, netclassid: on modifying netclassid in cgroup, only consider the main...
Liansen Zhai
1
-0
/
+6
2023-10-16
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
3
-2
/
+12
2023-10-16
net, sched: Add tcf_set_drop_reason for {__,}tcf_classify
Daniel Borkmann
1
-6
/
+20
2023-10-16
net, sched: Make tc-related drop reason more flexible
Daniel Borkmann
1
-5
/
+10
2023-10-16
svcrdma: Drop connection after an RDMA Read error
Chuck Lever
1
-1
/
+2
2023-10-16
SUNRPC: Remove BUG_ON call sites
Chuck Lever
1
-4
/
+5
2023-10-16
SUNRPC: change the back-channel queue to lwq
NeilBrown
4
-18
/
+6
2023-10-16
SUNRPC: discard sp_lock
NeilBrown
1
-5
/
+5
2023-10-16
SUNRPC: change sp_nrthreads to atomic_t
NeilBrown
1
-17
/
+20
2023-10-16
SUNRPC: use lwq for sp_sockets - renamed to sp_xprts
NeilBrown
2
-41
/
+18
2023-10-16
SUNRPC: only have one thread waking up at a time
NeilBrown
2
-21
/
+31
2023-10-16
SUNRPC: rename some functions from rqst_ to svc_thread_
NeilBrown
1
-5
/
+5
2023-10-16
SUNRPC: change service idle list to be an llist
NeilBrown
2
-33
/
+26
2023-10-16
SUNRPC: discard SP_CONGESTED
NeilBrown
2
-4
/
+1
2023-10-16
SUNRPC: add list of idle threads
NeilBrown
2
-9
/
+20
2023-10-16
SUNRPC: change how svc threads are asked to exit.
NeilBrown
2
-26
/
+24
2023-10-16
SUNRPC: integrate back-channel processing with svc_recv()
NeilBrown
4
-7
/
+32
2023-10-16
SUNRPC: Clean up bc_svc_process()
Chuck Lever
1
-26
/
+12
2023-10-16
SUNRPC: rename and refactor svc_get_next_xprt()
NeilBrown
1
-48
/
+44
2023-10-16
SUNRPC: move all of xprt handling into svc_xprt_handle()
NeilBrown
1
-33
/
+20
2023-10-16
ipv4: use tunnel flow flags for tunnel route lookups
Beniamino Galvani
1
-0
/
+1
2023-10-16
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
1
-13
/
+13
[prev]
[next]