index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-16
mptcp: try to push pending data on snd una updates
Paolo Abeni
1
-0
/
+3
2020-11-16
mptcp: move page frag allocation in mptcp_sendmsg()
Paolo Abeni
1
-217
/
+189
2020-11-16
mptcp: refactor shutdown and close
Paolo Abeni
5
-110
/
+273
2020-11-16
mptcp: introduce MPTCP snd_nxt
Paolo Abeni
3
-12
/
+16
2020-11-16
mptcp: add accounting for pending data
Paolo Abeni
2
-3
/
+36
2020-11-16
mptcp: reduce the arguments of mptcp_sendmsg_frag
Paolo Abeni
1
-24
/
+29
2020-11-16
mptcp: introduce mptcp_schedule_work
Paolo Abeni
3
-16
/
+24
2020-11-16
tcp: factor out __tcp_close() helper
Paolo Abeni
1
-2
/
+7
2020-11-16
mptcp: use tcp_build_frag()
Paolo Abeni
1
-17
/
+8
2020-11-16
tcp: factor out tcp_build_frag()
Paolo Abeni
1
-52
/
+67
2020-11-16
ipv6/netfilter: Discard first fragment not including all headers
Georg Kohmann
2
-20
/
+44
2020-11-16
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
21
-32
/
+32
2020-11-16
Modify return value of nla_strlcpy to match that of strscpy.
Francis Laniel
3
-3
/
+3
2020-11-16
Merge tag 'linux-can-fixes-for-5.10-20201115' of git://git.kernel.org/pub/scm...
Jakub Kicinski
1
-10
/
+28
2020-11-15
can: af_can: prevent potential access of uninitialized member in canfd_rcv()
Anant Thazhemadam
1
-5
/
+14
2020-11-15
can: af_can: prevent potential access of uninitialized member in can_rcv()
Anant Thazhemadam
1
-5
/
+14
2020-11-14
net: xfrm: use core API for updating/providing stats
Lev Stipakov
1
-17
/
+2
2020-11-14
net: openvswitch: use core API to update/provide stats
Lev Stipakov
1
-22
/
+7
2020-11-14
nfc: refined function nci_hci_resp_received
Alex Shi
1
-6
/
+3
2020-11-14
devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()
Wang Hai
1
-2
/
+4
2020-11-14
inet: unexport udp{4|6}_lib_lookup_skb()
Eric Dumazet
2
-2
/
+0
2020-11-14
tcp: uninline tcp_stream_memory_free()
Eric Dumazet
1
-0
/
+14
2020-11-14
IPv4: RTM_GETROUTE: Add RTA_ENCAP to result
Oliver Herms
1
-0
/
+3
2020-11-14
netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()
Paul Moore
1
-1
/
+1
2020-11-14
ipv6: remove unused function ipv6_skb_idev()
Lukas Bulwahn
1
-5
/
+0
2020-11-14
sctp: change to hold/put transport for proto_unreach_timer
Xin Long
3
-5
/
+5
2020-11-14
vsock: forward all packets to the host when no H2G is registered
Stefano Garzarella
1
-1
/
+1
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-42
/
+217
2020-11-13
ipv6: Fix error path to cancel the meseage
Zhang Qilong
1
-2
/
+6
2020-11-14
net: page_pool: Add bulk support for ptr_ring
Lorenzo Bianconi
2
-17
/
+62
2020-11-14
net: xdp: Introduce bulking for xdp tx return path
Lorenzo Bianconi
1
-0
/
+59
2020-11-13
net: Exempt multicast addresses from five-second neighbor lifetime
Jeff Dike
3
-0
/
+15
2020-11-13
tipc: fix -Wstringop-truncation warnings
Wenlin Kang
1
-4
/
+1
2020-11-13
Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...
Jakub Kicinski
21
-275
/
+131
2020-11-13
Merge tag 'mac80211-for-net-2020-11-13' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
5
-43
/
+20
2020-11-13
mac80211: free sta in sta_info_insert_finish() on errors
Johannes Berg
1
-10
/
+4
2020-11-12
bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
1
-0
/
+74
2020-11-12
bpf: Rename some functions in bpf_sk_storage
Martin KaFai Lau
1
-19
/
+19
2020-11-12
bpf: Folding omem_charge() into sk_storage_charge()
Martin KaFai Lau
1
-13
/
+10
2020-11-12
net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_request
Xie He
1
-0
/
+1
2020-11-12
net/ncsi: Fix netlink registration
Joel Stanley
3
-27
/
+3
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-32
/
+91
2020-11-12
net: ipconfig: Avoid spurious blank lines in boot log
Thierry Reding
1
-5
/
+9
2020-11-12
net: udp: remove redundant initialization in udp_gro_complete
Menglong Dong
1
-1
/
+1
2020-11-12
Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
15
-28
/
+86
2020-11-12
net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GRO
Alexander Lobakin
2
-4
/
+30
2020-11-12
net: udp: fix UDP header access on Fast/frag0 UDP GRO
Alexander Lobakin
1
-1
/
+1
2020-11-12
devlink: Avoid overwriting port attributes of registered port
Parav Pandit
1
-2
/
+6
2020-11-12
mptcp: fix static checker warnings in mptcp_pm_add_timer
Geliang Tang
1
-2
/
+1
2020-11-12
mac80211: minstrel: fix tx status processing corner case
Felix Fietkau
1
-1
/
+1
[prev]
[next]