summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-17inet6: Extract helper for selecting socket from reuseport groupJakub Sitnicki
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki
2020-07-17inet: Extract helper for selecting socket from reuseport groupJakub Sitnicki
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki
2020-07-17net: hsr: validate address B before copying to skbMurali Karicheri
2020-07-17net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai
2020-07-17net: decnet: af_decnet: Simplify goto loop.Suraj Upadhyay
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha
2020-07-17tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha
2020-07-17mptcp: silence warning in subflow_data_ready()Davide Caratti
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron
2020-07-17sunrpc: destroy rpc_inode_cachep after unregister_filesystemDan Aloni
2020-07-17ip6_vti: use IS_REACHABLE to avoid some compile errorsXin Long
2020-07-17xfrm: interface: use IS_REACHABLE to avoid some compile errorsXin Long
2020-07-17xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca
2020-07-17espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca
2020-07-17espintcp: support non-blocking sendsSabrina Dubroca
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-16af_packet: TPACKET_V3: replace busy-wait loopJohn Ogness
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi
2020-07-16mptcp: use sha256() instead of open codingEric Biggers
2020-07-15decnet: dn_dev: Remove an unnecessary label.Suraj Upadhyay
2020-07-15vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella
2020-07-15netfilter: nf_tables: Fix a use after free in nft_immediate_destroy()Dan Carpenter
2020-07-15netfilter: nf_tables: fix nat hook table deletionFlorian Westphal
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-14net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPENHoratiu Vultur
2020-07-14bridge: mrp: Extend br_mrp_fill_infoHoratiu Vultur
2020-07-14bridge: mrp: Extend MRP netlink interface for configuring MRP interconnectHoratiu Vultur
2020-07-14bridge: mrp: Implement the MRP Interconnect APIHoratiu Vultur
2020-07-14bridge: switchdev: mrp: Extend MRP API for switchdev for MRP InterconnectHoratiu Vultur
2020-07-14bridge: mrp: Add br_mrp_in_port_open functionHoratiu Vultur
2020-07-14bridge: mrp: Rename br_mrp_port_open to br_mrp_ring_port_openHoratiu Vultur
2020-07-14bridge: mrp: Extend br_mrp for MRP interconnectHoratiu Vultur
2020-07-14bpfilter: Allow to build bpfilter_umh as a module without static libraryMasahiro Yamada
2020-07-14bpfilter: Initialize pos variableAlexei Starovoitov
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-07-14xfrm: interface: not xfrmi_ipv6/ipip_handler twiceXin Long
2020-07-14ip6_vti: not register vti_ipv6_handler twiceXin Long
2020-07-14ip_vti: not register vti_ipip_handler twiceXin Long
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13net: dsa: felix: create a template for the DSA tags on xmitVladimir Oltean
2020-07-13ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun
2020-07-13devlink: Fix use-after-free when destroying health reportersIdo Schimmel