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
2019-05-05
openvswitch: check for null pointer return from nla_nest_start_noflag
Colin Ian King
1
-0
/
+4
2019-05-05
ipv4: Move exception bucket to nh_common
David Ahern
2
-30
/
+23
2019-05-05
ipv4: Pass fib_nh_common to rt_cache_route
David Ahern
1
-10
/
+10
2019-05-05
ipv4: Move cached routes to fib_nh_common
David Ahern
2
-26
/
+28
2019-05-04
bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem()
YueHaibing
1
-1
/
+1
2019-05-04
ipmr_base: Do not reset index in mr_table_dump
David Ahern
1
-2
/
+1
2019-05-04
net: openvswitch: return an error instead of doing BUG_ON()
Eelco Chaudron
1
-2
/
+5
2019-05-04
genetlink: do not validate dump requests if there is no policy
Michal Kubecek
1
-10
/
+14
2019-05-04
tipc: fix missing Name entries due to half-failover
Tuong Lien
3
-7
/
+84
2019-05-04
cls_matchall: avoid panic when receiving a packet before filter set
Matteo Croce
1
-0
/
+3
2019-05-04
net: sched: cls_u32: use struct_size() helper
Gustavo A. R. Silva
1
-1
/
+1
2019-05-04
net: add a generic tracepoint for TX queue timeout
Cong Wang
1
-0
/
+2
2019-05-04
neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit
David Ahern
1
-1
/
+8
2019-05-04
neighbor: Reset gc_entries counter if new entry is released before insert
David Ahern
1
-0
/
+2
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-181
/
+250
2019-05-01
rpcpipe: switch to ->free_inode()
Al Viro
1
-9
/
+2
2019-05-01
udp: fix GRO packet of death
Eric Dumazet
1
-3
/
+10
2019-05-01
ipv6: A few fixes on dereferencing rt->from
Martin KaFai Lau
1
-20
/
+18
2019-05-01
rds: ib: force endiannes annotation
Nicholas Mc Guire
1
-5
/
+3
2019-05-01
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
Shmulik Ladkani
1
-0
/
+1
2019-05-01
taprio: Add support for cycle-time-extension
Vinicius Costa Gomes
1
-6
/
+29
2019-05-01
taprio: Add support for setting the cycle-time manually
Vinicius Costa Gomes
1
-8
/
+51
2019-05-01
taprio: Add support adding an admin schedule
Vinicius Costa Gomes
1
-193
/
+318
2019-05-01
taprio: Fix potencial use of invalid memory during dequeue()
Vinicius Costa Gomes
1
-6
/
+8
2019-05-01
tcp: refactor setting the initial congestion window
Yuchung Cheng
3
-22
/
+26
2019-05-01
tcp: refactor to consolidate TFO passive open code
Yuchung Cheng
1
-27
/
+25
2019-05-01
tcp: undo cwnd on Fast Open spurious SYNACK retransmit
Yuchung Cheng
1
-0
/
+3
2019-05-01
tcp: lower congestion window on Fast Open SYNACK timeout
Yuchung Cheng
1
-0
/
+3
2019-05-01
tcp: undo init congestion window on false SYNACK timeout
Yuchung Cheng
2
-0
/
+7
2019-05-01
tcp: better SYNACK sent timestamp
Yuchung Cheng
2
-1
/
+5
2019-05-01
tcp: undo initial congestion window on false SYN timeout
Yuchung Cheng
2
-1
/
+17
2019-05-01
tcp: avoid unconditional congestion window undo on SYN retransmit
Yuchung Cheng
1
-2
/
+2
2019-05-01
net/tls: avoid NULL pointer deref on nskb->sk in fallback
Jakub Kicinski
1
-1
/
+2
2019-05-01
packet: validate msg_namelen in send directly
Willem de Bruijn
1
-10
/
+14
2019-05-01
packet: in recvmsg msg_name return at least sizeof sockaddr_ll
Willem de Bruijn
1
-2
/
+11
2019-05-01
devlink: Change devlink health locking mechanism
Moshe Shemesh
1
-23
/
+74
2019-05-01
sctp: avoid running the sctp state machine recursively
Xin Long
2
-37
/
+27
2019-04-30
ipv6: fix races in ip6_dst_destroy()
Eric Dumazet
2
-10
/
+3
2019-04-30
net: dsa: Remove legacy probing support
Andrew Lunn
5
-774
/
+0
2019-04-30
net: dsa: Add more convenient functions for installing port VLANs
Vladimir Oltean
3
-21
/
+36
2019-04-30
net: dsa: Skip calling .port_vlan_filtering on no change
Vladimir Oltean
1
-0
/
+3
2019-04-30
net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global
Vladimir Oltean
1
-1
/
+4
2019-04-30
net: dsa: Unset vlan_filtering when ports leave the bridge
Vladimir Oltean
1
-0
/
+29
2019-04-30
net: dsa: Be aware of switches where VLAN filtering is a global setting
Vladimir Oltean
1
-7
/
+45
2019-04-30
net: dsa: Store vlan_filtering as a property of dsa_port
Vladimir Oltean
1
-4
/
+8
2019-04-30
net: dsa: Fix pharse -> phase typo
Vladimir Oltean
1
-1
/
+1
2019-04-30
l2ip: fix possible use-after-free
Eric Dumazet
1
-4
/
+4
2019-04-30
appletalk: Set error code if register_snap_client failed
YueHaibing
1
-0
/
+1
2019-04-30
rxrpc: Fix net namespace cleanup
David Howells
1
-16
/
+16
2019-04-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
30
-1499
/
+1226
[prev]
[next]