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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-18
net: devlink: add unlocked variants of devlink_sb*() functions
Jiri Pirko
1
-18
/
+36
2022-07-18
net: devlink: add unlocked variants of devlink_resource*() functions
Jiri Pirko
1
-61
/
+156
2022-07-18
net: devlink: add unlocked variants of devling_trap*() functions
Jiri Pirko
1
-32
/
+148
2022-07-18
net: devlink: avoid false DEADLOCK warning reported by lockdep
Moshe Shemesh
1
-0
/
+4
2022-07-18
skbuff: add SKBFL_DONT_ORPHAN flag
Pavel Begunkov
1
-1
/
+1
2022-07-18
skbuff: don't mix ubuf_info from different sources
Pavel Begunkov
1
-0
/
+4
2022-07-18
tcp: Fix data-races around sysctl_tcp_migrate_req.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-18
tcp: Fix data-races around sysctl_tcp_syncookies.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-14
net: devlink: fix return statement in devlink_port_new_notify()
Jiri Pirko
1
-2
/
+1
2022-07-14
net: devlink: fix a typo in function name devlink_port_new_notifiy()
Jiri Pirko
1
-4
/
+4
2022-07-14
net: devlink: make devlink_dpipe_headers_register() return void
Jiri Pirko
1
-3
/
+2
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+6
2022-07-14
bpf: Add endian modifiers to fix endian warnings
Ben Dooks
1
-2
/
+2
2022-07-14
seg6: bpf: fix skb checksum in bpf_push_seg6_encap()
Andrea Mayer
1
-1
/
+0
2022-07-13
net: devlink: use helpers to work with devlink->lock mutex
Jiri Pirko
1
-115
/
+115
2022-07-13
net: devlink: fix unlocked vs locked functions descriptions
Jiri Pirko
1
-0
/
+22
2022-07-13
net: extract port range fields from fl_flow_key
Maksym Glubokiy
1
-0
/
+7
2022-07-12
devlink: Hold the instance lock in port_new / port_del callbacks
Moshe Shemesh
1
-5
/
+1
2022-07-12
devlink: Remove unused functions devlink_rate_leaf_create/destroy
Moshe Shemesh
1
-35
/
+7
2022-07-12
devlink: Remove unused function devlink_rate_nodes_destroy
Moshe Shemesh
1
-18
/
+0
2022-07-11
skmsg: Fix invalid last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-41
/
+74
2022-07-08
net: minor optimization in __alloc_skb()
Eric Dumazet
1
-2
/
+1
2022-07-07
net: page_pool: optimize page pool page allocation in NUMA scenario
Jie Wang
1
-1
/
+2
2022-07-06
xdp: Fix spurious packet loss in generic XDP TX path
Johan Almbladh
1
-2
/
+6
2022-07-06
tls: rx: periodically flush socket backlog
Jakub Kicinski
1
-0
/
+1
2022-07-05
bpf: Omit superfluous address family check in __bpf_skc_lookup
Tobias Klauser
1
-3
/
+2
2022-07-03
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-06-30
net, neigh: introduce interval_probe_time_ms for periodic probe
Yuwei Wang
1
-2
/
+30
2022-06-29
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
1
-7
/
+53
2022-06-28
bpf: Fix sockmap calling sleepable function in teardown path
John Fastabend
1
-1
/
+1
2022-06-27
Merge branch 'master' into mm-stable
akpm
4
-16
/
+49
2022-06-24
net: helper function skb_len_add
Richard Gobert
1
-10
/
+3
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-16
/
+49
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-0
/
+5
2022-06-20
skmsg: Get rid of unncessary memset()
Cong Wang
1
-10
/
+13
2022-06-20
skmsg: Get rid of skb_clone()
Cong Wang
1
-6
/
+1
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
1
-15
/
+5
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-2
/
+152
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-6
/
+28
2022-06-17
bpf: Fix bpf_skc_lookup comment wrt. return type
Tobias Klauser
1
-2
/
+0
2022-06-17
net: fix data-race in dev_isalive()
Eric Dumazet
2
-10
/
+16
2022-06-16
bpf: Allow the new syncookie helpers to work with SKBs
Maxim Mikityanskiy
1
-0
/
+10
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
1
-0
/
+118
2022-06-16
net: set proper memcg for net_init hooks allocations
Vasily Averin
1
-0
/
+7
2022-06-15
bpf: Fix request_sock leak in sk lookup helpers
Jon Maxwell
1
-6
/
+28
2022-06-15
net: don't check skb_count twice
Sieng Piaw Liew
1
-3
/
+4
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
1
-3
/
+6
2022-06-10
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
1
-2
/
+0
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-3
/
+0
[prev]
[next]