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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-07
netfilter: conntrack: Introduce udp offload timeout configuration
Oz Shlomo
3
-0
/
+31
2021-06-07
netfilter: conntrack: Introduce tcp offload timeout configuration
Oz Shlomo
3
-0
/
+33
2021-06-07
netfilter: nftables: add nf_ct_pernet() helper function
Pablo Neira Ayuso
7
-38
/
+31
2021-06-07
netfilter: nf_tables: remove nft_ctx_init_from_setattr()
Pablo Neira Ayuso
1
-39
/
+25
2021-06-07
netfilter: nf_tables: remove nft_ctx_init_from_elemattr()
Pablo Neira Ayuso
1
-38
/
+34
2021-06-07
netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
Pablo Neira Ayuso
7
-70
/
+42
2021-06-04
net: dsa: xrs700x: allow HSR/PRP supervision dupes for node_table
George McCollister
1
-0
/
+67
2021-06-04
net:cxgb3: fix incorrect work cancellation
Íñigo Huguet
1
-1
/
+1
2021-06-04
net: bridge: mrp: Update ring transitions.
Horatiu Vultur
1
-4
/
+2
2021-06-04
net: enetc: use get/put_unaligned helpers for MAC address handling
Michael Walle
1
-4
/
+5
2021-06-04
Merge branch 'hdlc_x25-cleanups'
David S. Miller
1
-48
/
+29
2021-06-04
net: hdlc_x25: fix the alignment issue
Peng Li
1
-14
/
+14
2021-06-04
net: hdlc_x25: fix the code issue about "if..else.."
Peng Li
1
-2
/
+1
2021-06-04
net: hdlc_x25: add some required spaces
Peng Li
1
-1
/
+2
2021-06-04
net: hdlc_x25: move out assignment in if condition
Peng Li
1
-6
/
+11
2021-06-04
net: hdlc_x25: remove unnecessary out of memory message
Peng Li
1
-3
/
+1
2021-06-04
net: hdlc_x25: remove redundant blank lines
Peng Li
1
-22
/
+0
2021-06-04
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
5
-32
/
+93
2021-06-04
tipc: Return the correct errno code
Zheng Yongjun
1
-3
/
+3
2021-06-04
Merge branch 'mptcp-timestamps'
David S. Miller
8
-124
/
+296
2021-06-04
selftests: mptcp_connect: add SO_TIMESTAMPNS cmsg support
Florian Westphal
2
-3
/
+126
2021-06-04
mptcp: receive path cmsg support
Florian Westphal
1
-3
/
+25
2021-06-04
tcp: export timestamp helpers for mptcp
Florian Westphal
2
-6
/
+8
2021-06-04
mptcp: setsockopt: handle SOL_SOCKET in one place only
Florian Westphal
1
-70
/
+29
2021-06-04
mptcp: sockopt: propagate timestamp request to subflows
Florian Westphal
1
-0
/
+50
2021-06-04
sock: expose so_timestamping options for mptcp
Florian Westphal
2
-35
/
+38
2021-06-04
sock: expose so_timestamp options for mptcp
Florian Westphal
2
-7
/
+20
2021-06-04
igc: Enable HW VLAN Insertion and HW VLAN Stripping
Muhammad Husaini Zulkifli
4
-2
/
+78
2021-06-04
igc: Indentation fixes
Sasha Neftin
1
-2
/
+2
2021-06-04
igc: Remove unused MDICNFG register
Sasha Neftin
1
-1
/
+0
2021-06-04
igc: Remove unused asymmetric pause bit from igc defines
Sasha Neftin
1
-1
/
+0
2021-06-04
igc: Update driver to use ethtool_sprintf
Sasha Neftin
1
-26
/
+13
2021-06-03
netdevsim: Fix unsigned being compared to less than zero
Colin Ian King
1
-1
/
+1
2021-06-03
icmp: fix lib conflict with trinity
Andreas Roeseler
2
-3
/
+2
2021-06-03
net: ethernet: rmnet: Restructure if checks to avoid uninitialized warning
Nathan Chancellor
1
-10
/
+3
2021-06-03
net: ks8851: Make ks8851_read_selftest() return void
Nathan Chancellor
1
-11
/
+4
2021-06-03
sch_htb: fix doc warning in htb_add_to_id_tree()
Yu Kuai
1
-0
/
+3
2021-06-03
bonding: remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2021-06-03
net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()
Russell King
1
-21
/
+6
2021-06-03
Merge branch 'ipa-inline-csum'
David S. Miller
2
-27
/
+37
2021-06-03
Revert "net: ipa: disable checksum offload for IPA v4.5+"
Alex Elder
1
-16
/
+0
2021-06-03
net: ipa: add support for inline checksum offload
Alex Elder
2
-11
/
+37
2021-06-03
Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
20
-49
/
+108
2021-06-03
net:cxgb3: fix code style issues
Íñigo Huguet
1
-9
/
+10
2021-06-03
net:cxgb3: replace tasklets with works
Íñigo Huguet
3
-17
/
+25
2021-06-03
net: tcp better handling of reordering then loss cases
Yuchung Cheng
1
-19
/
+26
2021-06-03
net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()
Kees Cook
2
-7
/
+4
2021-06-03
net: vlan: Avoid using strncpy()
Kees Cook
3
-5
/
+7
2021-06-03
Merge branch 'NVMeTCP-Offload-ULP'
David S. Miller
7
-9
/
+1564
2021-06-03
nvme-tcp-offload: Add IO level implementation
Dean Balandin
2
-7
/
+171
[next]