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
2020-09-26
net: dsa: tag_rtl4_a: use the generic flow dissector procedure
Vladimir Oltean
1
-9
/
+0
2020-09-26
net: dsa: tag_sja1105: use a custom flow dissector procedure
Vladimir Oltean
1
-0
/
+11
2020-09-26
net: dsa: tag_qca: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_mtk: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_edsa: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_dsa: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: tag_brcm: use generic flow dissector procedure
Vladimir Oltean
1
-22
/
+12
2020-09-26
net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic case
Vladimir Oltean
1
-2
/
+8
2020-09-26
net: dsa: point out the tail taggers
Vladimir Oltean
2
-0
/
+2
2020-09-26
net: dsa: make the .flow_dissect tagger callback return void
Vladimir Oltean
7
-23
/
+14
2020-09-26
net: dsa: tag_ocelot: use a short prefix on both ingress and egress
Vladimir Oltean
1
-7
/
+13
2020-09-26
net: dsa: tag_sja1105: request promiscuous mode for master
Vladimir Oltean
1
-0
/
+1
2020-09-26
net: dsa: allow drivers to request promiscuous mode on master
Vladimir Oltean
1
-1
/
+19
2020-09-25
devlink: introduce flash update overwrite mask
Jacob Keller
1
-1
/
+16
2020-09-25
devlink: convert flash_update to use params structure
Jacob Keller
1
-6
/
+8
2020-09-25
devlink: check flash_update parameter support in net core
Jacob Keller
1
-2
/
+13
2020-09-25
tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lost
Yuchung Cheng
1
-12
/
+2
2020-09-25
tcp: simplify tcp_mark_skb_lost
Yuchung Cheng
1
-37
/
+22
2020-09-25
tcp: move tcp_mark_skb_lost
Yuchung Cheng
2
-14
/
+14
2020-09-25
tcp: consistently check retransmit hint
Yuchung Cheng
2
-8
/
+3
2020-09-25
net: bridge: mcast: remove only S,G port groups from sg_port hash
Nikolay Aleksandrov
1
-4
/
+5
2020-09-25
net: vlan: Avoid using BUG() in vlan_proto_idx()
Florian Fainelli
2
-6
/
+16
2020-09-24
net: tcp: drop unused function argument from mptcp_incoming_options
Florian Westphal
2
-4
/
+3
2020-09-24
mptcp: retransmit ADD_ADDR when timeout
Geliang Tang
3
-17
/
+96
2020-09-24
mptcp: add sk_stop_timer_sync helper
Geliang Tang
1
-0
/
+7
2020-09-24
mptcp: add struct mptcp_pm_add_entry
Geliang Tang
1
-7
/
+12
2020-09-24
mptcp: add mptcp_destroy_common helper
Geliang Tang
3
-6
/
+10
2020-09-24
mptcp: add RM_ADDR related mibs
Geliang Tang
3
-0
/
+9
2020-09-24
mptcp: implement mptcp_pm_remove_subflow
Geliang Tang
3
-3
/
+42
2020-09-24
mptcp: remove addr and subflow in PM netlink
Geliang Tang
5
-11
/
+130
2020-09-24
mptcp: add accept_subflow re-check
Geliang Tang
1
-4
/
+6
2020-09-24
mptcp: add ADD_ADDR related mibs
Geliang Tang
3
-1
/
+10
2020-09-24
mptcp: send out ADD_ADDR with echo flag
Geliang Tang
4
-23
/
+32
2020-09-24
mptcp: add the incoming RM_ADDR support
Geliang Tang
5
-4
/
+66
2020-09-24
mptcp: add the outgoing RM_ADDR support
Geliang Tang
3
-0
/
+63
2020-09-24
mptcp: rename addr_signal and the related functions
Geliang Tang
3
-18
/
+18
2020-09-24
net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skb
Vladimir Oltean
1
-3
/
+3
2020-09-23
net: dsa: b53: Configure VLANs while not filtering
Florian Fainelli
1
-2
/
+13
2020-09-23
net: dsa: untag the bridge pvid from rx skbs
Vladimir Oltean
1
-0
/
+66
2020-09-23
net: fix a new kernel-doc warning at dev.c
Mauro Carvalho Chehab
1
-2
/
+2
2020-09-23
net: bridge: mcast: when forwarding handle filter mode and blocked flag
Nikolay Aleksandrov
1
-1
/
+14
2020-09-23
net: bridge: mcast: handle host state
Nikolay Aleksandrov
1
-0
/
+58
2020-09-23
net: bridge: mcast: add support for blocked port groups
Nikolay Aleksandrov
3
-6
/
+46
2020-09-23
net: bridge: mcast: handle port group filter modes
Nikolay Aleksandrov
3
-2
/
+215
2020-09-23
net: bridge: mcast: install S,G entries automatically based on reports
Nikolay Aleksandrov
2
-39
/
+138
2020-09-23
net: bridge: mcast: add sg_port rhashtable
Nikolay Aleksandrov
4
-65
/
+111
2020-09-23
net: bridge: mcast: add rt_protocol field to the port group struct
Nikolay Aleksandrov
3
-19
/
+33
2020-09-23
net: bridge: mcast: when igmpv3/mldv2 are enabled lookup (S,G) first, then (*,G)
Nikolay Aleksandrov
1
-0
/
+18
2020-09-23
net: bridge: mdb: add support for add/del/dump of entries with source
Nikolay Aleksandrov
2
-28
/
+128
2020-09-23
net: bridge: mdb: add support to extend add/del commands
Nikolay Aleksandrov
1
-3
/
+19
[next]