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-12-01
net/tcp: Separate initialization of twsk
Dmitry Safonov
1
-26
/
+35
2022-12-01
net/tcp: Do cleanup on tcp_md5_key_copy() failure
Dmitry Safonov
2
-14
/
+10
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
5
-29
/
+77
2022-12-01
net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()
Dmitry Safonov
1
-9
/
+21
2022-11-30
net: devlink: make the devlink_ops::info_get() callback optional
Vincent Mailhol
1
-7
/
+6
2022-11-30
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
1
-8
/
+18
2022-11-30
devlink: support directly reading from region memory
Jacob Keller
1
-17
/
+63
2022-11-30
devlink: refactor region_read_snapshot_fill to use a callback function
Jacob Keller
1
-9
/
+35
2022-11-30
devlink: remove unnecessary parameter from chunk_fill function
Jacob Keller
1
-8
/
+2
2022-11-30
devlink: find snapshot in devlink_nl_cmd_region_read_dumpit
Jacob Keller
1
-11
/
+14
2022-11-30
devlink: report extended error message in region_read_dumpit()
Jacob Keller
1
-4
/
+12
2022-11-30
devlink: use min_t to calculate data_size
Jacob Keller
1
-4
/
+2
2022-11-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
7
-46
/
+109
2022-11-29
mptcp: add support for TCP_FASTOPEN_KEY sockopt
Matthieu Baerts
1
-3
/
+3
2022-11-29
mptcp: add TCP_FASTOPEN sock option
Dmytro Shytyi
1
-1
/
+4
2022-11-29
mptcp: add subflow_v(4,6)_send_synack()
Dmytro Shytyi
4
-1
/
+92
2022-11-29
mptcp: implement delayed seq generation for passive fastopen
Dmytro Shytyi
6
-15
/
+54
2022-11-29
mptcp: consolidate initial ack seq generation
Paolo Abeni
4
-45
/
+45
2022-11-29
mptcp: track accurately the incoming MPC suboption type
Paolo Abeni
1
-3
/
+8
2022-11-29
mptcp: add MSG_FASTOPEN sendmsg flag support
Dmytro Shytyi
1
-6
/
+3
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
55
-263
/
+400
2022-11-29
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
13
-29
/
+83
2022-11-29
udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()
Yuan Can
1
-0
/
+2
2022-11-29
sctp: fix memory leak in sctp_stream_outq_migrate()
Zhengchao Shao
4
-7
/
+47
2022-11-29
packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
Willem de Bruijn
1
-4
/
+2
2022-11-29
net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...
Jiri Pirko
1
-2
/
+2
2022-11-29
of: net: export of_get_mac_address_nvmem()
Miquel Raynal
1
-2
/
+3
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
6
-59
/
+53
2022-11-28
net: hsr: Fix potential use-after-free
YueHaibing
1
-2
/
+3
2022-11-28
tipc: re-fetch skb cb after tipc_msg_validate
Xin Long
1
-0
/
+3
2022-11-28
mptcp: fix sleep in atomic at close time
Paolo Abeni
1
-3
/
+3
2022-11-28
mptcp: don't orphan ssk in mptcp_close()
Menglong Dong
1
-7
/
+6
2022-11-28
Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2
-2
/
+11
2022-11-28
ipv4: Fix route deletion when nexthop info is not specified
Ido Schimmel
1
-3
/
+5
2022-11-28
net/9p: Fix a potential socket leak in p9_socket_open
Wang Hai
1
-1
/
+3
2022-11-25
wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration
Lorenzo Bianconi
1
-0
/
+3
2022-11-25
wifi: cfg80211: don't allow multi-BSSID in S1G
Johannes Berg
1
-1
/
+6
2022-11-25
wifi: cfg80211: fix buffer overflow in elem comparison
Johannes Berg
1
-1
/
+2
2022-11-25
xfrm: add extack to xfrm_set_spdinfo
Sabrina Dubroca
1
-4
/
+12
2022-11-25
xfrm: add extack to xfrm_alloc_userspi
Sabrina Dubroca
3
-10
/
+23
2022-11-25
xfrm: add extack to xfrm_do_migrate
Sabrina Dubroca
3
-14
/
+32
2022-11-25
xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len
Sabrina Dubroca
1
-9
/
+28
2022-11-25
xfrm: add extack to xfrm_del_sa
Sabrina Dubroca
1
-1
/
+1
2022-11-25
xfrm: add extack to xfrm_add_sa_expire
Sabrina Dubroca
1
-1
/
+4
2022-11-25
xfrm: a few coding style clean ups
Sabrina Dubroca
2
-6
/
+9
2022-11-24
Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
41
-223
/
+295
2022-11-23
ethtool: avoiding integer overflow in ethtool_phys_id()
Maxim Korotkov
1
-1
/
+2
2022-11-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
8
-15
/
+57
2022-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
3
-6
/
+8
2022-11-23
Merge tag '9p-for-6.1-rc7' of https://github.com/martinetd/linux
Linus Torvalds
2
-11
/
+22
[next]