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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-16
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
2
-42
/
+14
2019-11-15
netfilter: nf_flow_table_offload: add IPv6 support
Pablo Neira Ayuso
1
-3
/
+6
2019-11-15
net: dsa: ocelot: add tagger for Ocelot/Felix switches
Vladimir Oltean
1
-0
/
+2
2019-11-15
net/smc: introduce bookkeeping of SMCD link groups
Ursula Braun
1
-0
/
+2
2019-11-15
net/smc: immediate termination for SMCD link groups
Ursula Braun
1
-0
/
+2
2019-11-14
vsock: prevent transport modules unloading
Stefano Garzarella
1
-0
/
+2
2019-11-14
vsock: add multi-transports support
Stefano Garzarella
1
-6
/
+12
2019-11-14
vsock: add vsock_create_connected() called by transports
Stefano Garzarella
1
-4
/
+1
2019-11-14
vsock: handle buffer_size sockopts in the core
Stefano Garzarella
1
-8
/
+7
2019-11-14
vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
Stefano Garzarella
1
-1
/
+1
2019-11-14
vsock: add 'transport' member in the struct vsock_sock
Stefano Garzarella
1
-0
/
+1
2019-11-14
vsock: remove include/linux/vm_sockets.h file
Stefano Garzarella
2
-2
/
+2
2019-11-13
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...
Saeed Mahameed
1
-0
/
+4
2019-11-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-7
/
+0
2019-11-13
netfilter: nft_meta: offload support for interface index
Pablo Neira Ayuso
1
-0
/
+1
2019-11-12
netfilter: nf_flow_table: hardware offload support
Pablo Neira Ayuso
1
-6
/
+27
2019-11-12
netfilter: nf_tables: add flowtable offload control plane
Pablo Neira Ayuso
1
-0
/
+18
2019-11-12
netfilter: nf_flow_table: detach routing information from flow description
Pablo Neira Ayuso
1
-3
/
+11
2019-11-12
netfilter: nf_flowtable: remove flow_offload_entry structure
Pablo Neira Ayuso
1
-0
/
+1
2019-11-12
netfilter: nf_flow_table: remove union from flow_offload structure
Pablo Neira Ayuso
1
-4
/
+1
2019-11-12
netfilter: nf_flow_table: move conntrack object to struct flow_offload
Pablo Neira Ayuso
1
-0
/
+1
2019-11-12
net/sched: actions: remove unused 'order'
Davide Caratti
1
-1
/
+0
2019-11-12
devlink: Allow large formatted message of binary output
Aya Levin
1
-3
/
+1
2019-11-12
netprio: use css ID instead of cgroup ID
Tejun Heo
1
-1
/
+1
2019-11-11
devlink: Add new "enable_roce" generic device param
Michael Guralnik
1
-0
/
+4
2019-11-09
devlink: disallow reload operation during device cleanup
Jiri Pirko
1
-1
/
+4
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-9
/
+18
2019-11-08
sctp: add support for Primary Path Switchover
Xin Long
3
-3
/
+16
2019-11-08
sctp: add pf_expose per netns and sock and asoc
Xin Long
3
-0
/
+20
2019-11-08
devlink: disallow reload operation during device cleanup
Jiri Pirko
1
-2
/
+5
2019-11-08
net: fix data-race in neigh_event_send()
Eric Dumazet
1
-2
/
+2
2019-11-08
net/sched: annotate lockless accesses to qdisc->empty
Eric Dumazet
1
-3
/
+3
2019-11-08
Merge tag 'mac80211-next-for-net-next-2019-11-08' of git://git.kernel.org/pub...
David S. Miller
2
-10
/
+16
2019-11-08
cfg80211: VLAN offload support for set_key and set_sta_vlan
Gurumoorthi Gnanasambandhan
1
-0
/
+4
2019-11-08
mac80211: Shrink the size of ack_frame_id to make room for tx_time_est
Toke Høiland-Jørgensen
1
-1
/
+3
2019-11-08
net/fq_impl: Switch to kvmalloc() for memory allocation
Toke Høiland-Jørgensen
1
-2
/
+2
2019-11-07
net: add annotations on hh->hh_len lockless accesses
Eric Dumazet
1
-1
/
+1
2019-11-07
devlink: Add layer 3 generic packet exception traps
Amit Cohen
1
-0
/
+18
2019-11-07
devlink: Add layer 3 generic packet traps
Amit Cohen
1
-0
/
+27
2019-11-07
tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
Eric Dumazet
1
-3
/
+9
2019-11-06
net: silence data-races on sk_backlog.tail
Eric Dumazet
1
-2
/
+2
2019-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+2
2019-11-06
net/tls: add a TX lock
Jakub Kicinski
1
-0
/
+5
2019-11-06
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
1
-1
/
+1
2019-11-06
net: annotate lockless accesses to sk->sk_ack_backlog
Eric Dumazet
1
-3
/
+3
2019-11-06
net: avoid potential false sharing in neighbor related code
Eric Dumazet
3
-12
/
+12
2019-11-05
net: prevent load/store tearing on sk->sk_stamp
Eric Dumazet
1
-2
/
+2
2019-11-05
net_sched: extend packet counter to 64bit
Eric Dumazet
1
-2
/
+2
2019-11-05
net_sched: do not export gnet_stats_basic_packed to uapi
Eric Dumazet
1
-0
/
+6
2019-11-05
net: dsa: Add support for devlink resources
Andrew Lunn
1
-0
/
+16
[prev]
[next]