summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2020-07-28mptcp: Add mptcp_close_state() helperMat Martineau-0/+27
2020-07-28mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau-10/+115
2020-07-28mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau-24/+18
2020-07-28mptcp: Remove outdated and incorrect commentMat Martineau-1/+0
2020-07-28mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau-0/+5
2020-07-28mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau-10/+3
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig-2/+2
2020-07-28net: remove sockptr_advanceChristoph Hellwig-28/+30
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig-1/+1
2020-07-28Bluetooth: Fix suspend notifier raceAbhishek Pandit-Subedi-2/+3
2020-07-28svcrdma: CM event handler clean upChuck Lever-31/+25
2020-07-28svcrdma: Remove transport reference countingChuck Lever-27/+2
2020-07-28svcrdma: Fix another Receive buffer leakChuck Lever-0/+2
2020-07-28xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye-1/+1
2020-07-28Bluetooth: Return NOTIFY_DONE for hci_suspend_notifierMax Chou-1/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas-2/+4
2020-07-28xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca-0/+1
2020-07-27fix a braino in cmsghdr_from_user_compat_to_kern()Al Viro-1/+1
2020-07-27net: prp: enhance debugfs to display PRP infoMurali Karicheri-9/+22
2020-07-27net: prp: add packet handling supportMurali Karicheri-88/+433
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri-28/+55
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri-2/+88
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri-31/+45
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri-23/+87
2020-07-27mptcp: fix joined subflows with unblocking skMatthieu Baerts-1/+1
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese-14/+3
2020-07-27ipmr: Copy option to correct variableIdo Schimmel-1/+1
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul-6/+12
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko-13/+0
2020-07-25bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko-0/+31
2020-07-25bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko-0/+43
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko-6/+163
2020-07-25bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko-74/+91
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko-73/+90
2020-07-25bpf: Implement bpf iterator for sock local storage mapYonghong Song-0/+206
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song-4/+4
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song-8/+24
2020-07-25udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki-3/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-257/+302
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds-224/+274
2020-07-24dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan-1/+1
2020-07-24qrtr: orphan socket in qrtr_release()Cong Wang-0/+1
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin-1/+3
2020-07-24l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin-2/+0
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin-3/+4
2020-07-24l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin-1/+5
2020-07-24l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin-3/+7
2020-07-24l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin-2/+0
2020-07-24l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin-1/+0