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
2022-03-04
net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinit
Vladimir Oltean
1
-1
/
+0
2022-03-04
net: dsa: felix: print error message in felix_check_xtr_pkt()
Vladimir Oltean
1
-1
/
+5
2022-03-04
net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()
Vladimir Oltean
1
-1
/
+1
2022-03-04
net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()
Vladimir Oltean
1
-5
/
+2
2022-03-04
net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_init
Vladimir Oltean
1
-1
/
+0
2022-03-04
net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCP
Vladimir Oltean
1
-2
/
+2
2022-03-04
net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filter
Vladimir Oltean
1
-5
/
+3
2022-03-03
net/smc: fix document build WARNING from smc-sysctl.rst
Dust Li
2
-3
/
+4
2022-03-03
net: marvell: Use min() instead of doing it manually
Haowen Bai
1
-1
/
+1
2022-03-03
ice: convert VF storage to hash table with krefs and RCU
Jacob Keller
8
-125
/
+363
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
289
-1126
/
+2549
2022-03-03
Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
84
-343
/
+988
2022-03-03
ice: introduce VF accessor functions
Jacob Keller
5
-53
/
+115
2022-03-03
ice: factor VF variables to separate structure
Jacob Keller
7
-68
/
+83
2022-03-03
Merge tag 'mips-fixes-5.17_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-17
/
+27
2022-03-03
Merge tag 'auxdisplay-for-linus-v5.17-rc7' of git://github.com/ojeda/linux
Linus Torvalds
1
-14
/
+10
2022-03-03
ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
Eric Dumazet
2
-22
/
+14
2022-03-03
ice: convert ice_for_each_vf to include VF entry iterator
Jacob Keller
8
-152
/
+163
2022-03-03
ice: use ice_for_each_vf for iteration during removal
Jacob Keller
1
-5
/
+4
2022-03-03
ice: remove checks in ice_vc_send_msg_to_vf
Jacob Keller
1
-8
/
+3
2022-03-03
ice: move VFLR acknowledge during ice_free_vfs
Jacob Keller
1
-19
/
+8
2022-03-03
ice: move clear_malvf call in ice_free_vfs
Jacob Keller
1
-7
/
+6
2022-03-03
ice: pass num_vfs to ice_set_per_vf_res()
Jacob Keller
1
-61
/
+26
2022-03-03
ice: store VF pointer instead of VF ID
Jacob Keller
10
-95
/
+142
2022-03-03
ice: refactor unwind cleanup in eswitch mode
Jacob Keller
2
-55
/
+53
2022-03-03
net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto change
Vladimir Oltean
1
-1
/
+1
2022-03-03
ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()
Maciej Fijalkowski
1
-2
/
+4
2022-03-03
Merge branch 'selftests-mlxsw-a-couple-of-fixes'
Jakub Kicinski
2
-2
/
+3
2022-03-03
selftests: mlxsw: resource_scale: Fix return value
Amit Cohen
1
-1
/
+1
2022-03-03
selftests: mlxsw: tc_police_scale: Make test more robust
Amit Cohen
1
-1
/
+2
2022-03-03
net: dcb: disable softirqs in dcbnl_flush_dev()
Vladimir Oltean
1
-2
/
+2
2022-03-03
bpf: Small BPF verifier log improvements
Mykola Lysenko
20
-197
/
+203
2022-03-03
libbpf: Add a check to ensure that page_cnt is non-zero
Yuntao Wang
1
-2
/
+2
2022-03-03
bnx2: Fix an error message
Christophe JAILLET
1
-1
/
+1
2022-03-03
Merge branch 'ptp-ocp-next'
David S. Miller
2
-56
/
+198
2022-03-03
docs: ABI: Document new timecard sysfs nodes.
Jonathan Lemon
1
-0
/
+22
2022-03-03
ptp: ocp: adjust utc_tai_offset to TOD info
Vadim Fedorenko
1
-20
/
+31
2022-03-03
ptp: ocp: add tod_correction attribute
Vadim Fedorenko
1
-0
/
+41
2022-03-03
ptp: ocp: Expose clock status drift and offset
Vadim Fedorenko
1
-0
/
+34
2022-03-03
ptp: ocp: add TOD debug information
Vadim Fedorenko
1
-36
/
+70
2022-03-03
Merge branch 'skb-mono-delivery-time'
David S. Miller
38
-73
/
+1174
2022-03-03
bpf: selftests: test skb->tstamp in redirect_neigh
Martin KaFai Lau
2
-0
/
+783
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
4
-38
/
+216
2022-03-03
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
4
-16
/
+77
2022-03-03
net: Postpone skb_clear_delivery_time() until knowing the skb is delivered lo...
Martin KaFai Lau
3
-6
/
+4
2022-03-03
net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
Martin KaFai Lau
2
-5
/
+9
2022-03-03
net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
Martin KaFai Lau
2
-10
/
+20
2022-03-03
net: ipv6: Handle delivery_time in ipv6 defrag
Martin KaFai Lau
3
-0
/
+3
2022-03-03
net: ip: Handle delivery_time in ip defrag
Martin KaFai Lau
3
-0
/
+4
2022-03-03
net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
Martin KaFai Lau
3
-6
/
+8
[prev]
[next]