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
2021-06-03
sit: set name of device back to struct parms
zhang kai
1
-0
/
+3
2021-06-03
rtnetlink: Fix missing error code in rtnl_bridge_notify()
Jiapeng Chong
1
-1
/
+3
2021-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-3
/
+7
2021-06-02
net: ipconfig: Don't override command-line hostnames or domains
Josh Triplett
1
-5
/
+8
2021-06-02
netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
Pablo Neira Ayuso
1
-2
/
+6
2021-06-02
netfilter: nft_ct: skip expectations for confirmed conntrack
Pablo Neira Ayuso
1
-1
/
+1
2021-06-01
net/tls: Fix use-after-free after the TLS device goes down and up
Maxim Mikityanskiy
3
-5
/
+55
2021-06-01
net/tls: Replace TLS_RX_SYNC_RUNNING with RCU
Maxim Mikityanskiy
1
-7
/
+3
2021-06-01
net: sock: fix in-kernel mark setting
Alexander Aring
1
-4
/
+12
2021-06-01
net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANs
Vladimir Oltean
1
-1
/
+1
2021-05-31
nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect
Krzysztof Kozlowski
1
-0
/
+2
2021-05-28
mptcp: do not reset MP_CAPABLE subflow on mapping errors
Paolo Abeni
1
-30
/
+32
2021-05-28
mptcp: always parse mptcp options for MPC reqsk
Paolo Abeni
1
-9
/
+8
2021-05-28
mptcp: fix sk_forward_memory corruption on retransmission
Paolo Abeni
1
-1
/
+15
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
3
-29
/
+59
2021-05-27
net/sched: act_ct: Fix ct template allocation for zone 0
Ariel Levkovich
1
-3
/
+0
2021-05-27
net/sched: act_ct: Offload connections with commit action
Paul Blakey
1
-3
/
+4
2021-05-27
devlink: Correct VIRTUAL port to not have phys_port attributes
Parav Pandit
1
-2
/
+2
2021-05-27
ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
Julian Anastasov
1
-1
/
+1
2021-05-26
Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
64
-245
/
+511
2021-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2021-05-25
mptcp: validate 'id' when stopping the ADD_ADDR retransmit timer
Davide Caratti
3
-6
/
+6
2021-05-25
mptcp: avoid error message on infinite mapping
Paolo Abeni
1
-1
/
+0
2021-05-25
mptcp: drop unconditional pr_warn on bad opt
Paolo Abeni
1
-1
/
+0
2021-05-25
mptcp: avoid OOB access in setsockopt()
Paolo Abeni
3
-5
/
+14
2021-05-25
net: zero-initialize tc skb extension on allocation
Vlad Buslov
1
-1
/
+1
2021-05-25
sctp: fix the proc_handler for sysctl encap_port
Xin Long
1
-1
/
+1
2021-05-25
sctp: add the missing setting for asoc encap_port
Xin Long
1
-0
/
+1
2021-05-24
net: hsr: fix mac_len checks
George McCollister
5
-21
/
+34
2021-05-24
sch_dsmark: fix a NULL deref in qdisc_reset()
Taehee Yoo
1
-1
/
+2
2021-05-24
netfilter: nf_tables: fix table flag updates
Pablo Neira Ayuso
1
-19
/
+40
2021-05-23
net/sched: fq_pie: fix OOB access in the traffic path
Davide Caratti
1
-1
/
+8
2021-05-23
net/sched: fq_pie: re-factor fix for fq_pie endless loop
Davide Caratti
1
-5
/
+5
2021-05-21
ipv6: record frag_max_size in atomic fragments in input path
Francesco Ruggeri
1
-1
/
+3
2021-05-21
RDS tcp loopback connection can hang
Rao Shoaib
4
-9
/
+27
2021-05-21
netfilter: nf_tables: extended netlink error reporting for chain type
Pablo Neira Ayuso
1
-7
/
+14
2021-05-21
netfilter: nf_tables: missing error reporting for not selected expressions
Pablo Neira Ayuso
1
-1
/
+3
2021-05-21
bpf: Set mac_len in bpf_skb_change_head
Jussi Maki
1
-0
/
+1
2021-05-20
Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+8
2021-05-20
netfilter: conntrack: unregister ipv4 sockopts on error unwind
Florian Westphal
1
-1
/
+1
2021-05-19
ethtool: stats: Fix a copy-paste error
YueHaibing
1
-1
/
+1
2021-05-18
tipc: simplify the finalize work queue
Xin Long
6
-23
/
+14
2021-05-17
netlink: disable IRQs for netlink_lock_table()
Johannes Berg
1
-2
/
+4
2021-05-17
net/smc: remove device from smcd_dev_list after failed device_add()
Julian Wiedmann
1
-1
/
+10
2021-05-17
tipc: wait and exit until all work queues are done
Xin Long
3
-0
/
+6
2021-05-17
mld: fix panic in mld_newpack()
Taehee Yoo
1
-3
/
+0
2021-05-17
NFC: nci: fix memory leak in nci_allocate_device
Dongliang Mu
2
-0
/
+6
2021-05-17
tipc: skb_linearize the head skb when reassembling msgs
Xin Long
1
-7
/
+2
2021-05-14
mm: fix struct page layout on 32-bit systems
Matthew Wilcox (Oracle)
1
-5
/
+7
2021-05-14
net: sched: fix tx action reschedule issue with stopped queue
Yunsheng Lin
2
-2
/
+28
[next]