index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-05
xsk: support redirect to any socket bound to the same umem
Magnus Karlsson
1
-1
/
+4
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
12
-34
/
+34
2024-01-29
net: free altname using an RCU callback
Jakub Kicinski
2
-11
/
+17
2024-01-29
net: fill in MODULE_DESCRIPTION()s for ieee802154
Breno Leitao
2
-0
/
+2
2024-01-29
taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-coding
Alessandro Marcolini
1
-46
/
+26
2024-01-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-52
/
+216
2024-01-26
af_unix: Try to run GC async.
Kuniyuki Iwashima
3
-3
/
+18
2024-01-26
af_unix: Run GC on only one CPU.
Kuniyuki Iwashima
1
-27
/
+27
2024-01-26
af_unix: Return struct unix_sock from unix_get_socket().
Kuniyuki Iwashima
2
-24
/
+14
2024-01-26
af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
Kuniyuki Iwashima
3
-14
/
+15
2024-01-26
af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().
Kuniyuki Iwashima
1
-1
/
+1
2024-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
37
-74
/
+229
2024-01-25
Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
35
-59
/
+223
2024-01-25
Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...
Linus Torvalds
1
-2
/
+2
2024-01-25
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
3
-10
/
+47
2024-01-24
tipc: node: remove Excess struct member kernel-doc warnings
Randy Dunlap
1
-2
/
+0
2024-01-24
tipc: socket: remove Excess struct member kernel-doc warning
Randy Dunlap
1
-1
/
+0
2024-01-24
xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
Maciej Fijalkowski
1
-0
/
+2
2024-01-24
xsk: fix usage of multi-buffer BPF helpers for ZC XDP
Maciej Fijalkowski
1
-6
/
+36
2024-01-24
xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
Maciej Fijalkowski
1
-0
/
+1
2024-01-24
xsk: recycle buffer in case Rx queue was full
Maciej Fijalkowski
1
-4
/
+8
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-2
/
+2
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
3
-18
/
+18
2024-01-24
netfilter: nf_tables: validate NFPROTO_* family
Pablo Neira Ayuso
8
-2
/
+47
2024-01-24
netfilter: nf_tables: reject QUEUE/DROP verdict parameters
Florian Westphal
1
-10
/
+6
2024-01-24
netfilter: nf_tables: restrict anonymous set and map names to 16 bytes
Florian Westphal
1
-0
/
+4
2024-01-24
netfilter: nft_limit: reject configurations that cause integer overflow
Florian Westphal
1
-7
/
+16
2024-01-24
netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain
Pablo Neira Ayuso
1
-2
/
+9
2024-01-24
net/sched: flower: Fix chain template offload
Ido Schimmel
2
-1
/
+31
2024-01-23
net/ipv6: resolve warning in ip6_fib.c
Breno Leitao
2
-10
/
+13
2024-01-23
net/ipv6: Remove unnecessary pr_debug() logs
Breno Leitao
1
-4
/
+0
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
2
-5
/
+18
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2
-2
/
+17
2024-01-23
bpf: tcp: Support arbitrary SYN Cookie.
Kuniyuki Iwashima
2
-4
/
+121
2024-01-23
bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().
Kuniyuki Iwashima
2
-8
/
+36
2024-01-23
tcp: Move tcp_ns_to_ts() to tcp.h
Kuniyuki Iwashima
1
-9
/
+0
2024-01-23
net: filter: fix spelling mistakes
Randy Dunlap
1
-4
/
+4
2024-01-23
Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
5
-4
/
+8
2024-01-23
inet_diag: skip over empty buckets
Eric Dumazet
1
-0
/
+8
2024-01-23
sock_diag: remove sock_diag_mutex
Eric Dumazet
1
-4
/
+0
2024-01-23
sock_diag: allow concurrent operation in sock_diag_rcv_msg()
Eric Dumazet
2
-19
/
+33
2024-01-23
sock_diag: allow concurrent operations
Eric Dumazet
1
-31
/
+42
2024-01-23
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
8
-0
/
+9
2024-01-23
inet_diag: allow concurrent operations
Eric Dumazet
1
-40
/
+40
2024-01-23
inet_diag: add module pointer to "struct inet_diag_handler"
Eric Dumazet
6
-0
/
+7
2024-01-23
inet_diag: annotate data-races around inet_diag_table[]
Eric Dumazet
1
-3
/
+3
2024-01-23
sock_diag: annotate data-races around sock_diag_handlers[family]
Eric Dumazet
1
-5
/
+5
2024-01-23
ipv6: init the accept_queue's spinlocks in inet6_create
Zhengchao Shao
1
-0
/
+3
2024-01-23
netlink: fix potential sleeping issue in mqueue_flush_file
Zhengchao Shao
1
-1
/
+1
2024-01-23
tcp: Add memory barrier to tcp_push()
Salvatore Dipietro
1
-0
/
+1
[next]