summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Fixes for xdr_align_data()Trond Myklebust2020-12-141-42/+132
* SUNRPC: _shift_data_left/right_pages should check the shift lengthTrond Myklebust2020-12-141-0/+12
* xprtrdma: Fix XDRBUF_SPARSE_PAGES supportChuck Lever2020-12-141-9/+31
* sunrpc: fix xs_read_xdr_buf for partial pages receiveDan Aloni2020-12-141-1/+2
* net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'Fedor Tokarev2020-12-021-2/+2
* SUNRPC: Fix open coded xdr_stream_remaining()Trond Myklebust2020-12-021-2/+2
* SUNRPC: Fix up xdr_set_page()Trond Myklebust2020-12-021-9/+12
* SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust2020-12-022-7/+1
* SUNRPC: Fix up xdr_read_pages() to take arbitrary object lengthsTrond Myklebust2020-12-021-26/+15
* SUNRPC: Clean up helpers xdr_set_iov() and xdr_set_page_base()Trond Myklebust2020-12-021-17/+19
* SUNRPC: Fix up typo in xdr_init_decode()Trond Myklebust2020-12-021-1/+1
* SUNRPC: Fix up open coded kmemdup_nul()Trond Myklebust2020-12-021-3/+1
* SUNRPC: Remove unused function xprt_load_transport()Trond Myklebust2020-12-021-15/+0
* SUNRPC: Add a helper to return the transport identifier given a netidTrond Myklebust2020-12-021-4/+21
* SUNRPC: Close a race with transport setup and module putTrond Myklebust2020-12-021-11/+33
* SUNRPC: xprt_load_transport() needs to support the netid "rdma6"Trond Myklebust2020-12-024-16/+55
* SUNRPC: rpc_wake_up() should wake up tasks in the correct orderTrond Myklebust2020-12-021-30/+35
* SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcallChuck Lever2020-12-022-6/+10
* Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-271-2/+5
|\
| * can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp2020-11-271-2/+5
* | sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn2020-11-271-1/+1
* | mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni2020-11-271-3/+2
* | net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-272-23/+58
|/
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-1/+4
* devlink: Make sure devlink instance and port are in same net namespaceParav Pandit2020-11-251-1/+2
* devlink: Hold rtnl lock while reading netdev attributesParav Pandit2020-11-251-0/+4
* gro_cells: reduce number of synchronize_net() callsEric Dumazet2020-11-251-1/+6
* ipv6: addrlabel: fix possible memory leak in ip6addrlbl_net_initWang Hai2020-11-251-9/+17
* Merge tag 'batadv-net-pullrequest-20201124' of git://git.open-mesh.org/linux-...Jakub Kicinski2020-11-241-0/+1
|\
| * batman-adv: set .owner to THIS_MODULETaehee Yoo2020-11-151-0/+1
* | tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECNAlexander Duyck2020-11-242-6/+15
* | devlink: Fix reload stats structureMoshe Shemesh2020-11-241-16/+33
* | net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-9/+9
* | vsock/virtio: discard packets only when socket is really closedStefano Garzarella2020-11-231-3/+5
* | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-236-14/+88
* | net/af_iucv: set correct sk_protocol for child socketsJulian Wiedmann2020-11-211-2/+2
* | tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-201-0/+5
* | tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 headerAlexander Duyck2020-11-202-5/+6
* | net/tls: missing received data after fast remote closeVadim Fedorenko2020-11-201-0/+6
* | rose: Fix Null pointer dereference in rose_send_frame()Anmol Karn2020-11-201-4/+13
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-192-20/+85
|\ \
| * | bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_listJohn Fastabend2020-11-181-2/+9
| * | bpf, sockmap: Handle memory acct if skb_verdict prog redirects to selfJohn Fastabend2020-11-181-0/+8
| * | bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to selfJohn Fastabend2020-11-181-19/+53
| * | bpf, sockmap: Use truesize with sk_rmem_schedule()John Fastabend2020-11-181-1/+1
| * | bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend2020-11-182-5/+18
| * | bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend2020-11-181-6/+9
* | | net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()Karsten Graul2020-11-191-3/+3
* | | net/smc: fix matching of existing link groupsKarsten Graul2020-11-192-2/+4
* | | ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-192-31/+2