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-01-06
sysctl: expose all net/core sysctls inside netns
Mahesh Bandewar
1
-5
/
+0
2023-01-06
rxrpc: Move client call connection to the I/O thread
David Howells
13
-527
/
+295
2023-01-06
rxrpc: Move the client conn cache management to the I/O thread
David Howells
6
-86
/
+62
2023-01-06
rxrpc: Remove call->state_lock
David Howells
12
-184
/
+142
2023-01-06
rxrpc: Move call state changes from recvmsg to I/O thread
David Howells
4
-111
/
+108
2023-01-06
rxrpc: Move call state changes from sendmsg to I/O thread
David Howells
2
-58
/
+61
2023-01-06
rxrpc: Wrap accesses to get call state to put the barrier in one place
David Howells
5
-24
/
+38
2023-01-06
rxrpc: Split out the call state changing functions into their own file
David Howells
4
-89
/
+108
2023-01-06
rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parameters
David Howells
6
-73
/
+75
2023-01-06
rxrpc: Offload the completion of service conn security to the I/O thread
David Howells
3
-14
/
+38
2023-01-06
rxrpc: Make the set of connection IDs per local endpoint
David Howells
5
-38
/
+35
2023-01-06
rxrpc: Tidy up abort generation infrastructure
David Howells
13
-405
/
+351
2023-01-06
rxrpc: Clean up connection abort
David Howells
7
-213
/
+186
2023-01-06
rxrpc: Implement a mechanism to send an event notification to a connection
David Howells
5
-6
/
+53
2023-01-06
rxrpc: Only disconnect calls in the I/O thread
David Howells
4
-15
/
+8
2023-01-06
rxrpc: Only set/transmit aborts in the I/O thread
David Howells
6
-18
/
+49
2023-01-06
rxrpc: Separate call retransmission from other conn events
David Howells
3
-30
/
+8
2023-01-06
rxrpc: Make the local endpoint hold a ref on a connected call
David Howells
3
-13
/
+20
2023-01-06
rxrpc: Stash the network namespace pointer in rxrpc_local
David Howells
5
-23
/
+21
2023-01-06
batman-adv: Drop prandom.h includes
Sven Eckelmann
4
-4
/
+1
2023-01-06
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2023-01-05
devlink: convert remaining dumps to the by-instance scheme
Jakub Kicinski
3
-394
/
+320
2023-01-05
devlink: add by-instance dump infra
Jakub Kicinski
3
-31
/
+68
2023-01-05
devlink: uniformly take the devlink instance lock in the dump loop
Jakub Kicinski
1
-7
/
+6
2023-01-05
devlink: restart dump based on devlink instance ids (function)
Jakub Kicinski
1
-20
/
+21
2023-01-05
devlink: restart dump based on devlink instance ids (nested)
Jakub Kicinski
2
-46
/
+49
2023-01-05
devlink: restart dump based on devlink instance ids (simple)
Jakub Kicinski
3
-29
/
+25
2023-01-05
devlink: health: combine loops in dump
Jakub Kicinski
1
-3
/
+0
2023-01-05
devlink: drop the filter argument from devlinks_xa_find_get
Jakub Kicinski
2
-17
/
+10
2023-01-05
devlink: remove start variables from dumps
Jakub Kicinski
1
-36
/
+19
2023-01-05
devlink: use an explicit structure for dump context
Jakub Kicinski
2
-40
/
+81
2023-01-05
netlink: add macro for checking dump ctx size
Jakub Kicinski
1
-1
/
+1
2023-01-05
devlink: split out netlink code
Jakub Kicinski
4
-205
/
+235
2023-01-05
devlink: split out core code
Jakub Kicinski
4
-434
/
+476
2023-01-05
devlink: rename devlink_netdevice_event -> devlink_port_netdevice_event
Jakub Kicinski
1
-5
/
+5
2023-01-05
devlink: move code to a dedicated directory
Jakub Kicinski
4
-1
/
+4
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
53
-333
/
+587
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
31
-281
/
+524
2023-01-05
rxrpc: replace zero-lenth array with DECLARE_FLEX_ARRAY() helper
Stephen Rothwell
1
-1
/
+1
2023-01-05
caif: fix memory leak in cfctrl_linkup_request()
Zhengchao Shao
1
-1
/
+5
2023-01-04
inet: control sockets should not use current thread task_frag
Eric Dumazet
1
-0
/
+1
2023-01-04
net/ulp: prevent ULP without clone op from entering the LISTEN status
Paolo Abeni
2
-0
/
+18
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+4
2023-01-03
mac802154: Handle passive scanning
Miquel Raynal
7
-6
/
+407
2023-01-03
mac802154: Add MLME Tx locked helpers
Miquel Raynal
2
-13
/
+35
2023-01-03
mac802154: Prepare forcing specific symbol duration
Miquel Raynal
2
-10
/
+12
2023-01-03
ieee802154: Introduce a helper to validate a channel
Miquel Raynal
1
-2
/
+1
2023-01-03
ieee802154: Add support for user scanning requests
Miquel Raynal
4
-0
/
+291
2023-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
13
-187
/
+268
2023-01-02
netfilter: ipset: Rework long task execution when adding/deleting entries
Jozsef Kadlecsik
10
-80
/
+67
[prev]
[next]