index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2020-07-28
mptcp: Add mptcp_close_state() helper
Mat Martineau
-0
/
+27
2020-07-28
mptcp: Track received DATA_FIN sequence number and add related helpers
Mat Martineau
-10
/
+115
2020-07-28
mptcp: Use MPTCP-level flag for sending DATA_FIN
Mat Martineau
-24
/
+18
2020-07-28
mptcp: Remove outdated and incorrect comment
Mat Martineau
-1
/
+0
2020-07-28
mptcp: Return EPIPE if sending is shut down during a sendmsg
Mat Martineau
-0
/
+5
2020-07-28
mptcp: Allow DATA_FIN in headers without TCP FIN
Mat Martineau
-10
/
+3
2020-07-28
net: improve the user pointer check in init_user_sockptr
Christoph Hellwig
-2
/
+2
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
-28
/
+30
2020-07-28
netfilter: arp_tables: restore a SPDX identifier
Christoph Hellwig
-1
/
+1
2020-07-28
Bluetooth: Fix suspend notifier race
Abhishek Pandit-Subedi
-2
/
+3
2020-07-28
svcrdma: CM event handler clean up
Chuck Lever
-31
/
+25
2020-07-28
svcrdma: Remove transport reference counting
Chuck Lever
-27
/
+2
2020-07-28
svcrdma: Fix another Receive buffer leak
Chuck Lever
-0
/
+2
2020-07-28
xdp: Prevent kernel-infoleak in xsk_getsockopt()
Peilin Ye
-1
/
+1
2020-07-28
Bluetooth: Return NOTIFY_DONE for hci_suspend_notifier
Max Chou
-1
/
+1
2020-07-28
Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllers
Ismael Ferreras Morezuelas
-2
/
+4
2020-07-28
xfrm: esp6: fix the location of the transport header with encapsulation
Sabrina Dubroca
-0
/
+1
2020-07-27
fix a braino in cmsghdr_from_user_compat_to_kern()
Al Viro
-1
/
+1
2020-07-27
net: prp: enhance debugfs to display PRP info
Murali Karicheri
-9
/
+22
2020-07-27
net: prp: add packet handling support
Murali Karicheri
-88
/
+433
2020-07-27
net: hsr: define and use proto_ops ptrs to handle hsr specific frames
Murali Karicheri
-28
/
+55
2020-07-27
net: prp: add supervision frame generation utility function
Murali Karicheri
-2
/
+88
2020-07-27
net: hsr: introduce protocol specific function pointers
Murali Karicheri
-31
/
+45
2020-07-27
net: hsr: introduce common code for skb initialization
Murali Karicheri
-13
/
+28
2020-07-27
hsr: enhance netlink socket interface to support PRP
Murali Karicheri
-23
/
+87
2020-07-27
mptcp: fix joined subflows with unblocking sk
Matthieu Baerts
-1
/
+1
2020-07-27
net: Removed the device type check to add mpls support for devices
Martin Varghese
-14
/
+3
2020-07-27
ipmr: Copy option to correct variable
Ido Schimmel
-1
/
+1
2020-07-27
net/smc: unique reason code for exceeded max dmb count
Karsten Graul
-6
/
+12
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
-13
/
+0
2020-07-25
bpf: Implement BPF XDP link-specific introspection APIs
Andrii Nakryiko
-0
/
+31
2020-07-25
bpf, xdp: Implement LINK_UPDATE for BPF XDP link
Andrii Nakryiko
-0
/
+43
2020-07-25
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
-6
/
+163
2020-07-25
bpf, xdp: Extract common XDP program attachment logic
Andrii Nakryiko
-74
/
+91
2020-07-25
bpf, xdp: Maintain info on attached XDP BPF programs in net_device
Andrii Nakryiko
-73
/
+90
2020-07-25
bpf: Implement bpf iterator for sock local storage map
Yonghong Song
-0
/
+206
2020-07-25
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
-4
/
+4
2020-07-25
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
-8
/
+24
2020-07-25
udp: Don't discard reuseport selection when group has connections
Jakub Sitnicki
-3
/
+0
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-257
/
+302
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master
Linus Torvalds
-224
/
+274
2020-07-24
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
-1
/
+1
2020-07-24
qrtr: orphan socket in qrtr_release()
Cong Wang
-0
/
+1
2020-07-24
l2tp: WARN_ON rather than BUG_ON in l2tp_session_free
Tom Parkin
-1
/
+3
2020-07-24
l2tp: remove BUG_ON refcount value in l2tp_session_free
Tom Parkin
-2
/
+0
2020-07-24
l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge
Tom Parkin
-3
/
+4
2020-07-24
l2tp: don't BUG_ON seqfile checks in l2tp_ppp
Tom Parkin
-1
/
+5
2020-07-24
l2tp: don't BUG_ON session magic checks in l2tp_ppp
Tom Parkin
-3
/
+7
2020-07-24
l2tp: remove BUG_ON in l2tp_tunnel_closeall
Tom Parkin
-2
/
+0
2020-07-24
l2tp: remove BUG_ON in l2tp_session_queue_purge
Tom Parkin
-1
/
+0
[prev]
[next]