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-22
sctp: enable PLPMTUD when the transport is ready
Xin Long
4
-2
/
+13
2021-06-22
sctp: do state transition when receiving an icmp TOOBIG packet
Xin Long
2
-2
/
+53
2021-06-22
sctp: do state transition when a probe succeeds on HB ACK recv path
Xin Long
2
-1
/
+39
2021-06-22
sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
Xin Long
2
-0
/
+46
2021-06-22
sctp: do the basic send and recv for PLPMTUD probe
Xin Long
4
-6
/
+62
2021-06-22
sctp: add the probe timer in transport for PLPMTUD
Xin Long
5
-0
/
+93
2021-06-22
sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
Xin Long
1
-0
/
+118
2021-06-22
sctp: add probe_interval in sysctl and sock/asoc/transport
Xin Long
3
-0
/
+38
2021-06-22
sctp: add pad chunk and its make function and event table
Xin Long
2
-0
/
+49
2021-06-22
openvswitch: add trace points
Aaron Conole
5
-0
/
+179
2021-06-22
ethtool: Validate module EEPROM offset as part of policy
Ido Schimmel
1
-5
/
+2
2021-06-22
ethtool: Validate module EEPROM length as part of policy
Ido Schimmel
1
-4
/
+2
2021-06-22
ethtool: Decrease size of module EEPROM get policy array
Ido Schimmel
1
-1
/
+1
2021-06-22
bridge: cfm: remove redundant return
gushengxian
1
-1
/
+1
2021-06-22
net/ipv4: swap flow ports when validating source
Miao Wang
1
-0
/
+2
2021-06-22
ip6_tunnel: fix GRE6 segmentation
Jakub Kicinski
1
-2
/
+2
2021-06-22
mptcp: drop duplicate mptcp_setsockopt() declaration
Paolo Abeni
1
-3
/
+0
2021-06-22
mptcp: avoid race on msk state changes
Paolo Abeni
3
-8
/
+29
2021-06-22
bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc
Bui Quang Minh
1
-1
/
+1
2021-06-22
mptcp: add MIB counter for invalid mapping
Paolo Abeni
3
-1
/
+5
2021-06-22
mptcp: drop redundant test in move_skbs_to_msk()
Paolo Abeni
1
-3
/
+0
2021-06-22
mptcp: don't clear MPTCP_DATA_READY in sk_wait_event()
Paolo Abeni
1
-4
/
+2
2021-06-22
mptcp: use fast lock for subflows when possible
Paolo Abeni
2
-10
/
+15
2021-06-22
mptcp: drop tx skb cache
Paolo Abeni
2
-87
/
+4
2021-06-22
virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()
Eric Dumazet
1
-1
/
+3
2021-06-22
netfilter: nf_tables: do not allow to delete table with owner by handle
Pablo Neira Ayuso
1
-3
/
+9
2021-06-22
netfilter: nf_tables: skip netlink portID validation if zero
Pablo Neira Ayuso
1
-1
/
+1
2021-06-22
xfrm: Fix xfrm offload fallback fail case
Ayush Sawal
1
-0
/
+1
2021-06-21
pkt_sched: sch_qfq: fix qfq_change_class() error path
Eric Dumazet
1
-5
/
+3
2021-06-21
Revert "net/sched: cls_flower: Remove match on n_proto"
Boris Sukholitko
1
-1
/
+2
2021-06-21
vsock: notify server to shutdown when client has pending signal
Longpeng(Mike)
1
-1
/
+1
2021-06-21
net: add pf_family_names[] for protocol family
Yejune Deng
1
-2
/
+50
2021-06-21
mptcp: fix 32 bit DSN expansion
Paolo Abeni
1
-16
/
+1
2021-06-21
mptcp: fix bad handling of 32 bit ack wrap-around
Paolo Abeni
2
-14
/
+23
2021-06-21
netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer...
Pablo Neira Ayuso
1
-10
/
+7
2021-06-21
netfilter: nf_tables: memleak in hw offload abort path
Pablo Neira Ayuso
2
-37
/
+31
2021-06-21
netfilter: nfnetlink_hook: fix check for snprintf() overflow
Dan Carpenter
1
-1
/
+3
2021-06-21
net: dsa: remove cross-chip support from the MRP notifiers
Vladimir Oltean
1
-48
/
+7
2021-06-21
net: dsa: targeted MTU notifiers should only match on one port
Vladimir Oltean
4
-11
/
+15
2021-06-21
net: dsa: calculate the largest_mtu across all ports in the tree
Vladimir Oltean
1
-6
/
+7
2021-06-21
net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...
Vladimir Oltean
1
-23
/
+2
2021-06-21
net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers
Vladimir Oltean
1
-15
/
+0
2021-06-21
net: dsa: assert uniqueness of dsa,member properties
Vladimir Oltean
1
-0
/
+7
2021-06-21
tls: prevent oversized sendfile() hangs by ignoring MSG_MORE
Jakub Kicinski
1
-1
/
+1
2021-06-21
__unix_find_socket_byname(): don't pass hash and type separately
Al Viro
1
-13
/
+10
2021-06-21
unix_bind_bsd(): unlink if we fail after successful mknod
Al Viro
1
-13
/
+16
2021-06-21
unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock
Al Viro
1
-15
/
+11
2021-06-21
fold unix_mknod() into unix_bind_bsd()
Al Viro
1
-25
/
+17
2021-06-21
unix_bind(): take BSD and abstract address cases into new helpers
Al Viro
1
-73
/
+74
2021-06-21
unix_bind(): separate BSD and abstract cases
Al Viro
1
-21
/
+34
[prev]
[next]