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
2020-01-14
net: xfrm: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2
-17
/
+7
2020-01-14
net: udp: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2
-4
/
+2
2020-01-14
bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map
Li RongQing
1
-1
/
+1
2020-01-14
netns: don't disable BHs when locking "nsid_lock"
Guillaume Nault
1
-11
/
+11
2020-01-14
netns: protect netns ID lookups with RCU
Guillaume Nault
1
-15
/
+7
2020-01-14
netns: Remove __peernet2id_alloc()
Guillaume Nault
1
-32
/
+23
2020-01-14
xprtrdma: Fix oops in Receive handler after device removal
Chuck Lever
2
-6
/
+21
2020-01-14
xprtrdma: Fix completion wait during device removal
Chuck Lever
1
-1
/
+1
2020-01-14
xprtrdma: Fix create_qp crash on device unload
Chuck Lever
1
-0
/
+2
2020-01-14
xfrm: interface: do not confirm neighbor when do pmtu update
Xu Wang
1
-1
/
+1
2020-01-14
xfrm interface: fix packet tx through bpf_redirect()
Nicolas Dichtel
1
-7
/
+25
2020-01-14
vti[6]: fix packet tx through bpf_redirect()
Nicolas Dichtel
2
-4
/
+22
2020-01-13
netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct
Florian Westphal
1
-9
/
+10
2020-01-13
netfilter: fix a use-after-free in mtype_destroy()
Cong Wang
1
-1
/
+1
2020-01-11
devlink: correct misspelling of snapshot
Jacob Keller
1
-3
/
+3
2020-01-10
devlink: Wait longer before warning about unset port type
Ido Schimmel
1
-1
/
+1
2020-01-10
ipv4: Detect rollover in specific fib table dump
David Ahern
1
-0
/
+6
2020-01-10
net/tls: fix async operation
Jakub Kicinski
1
-2
/
+2
2020-01-10
net/tls: avoid spurious decryption error with HW resync
Jakub Kicinski
1
-3
/
+3
2020-01-10
net: bpf: Don't leak time wait and request sockets
Lorenz Bauer
1
-5
/
+4
2020-01-09
skb: add helpers to allocate ext independently from sk_buff
Paolo Abeni
1
-2
/
+33
2020-01-09
tcp: Check for filled TCP option space before SACK
Mat Martineau
1
-3
/
+7
2020-01-09
tcp: Export TCP functions and ops struct
Mat Martineau
3
-7
/
+7
2020-01-09
tcp: coalesce/collapse must respect MPTCP extensions
Mat Martineau
2
-4
/
+9
2020-01-09
mptcp: Add MPTCP to skb extensions
Mat Martineau
1
-0
/
+7
2020-01-09
tcp, ulp: Add clone operation to tcp_ulp_ops
Mat Martineau
1
-0
/
+14
2020-01-09
sock: Make sk_protocol a 16-bit value
Mat Martineau
1
-38
/
+22
2020-01-09
net: Make sock protocol value checks more specific
Mat Martineau
2
-2
/
+2
2020-01-09
net/x25: fix nonblocking connect
Martin Schiller
1
-1
/
+5
2020-01-09
flow_dissector: fix document for skb_flow_get_icmp_tci
Li RongQing
1
-1
/
+1
2020-01-09
net/ncsi: Support for multi host mellanox card
Vijay Khemka
2
-0
/
+89
2020-01-09
bpf/sockmap: Read psock ingress_msg before sk_receive_queue
Lingpeng Chen
1
-6
/
+6
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
21
-92
/
+157
2020-01-09
bpf: Add BPF_FUNC_tcp_send_ack helper
Martin KaFai Lau
1
-1
/
+23
2020-01-09
bpf: tcp: Support tcp_congestion_ops in bpf
Martin KaFai Lau
7
-15
/
+251
2020-01-08
ethtool: potential NULL dereference in strset_prepare_data()
Dan Carpenter
1
-0
/
+1
2020-01-08
ethtool: fix ->reply_size() error handling
Dan Carpenter
1
-2
/
+4
2020-01-08
ethtool: fix a memory leak in ethnl_default_start()
Dan Carpenter
1
-3
/
+10
2020-01-08
net: dsa: Get information about stacked DSA protocol
Florian Fainelli
3
-5
/
+31
2020-01-08
tipc: fix wrong connect() return code
Tuong Lien
1
-2
/
+2
2020-01-08
tipc: fix link overflow issue at socket shutdown
Tuong Lien
1
-21
/
+32
2020-01-08
devlink: add devink notification when reporter update health state
Vikas Gupta
1
-17
/
+42
2020-01-08
devlink: add support for reporter recovery completion
Vikas Gupta
1
-2
/
+9
2020-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
9
-39
/
+69
2020-01-08
socket: fix unused-function warning
Arnd Bergmann
1
-11
/
+12
2020-01-08
netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
Florian Westphal
1
-1
/
+2
2020-01-08
netfilter: conntrack: dccp, sctp: handle null timeout argument
Florian Westphal
2
-0
/
+6
2020-01-08
hsr: fix dummy hsr_debugfs_rename() declaration
Arnd Bergmann
1
-1
/
+1
2020-01-08
net/ncsi: Send device address as source address
Vijay Khemka
1
-1
/
+9
2020-01-08
net: sch_prio: When ungrafting, replace with FIFO
Petr Machata
1
-2
/
+8
[prev]
[next]