summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-20net/smc: fix handling of delete link requestsKarsten Graul1-22/+7
2020-07-20net/smc: move add link processing for new device into llc layerKarsten Graul3-80/+58
2020-07-20net/smc: drop out-of-flow llc response messagesKarsten Graul1-6/+18
2020-07-20net/smc: protect smc ib device initializationKarsten Graul2-3/+14
2020-07-20net/smc: fix link lookup for new rdma connectionsKarsten Graul1-1/+3
2020-07-20net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-20net/smc: handle unexpected response types for confirm linkKarsten Graul1-3/+5
2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai1-1/+14
2020-07-19net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk1-1/+1
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2020-07-18udp6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-9/+51
2020-07-18udp6: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-11/+26
2020-07-18udp: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-9/+50
2020-07-18udp: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-10/+24
2020-07-18inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki1-0/+35
2020-07-18inet6: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-9/+22
2020-07-18inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2-0/+34
2020-07-18inet: Extract helper for selecting socket from reuseport groupJakub Sitnicki1-9/+20
2020-07-18bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-0/+180
2020-07-18net: hsr: validate address B before copying to skbMurali Karicheri1-1/+2
2020-07-18net: hsr: fix incorrect lsdu size in the tag of HSR frames for small framesMurali Karicheri1-0/+3
2020-07-17nfc: nci: add missed destroy_workqueue in nci_register_deviceWang Hai1-1/+4
2020-07-17net: decnet: af_decnet: Simplify goto loop.Suraj Upadhyay1-8/+5
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2-0/+2
2020-07-17tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha1-36/+44
2020-07-17mptcp: silence warning in subflow_data_ready()Davide Caratti1-2/+3
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen1-1/+2
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron4-7/+207
2020-07-17sunrpc: destroy rpc_inode_cachep after unregister_filesystemDan Aloni1-1/+1
2020-07-17ip6_vti: use IS_REACHABLE to avoid some compile errorsXin Long1-4/+4
2020-07-17xfrm: interface: use IS_REACHABLE to avoid some compile errorsXin Long1-8/+8
2020-07-17xfrm: policy: fix IPv6-only espintcp compilationSabrina Dubroca1-2/+2
2020-07-17espintcp: recv() should return 0 when the peer socket is closedSabrina Dubroca1-1/+4
2020-07-17espintcp: support non-blocking sendsSabrina Dubroca1-13/+13
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata34-69/+69
2020-07-17net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2-10/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook18-26/+26
2020-07-16af_packet: TPACKET_V3: replace busy-wait loopJohn Ogness2-11/+11
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi1-0/+9
2020-07-16mptcp: use sha256() instead of open codingEric Biggers1-12/+3
2020-07-16decnet: dn_dev: Remove an unnecessary label.Suraj Upadhyay1-5/+3
2020-07-16vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella1-1/+1
2020-07-15netfilter: nf_tables: Fix a use after free in nft_immediate_destroy()Dan Carpenter1-2/+2
2020-07-15netfilter: nf_tables: fix nat hook table deletionFlorian Westphal1-27/+14
2020-07-15xprtrdma: fix incorrect header size calculationsColin Ian King1-2/+2
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler4-10/+59
2020-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-33/+40
2020-07-14net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPENHoratiu Vultur1-0/+3
2020-07-14bridge: mrp: Extend br_mrp_fill_infoHoratiu Vultur1-0/+18
2020-07-14bridge: mrp: Extend MRP netlink interface for configuring MRP interconnectHoratiu Vultur1-0/+140