summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel1-1/+1
2020-07-29netfilter: ip6tables: Remove redundant null checksGaurav Singh4-8/+4
2020-07-29netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov8-9/+9
2020-07-29fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez3-12/+30
2020-07-29net_sched: initialize timer earlier in red_init()Cong Wang1-4/+4
2020-07-29ipv6: Fix nexthop refcnt leak when creating ipv6 route infoXiyu Yang1-4/+4
2020-07-29mptcp: Safely store sequence number when sending dataMat Martineau1-1/+1
2020-07-29mptcp: Safely read sequence number when lock isn't heldMat Martineau1-1/+1
2020-07-29mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau1-3/+6
2020-07-29mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau1-1/+2
2020-07-29mptcp: Use full MPTCP-level disconnect state machineMat Martineau3-17/+92
2020-07-29mptcp: Add helper to process acks of DATA_FINMat Martineau1-8/+46
2020-07-29mptcp: Add mptcp_close_state() helperMat Martineau1-0/+27
2020-07-29mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau3-10/+115
2020-07-29mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau3-24/+18
2020-07-29mptcp: Remove outdated and incorrect commentMat Martineau1-1/+0
2020-07-29mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau1-0/+5
2020-07-29mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau1-10/+3
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig2-2/+2
2020-07-28net: remove sockptr_advanceChristoph Hellwig8-28/+30
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig1-1/+1
2020-07-28Bluetooth: Fix suspend notifier raceAbhishek Pandit-Subedi1-2/+3
2020-07-28xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye1-1/+1
2020-07-28Bluetooth: Return NOTIFY_DONE for hci_suspend_notifierMax Chou1-1/+1
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas1-2/+4
2020-07-28xfrm: esp6: fix the location of the transport header with encapsulationSabrina Dubroca1-0/+1
2020-07-27fix a braino in cmsghdr_from_user_compat_to_kern()Al Viro1-1/+1
2020-07-27net: prp: enhance debugfs to display PRP infoMurali Karicheri1-9/+22
2020-07-27net: prp: add packet handling supportMurali Karicheri8-88/+433
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri4-28/+55
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri3-2/+88
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri2-31/+45
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri14-23/+87
2020-07-27mptcp: fix joined subflows with unblocking skMatthieu Baerts1-1/+1
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese1-14/+3
2020-07-27ipmr: Copy option to correct variableIdo Schimmel1-1/+1
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul3-6/+12
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2-13/+0
2020-07-26bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko1-0/+31
2020-07-26bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko1-0/+43
2020-07-26bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-6/+163
2020-07-26bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko1-74/+91
2020-07-26bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2-73/+90
2020-07-26bpf: Implement bpf iterator for sock local storage mapYonghong Song1-0/+206
2020-07-26bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2-4/+4
2020-07-26bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song4-8/+24
2020-07-26udp: Don't discard reuseport selection when group has connectionsJakub Sitnicki1-3/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller35-257/+302
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds32-224/+274