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-06-26
ipv6: fix suspicious RCU usage in rt6_dump_route()
Eric Dumazet
1
-0
/
+2
2019-06-26
ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()
Eric Dumazet
1
-5
/
+6
2019-06-25
tipc: rename function msg_get_wrapped() to msg_inner_hdr()
Jon Maloy
4
-6
/
+6
2019-06-25
tipc: eliminate unnecessary skb expansion during retransmission
Jon Maloy
1
-1
/
+1
2019-06-25
tipc: simplify stale link failure criteria
Jon Maloy
1
-7
/
+2
2019-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
865
-5713
/
+4262
2019-06-24
ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()
Stefano Brivio
1
-1
/
+2
2019-06-24
ipv6: Dump route exceptions if requested
Stefano Brivio
2
-12
/
+114
2019-06-24
ipv6/route: Change return code of rt6_dump_route() for partial node dumps
Stefano Brivio
2
-7
/
+11
2019-06-24
ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()
Stefano Brivio
1
-1
/
+2
2019-06-24
Revert "net/ipv6: Bail early if user only wants cloned entries"
Stefano Brivio
1
-5
/
+2
2019-06-24
ipv4: Dump route exceptions if requested
Stefano Brivio
2
-13
/
+104
2019-06-24
ipv4/route: Allow NULL flowinfo in rt_fill_info()
Stefano Brivio
1
-26
/
+30
2019-06-24
ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering
Stefano Brivio
1
-2
/
+2
2019-06-24
fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED
Stefano Brivio
2
-2
/
+9
2019-06-24
ipv4: fix confirm_addr_indev() when enable route_localnet
Shijie Luo
1
-2
/
+8
2019-06-24
ipv4: fix inet_select_addr() when enable route_localnet
Shijie Luo
1
-1
/
+5
2019-06-24
tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_set
Xin Long
1
-10
/
+0
2019-06-24
tipc: fix missing indentation in source code
john.rutherford@dektech.com.au
1
-1
/
+1
2019-06-23
ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF
Wei Wang
2
-6
/
+30
2019-06-23
ipv6: convert rx data path to not take refcnt on dst
Wei Wang
1
-3
/
+4
2019-06-23
ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic
Wei Wang
2
-7
/
+10
2019-06-23
ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entries
Wei Wang
1
-0
/
+3
2019-06-23
ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()
Wei Wang
1
-43
/
+30
2019-06-22
netns: restore ops before calling ops_exit_list
Li RongQing
1
-1
/
+1
2019-06-22
ipv6: Error when route does not have any valid nexthops
Ido Schimmel
1
-0
/
+6
2019-06-22
net: fastopen: robustness and endianness fixes for SipHash
Ard Biesheuvel
3
-22
/
+19
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
318
-1389
/
+400
2019-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-95
/
+96
2019-06-21
tcp: refine memory limit test in tcp_fragment()
Eric Dumazet
1
-1
/
+2
2019-06-21
Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
3
-7
/
+3
2019-06-21
SUNRPC: Fix a credential refcount leak
Trond Myklebust
1
-1
/
+0
2019-06-21
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
Anna Schumaker
2
-6
/
+2
2019-06-21
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
Lin Yi
1
-0
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
301
-1287
/
+301
2019-06-21
netfilter: nf_tables: add support for matching IPv4 options
Stephen Suryaputra
2
-0
/
+134
2019-06-21
netfilter: synproxy: fix manual bump of the reference counter
Fernando Fernandez Mancera
1
-1
/
+0
2019-06-21
netfilter: bridge: Fix non-untagged fragment packet
wenxu
1
-0
/
+2
2019-06-20
netfilter: bridge: prevent UAF in brnf_exit_net()
Christian Brauner
1
-1
/
+3
2019-06-20
netfilter: synproxy: use nf_cookie_v6_check() from core
Pablo Neira Ayuso
1
-1
/
+1
2019-06-20
netfilter: synproxy: fix building syncookie calls
Arnd Bergmann
1
-0
/
+2
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-0
/
+114
2019-06-19
inet: clear num_timeout reqsk_alloc()
Eric Dumazet
2
-8
/
+0
2019-06-19
net/ipv4: fib_trie: Avoid cryptic ternary expressions
Matthias Kaehlcke
1
-2
/
+8
2019-06-19
ipv6: Default fib6_type to RTN_UNICAST when not set
David Ahern
1
-1
/
+1
2019-06-19
net/af_iucv: always register net_device notifier
Julian Wiedmann
1
-7
/
+20
2019-06-19
net/af_iucv: build proper skbs for HiperTransport
Julian Wiedmann
1
-5
/
+11
2019-06-19
net/af_iucv: remove GFP_DMA restriction for HiperTransport
Julian Wiedmann
1
-1
/
+5
2019-06-19
netfilter: nf_tables: enable set expiration time for set elements
Laura Garcia Liebana
2
-7
/
+21
2019-06-19
netfilter: nft_ct: fix null pointer in ct expectations support
Stéphane Veyret
1
-0
/
+4
[next]