index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-08-18
1
-67
/
+30
|
*
|
|
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
2022-08-18
1
-29
/
+50
|
*
|
|
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-18
2
-98
/
+32
|
*
|
|
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
2022-08-18
1
-7
/
+3
|
*
|
|
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-18
1
-13
/
+25
|
*
|
|
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-18
1
-3
/
+27
|
*
|
|
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-08-18
1
-3
/
+10
*
|
|
|
net: rtnetlink: use netif_oper_up instead of open code
Juhee Kang
2022-09-01
1
-4
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
1
-2
/
+2
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-08-26
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
skmsg: Fix wrong last sg check in sk_msg_recvmsg()
Liu Jian
2022-08-17
1
-2
/
+2
|
|
|
|
/
|
|
|
/
|
*
|
|
|
core: Variable type completion
Xin Gao
2022-08-31
1
-1
/
+1
*
|
|
|
Revert "net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()"
Vlad Buslov
2022-08-30
1
-2
/
+0
*
|
|
|
net: devlink: stub port params cmds for they are unused internally
Jiri Pirko
2022-08-30
1
-73
/
+5
*
|
|
|
devlink: use missing attribute ext_ack
Jakub Kicinski
2022-08-30
1
-21
/
+20
*
|
|
|
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
2
-0
/
+2
*
|
|
|
net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()
Jiri Pirko
2022-08-26
1
-0
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-25
8
-40
/
+52
|
\
|
|
|
|
*
|
|
net: Fix a data-race around netdev_unregister_timeout_secs.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
*
|
|
net: Fix a data-race around netdev_budget_usecs.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
*
|
|
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
*
|
|
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
*
|
|
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
*
|
|
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
2022-08-24
3
-9
/
+13
|
*
|
|
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
2022-08-24
1
-4
/
+4
|
*
|
|
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
2022-08-24
2
-3
/
+3
|
*
|
|
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-08-24
2
-7
/
+10
|
*
|
|
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-24
2
-6
/
+6
|
*
|
|
net/core/skbuff: Check the return value of skb_copy_bits()
lily
2022-08-24
1
-3
/
+2
|
*
|
|
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-08-24
1
-3
/
+9
*
|
|
|
net: devlink: limit flash component name to match version returned by info_get()
Jiri Pirko
2022-08-25
1
-17
/
+88
*
|
|
|
net: devlink: extend info_get() version put to indicate a flash component
Jiri Pirko
2022-08-25
1
-4
/
+30
*
|
|
|
net: skb: prevent the split of kfree_skb_reason() by gcc
Menglong Dong
2022-08-24
1
-2
/
+3
*
|
|
|
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-22
3
-5
/
+5
*
|
|
|
Remove DECnet support from kernel
Stephen Hemminger
2022-08-22
2
-6
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-18
4
-12
/
+42
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
tcp: handle pure FIN case correctly
Cong Wang
2022-08-18
1
-2
/
+3
|
*
|
net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpu
Zhengchao Shao
2022-08-16
1
-1
/
+1
|
*
|
net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg
Zhengchao Shao
2022-08-15
1
-0
/
+1
|
*
|
neighbour: make proxy_queue.qlen limit per-device
Alexander Mikhalitsyn
2022-08-15
1
-3
/
+22
|
*
|
neigh: fix possible DoS due to net iface start/stop loop
Denis V. Lunev
2022-08-15
1
-8
/
+17
|
|
/
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-17
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
1
-6
/
+6
|
*
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
1
-2
/
+2
*
|
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-11
5
-7
/
+38
|
\
\
|
*
\
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-08-10
2
-3
/
+29
|
|
\
\
|
|
*
|
bpf: Check the validity of max_rdwr_access for sock local storage map iterator
Hou Tao
2022-08-10
1
-1
/
+1
|
|
*
|
bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator
Hou Tao
2022-08-10
1
-1
/
+19
|
|
*
|
bpf: Acquire map uref in .init_seq_private for sock local storage map iterator
Hou Tao
2022-08-10
1
-1
/
+9
|
|
|
/
|
*
|
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
2022-08-10
1
-1
/
+3
[prev]
[next]