index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-23
virtio/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
1
-1
/
+1
2022-08-23
vsock: add API call for data ready
Arseniy Krasnov
1
-0
/
+10
2022-08-23
vsock: pass sock_rcvlowat to notify_poll_in as target
Arseniy Krasnov
1
-1
/
+2
2022-08-23
vmci/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
2
-8
/
+8
2022-08-23
virtio/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
1
-4
/
+1
2022-08-23
hv_sock: disable SO_RCVLOWAT support
Arseniy Krasnov
1
-0
/
+7
2022-08-23
vsock: SO_RCVLOWAT transport set callback
Arseniy Krasnov
1
-0
/
+20
2022-08-23
net: sched: remove duplicate check of user rights in qdisc
Zhengchao Shao
2
-21
/
+0
2022-08-23
xfrm: Drop unused argument
Hongbin Wang
1
-8
/
+7
2022-08-22
net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_ops
Vladimir Oltean
1
-3
/
+1
2022-08-22
net_sched: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-2
/
+2
2022-08-22
openvswitch: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-22
ethtool: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-4
/
+4
2022-08-22
dsa: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-4
/
+4
2022-08-22
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-5
/
+5
2022-08-22
packet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-08-22
l2tp: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-08-22
ipv6: move from strlcpy with unused retval to strscpy
Wolfram Sang
4
-4
/
+4
2022-08-22
ipv4: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-22
caif: move from strlcpy with unused retval to strscpy
Wolfram Sang
4
-5
/
+5
2022-08-22
bridge: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-7
/
+7
2022-08-22
ax25: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-22
vlan: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-3
/
+3
2022-08-22
net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports
Vladimir Oltean
1
-5
/
+167
2022-08-22
net: dsa: rename dsa_port_link_{,un}register_of
Vladimir Oltean
3
-16
/
+16
2022-08-22
net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform data
Vladimir Oltean
1
-10
/
+24
2022-08-22
Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+1
2022-08-22
Remove DECnet support from kernel
Stephen Hemminger
23
-10683
/
+1
2022-08-22
rose: check NULL rose_loopback_neigh->loopback
Bernard Pidoux
1
-1
/
+2
2022-08-22
openvswitch: Fix overreporting of drops in dropwatch
Mike Pattrick
1
-2
/
+3
2022-08-22
openvswitch: Fix double reporting of drops in dropwatch
Mike Pattrick
1
-3
/
+10
2022-08-22
af_unix: Show number of inflight fds for sockets in TCP_LISTEN state too
Kirill Tkhai
1
-3
/
+33
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
1
-1
/
+1
2022-08-20
batman-adv: Fix hang up with small MTU hard-interface
Shigeru Yoshida
1
-0
/
+4
2022-08-20
batman-adv: Drop initialization of flexible ethtool_link_ksettings
Sven Eckelmann
1
-1
/
+0
2022-08-19
SUNRPC: RPC level errors should set task->tk_rpc_status
Trond Myklebust
1
-1
/
+1
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-152
/
+305
2022-08-18
bpf: Add a few optnames to bpf_setsockopt
Martin KaFai Lau
1
-0
/
+5
2022-08-18
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
3
-32
/
+29
2022-08-18
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2
-22
/
+22
2022-08-18
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2
-69
/
+32
2022-08-18
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
1
-29
/
+50
2022-08-18
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2
-98
/
+32
2022-08-18
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
1
-7
/
+3
2022-08-18
bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and capable()
Martin KaFai Lau
1
-7
/
+7
2022-08-18
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capable()
Martin KaFai Lau
1
-6
/
+6
2022-08-18
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and capable()
Martin KaFai Lau
1
-9
/
+9
2022-08-18
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsockopt()
Martin KaFai Lau
1
-13
/
+25
2022-08-18
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-3
/
+27
2022-08-18
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+10
[prev]
[next]