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
2018-04-20
tipc: implement configuration of UDP media MTU
GhantaKrishnamurthy MohanKrishna
3
-0
/
+30
2018-04-20
tipc: set default MTU for UDP media
GhantaKrishnamurthy MohanKrishna
1
-2
/
+2
2018-04-19
net/smc: fix shutdown in state SMC_LISTEN
Ursula Braun
1
-6
/
+4
2018-04-19
net/ipv6: Fix gfp_flags arg to addrconf_prefix_route
David Ahern
1
-2
/
+2
2018-04-19
net/ipv6: Remove fib6_idev
David Ahern
2
-21
/
+47
2018-04-19
net/ipv6: Remove unnecessary checks on fib6_idev
David Ahern
1
-22
/
+2
2018-04-19
net/ipv6: Remove aca_idev
David Ahern
2
-5
/
+2
2018-04-19
net/ipv6: Rename addrconf_dst_alloc
David Ahern
3
-43
/
+43
2018-04-19
net/ipv6: Rename fib6_info struct elements
David Ahern
5
-238
/
+238
2018-04-19
llc: hold llc_sap before release_sock()
Cong Wang
1
-0
/
+7
2018-04-19
net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends
Eric Dumazet
1
-0
/
+14
2018-04-19
net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"
Colin Ian King
1
-1
/
+1
2018-04-19
tcp: export packets delivery info
Yuchung Cheng
3
-2
/
+13
2018-04-19
tcp: track total bytes delivered with ECN CE marks
Yuchung Cheng
2
-0
/
+3
2018-04-19
tcp: new helper to calculate newly delivered
Yuchung Cheng
1
-2
/
+15
2018-04-19
tcp: better delivery accounting for SYN-ACK and SYN-data
Yuchung Cheng
1
-3
/
+7
2018-04-19
net: change the comment of dev_mc_init
sunlianwen
1
-1
/
+1
2018-04-19
bpf: reserve xdp_frame size in xdp headroom
Jesper Dangaard Brouer
1
-9
/
+3
2018-04-19
netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2
Pablo Neira Ayuso
1
-16
/
+22
2018-04-19
netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
Taehee Yoo
1
-1
/
+1
2018-04-19
netfilter: nf_tables: NAT chain and extensions require NF_TABLES
Pablo Neira Ayuso
1
-27
/
+28
2018-04-18
ipv6: frags: fix a lockdep false positive
Eric Dumazet
1
-11
/
+12
2018-04-18
hv_netvsc: propogate Hyper-V friendly name into interface alias
Stephen Hemminger
1
-0
/
+1
2018-04-18
bpf: making bpf_prog_test run aware of possible data_end ptr change
Nikita V. Shirokov
1
-1
/
+2
2018-04-18
bpf: make generic xdp compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+9
2018-04-18
bpf: adding bpf_xdp_adjust_tail helper
Nikita V. Shirokov
1
-1
/
+28
2018-04-18
tipc: fix infinite loop when dumping link monitor summary
Tung Nguyen
2
-8
/
+5
2018-04-18
tipc: fix use-after-free in tipc_nametbl_stop
Jon Maloy
1
-12
/
+17
2018-04-17
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
3
-49
/
+2
2018-04-17
net/ipv6: Flip FIB entries to fib6_info
David Ahern
5
-200
/
+201
2018-04-17
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
6
-147
/
+113
2018-04-17
net/ipv6: introduce fib6_info struct and helpers
David Ahern
1
-0
/
+60
2018-04-17
net/ipv6: Cleanup exception and cache route handling
David Ahern
2
-77
/
+81
2018-04-17
net/ipv6: Add gfp_flags to route add functions
David Ahern
3
-25
/
+34
2018-04-17
net/ipv6: Create a neigh_lookup for FIB entries
David Ahern
2
-15
/
+26
2018-04-17
net/ipv6: Move dst flags to booleans in fib entries
David Ahern
2
-7
/
+26
2018-04-17
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup
David Ahern
1
-4
/
+25
2018-04-17
net/ipv6: Add fib6_null_entry
David Ahern
2
-32
/
+56
2018-04-17
net/ipv6: move expires into rt6_info
David Ahern
4
-17
/
+19
2018-04-17
net/ipv6: move metrics from dst to rt6_info
David Ahern
4
-210
/
+124
2018-04-17
net/ipv6: Defer initialization of dst to data path
David Ahern
1
-41
/
+74
2018-04-17
net/ipv6: Move nexthop data to fib6_nh
David Ahern
3
-76
/
+94
2018-04-17
net/ipv6: Save route type in rt6_info
David Ahern
2
-26
/
+22
2018-04-17
net/ipv6: Move support functions up in route.c
David Ahern
1
-60
/
+59
2018-04-17
net/ipv6: Pass net namespace to route functions
David Ahern
4
-50
/
+59
2018-04-17
net/ipv6: Pass net to fib6_update_sernum
David Ahern
2
-7
/
+6
2018-04-17
net: Handle null dst in rtnl_put_cacheinfo
David Ahern
1
-3
/
+5
2018-04-17
net: Move fib_convert_metrics to metrics file
David Ahern
3
-42
/
+57
2018-04-17
KEYS: DNS: limit the length of option strings
Eric Biggers
1
-7
/
+5
2018-04-17
ipv6: send netlink notifications for manually configured addresses
Lorenzo Bianconi
1
-8
/
+5
[prev]
[next]