aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.13-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2021-05-063-20/+38
|\
| * libceph: allow addrvecs with a single NONE/blank addressIlya Dryomov2021-05-041-6/+14
| * libceph: don't set global_id until we get an auth ticketIlya Dryomov2021-04-271-13/+23
| * libceph: bump CephXAuthenticate encoding versionIlya Dryomov2021-04-271-1/+1
* | Merge tag 'nfsd-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2021-05-053-17/+24
|\ \
| * | SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang2021-04-231-1/+2
| * | SUNRPC: fix ternary sign expansion bug in tracingDan Carpenter2021-04-221-1/+1
| * | svcrdma: Pass a useful error code to the send_err tracepointChuck Lever2021-04-141-3/+9
| * | svcrdma: Rename goto labels in svc_rdma_sendto()Chuck Lever2021-04-141-12/+12
| * | svcrdma: Don't leak send_ctxt on Send errorsChuck Lever2021-04-141-4/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-012-34/+2
|\ \ \
| * | | rds: ib: Remove two ib_modify_qp() callsHåkon Bugge2021-04-122-34/+2
* | | | net: page_pool: use alloc_pages_bulk in refill code pathJesper Dangaard Brouer2021-04-301-26/+56
* | | | net: page_pool: refactor dma_map into own function page_pool_dma_mapJesper Dangaard Brouer2021-04-301-19/+26
* | | | SUNRPC: refresh rq_pages using a bulk page allocatorChuck Lever2021-04-301-16/+15
* | | | SUNRPC: set rq_page_end differentlyChuck Lever2021-04-301-4/+3
* | | | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-29340-7565/+14477
|\ \ \ \
| * | | | net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-283-3/+3
| * | | | net: netrom: nr_in: Remove redundant assignment to nsJiapeng Chong2021-04-281-1/+0
| * | | | net/sched: act_ct: Remove redundant ct get and checkRoi Dayan2021-04-281-3/+1
| * | | | icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler2021-04-281-8/+8
| * | | | net:nfc:digital: Fix a double free in digital_tg_recv_dep_reqLv Yunlong2021-04-271-0/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-277-103/+525
| |\ \ \ \
| | * | | | netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann2021-04-271-2/+2
| | * | | | netfilter: nft_socket: fix an unused variable warningArnd Bergmann2021-04-271-2/+5
| | * | | | netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-276-63/+458
| | * | | | netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso2021-04-271-4/+11
| | * | | | netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso2021-04-271-13/+18
| | * | | | netfilter: nftables: add loop check helper functionPablo Neira Ayuso2021-04-271-9/+21
| | * | | | netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso2021-04-271-11/+11
| * | | | | net: fix a concurrency bug in l2tp_tunnel_register()Gong, Sishuai2021-04-271-5/+5
| * | | | | net/smc: Remove redundant assignment to rcJiapeng Chong2021-04-271-1/+0
| * | | | | mpls: Remove redundant assignment to errJiapeng Chong2021-04-271-1/+0
| * | | | | llc2: Remove redundant assignment to rcJiapeng Chong2021-04-271-2/+0
| * | | | | net/tls: Remove redundant initialization of recordJiapeng Chong2021-04-271-1/+1
| * | | | | rds: Remove redundant assignment to nr_sigJiapeng Chong2021-04-271-1/+0
| * | | | | net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-273-53/+17
| * | | | | net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-273-9/+9
| * | | | | net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-11/+1
| * | | | | net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-10/+2
| * | | | | net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-0/+3
| * | | | | rxrpc: rxkad: Remove redundant variable offsetJiapeng Chong2021-04-271-2/+0
| * | | | | net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-272-30/+15
| |/ / / /
| * | | | net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti2021-04-261-3/+3
| * | | | Merge tag 'linux-can-next-for-5.13-20210426' of git://git.kernel.org/pub/scm/...David S. Miller2021-04-261-2/+4
| |\ \ \ \
| | * | | | can: proc: fix rcvlist_* header alignment on 64-bit systemErik Flodin2021-04-251-2/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-2649-1189/+1439
| |\ \ \ \ \
| | * | | | | netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-2611-51/+61
| | * | | | | netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-2611-118/+261
| | * | | | | netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-262-172/+180