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
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 ca...
Martin KaFai Lau
1
-7
/
+7
2022-08-18
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...
Martin KaFai Lau
1
-6
/
+6
2022-08-18
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...
Martin KaFai Lau
1
-9
/
+9
2022-08-18
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
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
2022-08-18
ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels
Eyal Birger
2
-4
/
+5
2022-08-18
tcp: handle pure FIN case correctly
Cong Wang
2
-3
/
+4
2022-08-18
tcp: refactor tcp_read_skb() a bit
Cong Wang
1
-17
/
+9
2022-08-18
tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
Cong Wang
1
-10
/
+14
2022-08-18
tcp: fix sock skb accounting in tcp_read_skb()
Cong Wang
1
-0
/
+1
2022-08-18
net: genl: fix error path memory leak in policy dumping
Jakub Kicinski
2
-3
/
+17
2022-08-17
net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it
Vladimir Oltean
1
-2
/
+5
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-12
/
+11
2022-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
7
-90
/
+182
2022-08-17
skmsg: Fix wrong last sg check in sk_msg_recvmsg()
Liu Jian
1
-2
/
+2
2022-08-17
batman-adv: Drop unused headers in trace.h
Sven Eckelmann
1
-2
/
+0
2022-08-17
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2022-08-17
tls: rx: react to strparser initialization errors
Jakub Kicinski
1
-1
/
+3
2022-08-17
tcp: Make SYN ACK RTO tunable by BPF programs with TFO
Jie Meng
2
-2
/
+3
2022-08-17
xfrm: policy: fix metadata dst->dev xmit null pointer dereference
Nikolay Aleksandrov
1
-1
/
+1
[prev]
[next]